ARM: dts: rockchip: rk3506: Add reserved-memory

1. Add trust reserved-memory
2. Set new ramoops base address 0xa1000.

Change-Id: I0710d3845c4b3987dbfc2baadf66c555c9304601
Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com>
This commit is contained in:
Huibin Hong
2024-07-31 17:28:30 +08:00
committed by Tao Huang
parent a63cc34511
commit a1f1a2cf32

View File

@@ -313,6 +313,40 @@
method = "smc";
};
reserved_memory: reserved-memory {
#address-cells = <1>;
#size-cells = <1>;
ranges;
trust@0 {
reg = <0x00000 0xa1000>;
no-map;
};
cma: linux,cma {
compatible = "shared-dma-pool";
reusable;
size = <0x0>;
linux,cma-default;
};
drm_logo: drm-logo@0 {
compatible = "rockchip,drm-logo";
reg = <0x0 0x0>;
};
ramoops: ramoops@a1000 {
compatible = "ramoops";
reg = <0xa1000 0x5f000>;
boot-log-size = <0xf000>; /* do not change */
boot-log-count = <0x1>; /* do not change */
console-size = <0x50000>;
pmsg-size = <0x0>;
ftrace-size = <0x0>;
record-size = <0x0>;
};
};
rockchip_system_monitor: rockchip-system-monitor {
compatible = "rockchip,system-monitor";