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

Signed-off-by: Yifeng Zhao <yifeng.zhao@rock-chips.com>
Change-Id: I6c2b98213bdb77d86b9d45c0580efff1b5811a9a
This commit is contained in:
Yifeng Zhao 2023-04-24 10:57:55 +08:00 committed by Tao Huang
parent f02b33a4eb
commit b3f3abef90
1 changed files with 11 additions and 0 deletions

View File

@ -43,6 +43,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";
reg = <0x0 0x110000 0x0 0xf0000>;
@ -79,6 +84,12 @@
};
};
vendor_storage: vendor-storage {
compatible = "rockchip,ram-vendor-storage";
memory-region = <&vendor_storage_rm>;
status = "okay";
};
rga: rga@ff680000 {
compatible = "rockchip,rga2";
dev_mode = <1>;