ARM: dts: rockchip: rk3506-evb1: add ramoops

Change-Id: I02bc9343d060e4d4b1bb48f10dba572a6b1866c2
Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com>
This commit is contained in:
Huibin Hong
2024-07-04 11:45:41 +08:00
committed by Tao Huang
parent 492fbe5004
commit 565a719e03

View File

@@ -180,6 +180,17 @@
compatible = "rockchip,drm-logo";
reg = <0x0 0x0>;
};
ramoops: ramoops@880000 {
compatible = "ramoops";
reg = <0x880000 0x80000>;
boot-log-size = <0x10000>; /* do not change */
boot-log-count = <0x1>; /* do not change */
console-size = <0x70000>;
pmsg-size = <0x0>;
ftrace-size = <0x0>;
record-size = <0x0>;
};
};
vcc12v_dc: vcc12v-dc {