arm64: dts: rockchip: rk3562: add reserved memory for vendor storage

Signed-off-by: Yifeng Zhao <yifeng.zhao@rock-chips.com>
Change-Id: Ia454cbb7a05698fe2d9a38bd13fa93ef8c3bc642
This commit is contained in:
Yifeng Zhao
2023-04-24 10:55:55 +08:00
committed by Tao Huang
parent 8290d97696
commit 6224c69ece

View File

@@ -522,6 +522,11 @@
reg = <0x0 0x0 0x0 0x0>;
};
vendor_storage_rm: vendor-storage-rm@00000000 {
compatible = "rockchip,vendor-storage-rm";
reg = <0x0 0x0 0x0 0x0>;
};
drm_cubic_lut: drm-cubic-lut@00000000 {
compatible = "rockchip,drm-cubic-lut";
reg = <0x0 0x0 0x0 0x0>;
@@ -742,6 +747,12 @@
<GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
};
vendor_storage: vendor-storage {
compatible = "rockchip,ram-vendor-storage";
memory-region = <&vendor_storage_rm>;
status = "okay";
};
scmi_shmem: scmi-shmem@10f000 {
compatible = "arm,scmi-shmem";
reg = <0x0 0x0010f000 0x0 0x100>;