ARM: dts: rv1106-thunder-boot: reserve 256KB~512KB for hpmcu

The HPMCU life cycle maybe go so far as to linux kernel, resever it
until thunder-boot had been done.

Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com>
Change-Id: I6994e035bad24e910be7b7572fb85fbbcebec487
This commit is contained in:
Ziyuan Xu
2022-06-20 15:15:28 +08:00
parent 6607339e85
commit 60dbf2d80a

View File

@@ -19,6 +19,11 @@
#size-cells = <1>;
ranges;
rtos@40000 {
reg = <0x40000 0x40000>;
no-map;
};
ramdisk_r: ramdisk@a00000 {
reg = <0x00a00000 (10 * 0x00100000)>;
};