arm64: dts: rockchip: rk3588-android: add reserved memory for vendor storage

Signed-off-by: Yifeng Zhao <yifeng.zhao@rock-chips.com>
Change-Id: I538bd0032ad2613a2d9a148c7483b9ab244be5f3
This commit is contained in:
Yifeng Zhao
2023-04-24 10:59:18 +08:00
committed by Tao Huang
parent bd3936b42a
commit 34edb448a8

View File

@@ -75,6 +75,11 @@
reg = <0x0 0x0 0x0 0x0>;
};
vendor_storage_rm: vendor-storage-rm@00000000 {
compatible = "rockchip,vendor-storage-rm";
reg = <0x0 0x0 0x0 0x0>;
};
ramoops: ramoops@110000 {
compatible = "ramoops";
/* 0x110000 to 0x1f0000 is for ramoops */
@@ -87,6 +92,12 @@
record-size = <0x14000>;
};
};
vendor_storage: vendor-storage {
compatible = "rockchip,ram-vendor-storage";
memory-region = <&vendor_storage_rm>;
status = "okay";
};
};
&display_subsystem {