arm64: dts: rockchip: rk3576-android: add ram-vendor-storage support

Signed-off-by: Yifeng Zhao <yifeng.zhao@rock-chips.com>
Change-Id: Ic588a493a42086710aa448e492fda2732bdc720d
This commit is contained in:
Yifeng Zhao
2024-03-18 18:26:59 +08:00
committed by Tao Huang
parent 91efa9cb1d
commit 876e05846e

View File

@@ -44,6 +44,11 @@
reg = <0x0 0x0 0x0 0x0>;
};
vendor_storage_rm: vendor-storage-rm@0 {
compatible = "rockchip,vendor-storage-rm";
reg = <0x0 0x0 0x0 0x0>;
};
ramoops: ramoops@40110000 {
compatible = "ramoops";
/* 0x40110000 to 0x401f0000 is for ramoops */
@@ -56,6 +61,12 @@
record-size = <0x14000>;
};
};
vendor_storage: vendor-storage {
compatible = "rockchip,ram-vendor-storage";
memory-region = <&vendor_storage_rm>;
status = "okay";
};
};
&dfi {