ODROID-M1: dtb/dtbo: Add NPU device tree overlay

Signed-off-by: Steve Jeong <how2soft@gmail.com>
Change-Id: I40c9977101cf8a0d6eb92e2c3a26df25a9431c23
This commit is contained in:
jkhgit
2022-02-11 16:54:02 +09:00
committed by xiane
parent 4786cb2201
commit 5d3d06bcc6
2 changed files with 23 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ dtbo-$(CONFIG_ARCH_ROCKCHIP_ODROIDM1) += \
pwm1.dtbo \
pwm2.dtbo \
pwm9.dtbo \
rknpu.dtbo \
spi0.dtbo \
uart0-with-ctsrts.dtbo \
uart0.dtbo \

View File

@@ -0,0 +1,22 @@
/dts-v1/;
/plugin/;
/ {
fragment@0 {
// npu@fde40000
target = <&rknpu>;
__overlay__ {
status = "okay";
};
};
fragment@1 {
// iommu@fde4b000
target = <&rknpu_mmu>;
__overlay__ {
status = "okay";
};
};
};