ODROID-M2: dtb/dtbo: Add rknpu overlay

Signed-off-by: Steve Jeong <steve@how2flow.net>
Change-Id: If92d47b62746478f4655aac0f4f4d97a131aaffa
This commit is contained in:
Steve Jeong
2024-03-13 01:26:17 +00:00
committed by Dongjin Kim
parent e0aa0bbbbb
commit 7c9beafe66
2 changed files with 24 additions and 0 deletions

View File

@@ -9,6 +9,8 @@ dtbo-y += \
pwm3.dtbo \
pwm7.dtbo \
pwm8.dtbo \
pwm15.dtbo \
rknpu.dtbo \
spi0.dtbo \
uart0-with-ctsrts.dtbo \
uart0.dtbo \

View File

@@ -0,0 +1,22 @@
/dts-v1/;
/plugin/;
/ {
fragment@0 {
target = <&rknpu>;
__overlay__ {
rknpu-supply = <&vdd_npu_s0>;
mem-supply = <&vdd_npu_mem_s0>;
status = "okay";
};
};
fragment@1 {
target = <&rknpu_mmu>;
__overlay__ {
status = "okay";
};
};
};