ARM: dts: rockchip: rv1106: Reserved 4k sram memory for mcu

reserved sram memory from 0xff6ff000 to 0xff6fffff for
mcu wrap

Signed-off-by: aaron.sun <aaron.sun@rock-chips.com>
Change-Id: I116476a5d787014088788191acf2cef7f1c921c4
This commit is contained in:
aaron.sun
2022-05-12 11:43:39 +08:00
committed by Tao Huang
parent 731c9ba041
commit d32e5f2e57
+4 -2
View File
@@ -984,9 +984,11 @@
#address-cells = <1>;
#size-cells = <1>;
ranges = <0 0xff6c0000 0x40000>;
rkisp_sram: rkisp-sram@0 {
reg = <0 0x40000>;
reg = <0x0 0x3f000>;
};
hpmcu_sram: hpmcu-sram@3f000 {
reg = <0x3f000 0x1000>;
};
};