ARM: dts: rockchip: rk3308bs-evb: ramoops use DT reserved-memory bindings

Change-Id: I0cb0adfba9558b04da334e5843699c2e1eebf3cb
Signed-off-by: Lin Jianhua <linjh@rock-chips.com>
This commit is contained in:
Lin Jianhua
2025-02-06 14:49:33 +08:00
parent ef8bc7857e
commit 25a9e97dba
3 changed files with 9 additions and 18 deletions

View File

@@ -10,11 +10,8 @@
compatible = "rockchip,rk3308bs-evb-amic-v11-aarch32", "rockchip,rk3308";
};
&ramoops_mem {
reg = <0x0 0x30000 0x0 0x20000>;
};
&ramoops {
record-size = <0x0 0x00000>;
console-size = <0x0 0x20000>;
reg = <0x0 0x30000 0x0 0x20000>;
record-size = <0x00000>;
console-size = <0x20000>;
};

View File

@@ -10,11 +10,8 @@
compatible = "rockchip,rk3308bs-evb-dmic-pdm-v11-aarch32", "rockchip,rk3308";
};
&ramoops_mem {
reg = <0x0 0x30000 0x0 0x20000>;
};
&ramoops {
record-size = <0x0 0x00000>;
console-size = <0x0 0x20000>;
reg = <0x0 0x30000 0x0 0x20000>;
record-size = <0x00000>;
console-size = <0x20000>;
};

View File

@@ -10,11 +10,8 @@
compatible = "rockchip,rk3308bs-evb-mipi-display-v11-aarch32", "rockchip,rk3308";
};
&ramoops_mem {
reg = <0x0 0x30000 0x0 0x20000>;
};
&ramoops {
record-size = <0x0 0x00000>;
console-size = <0x0 0x20000>;
reg = <0x0 0x30000 0x0 0x20000>;
record-size = <0x00000>;
console-size = <0x20000>;
};