arm64: dts: rockchip: rk3358-linux.dtsi: add ramoops device node

Signed-off-by: Jianlong Wang <jianlong.wang@rock-chips.com>
Change-Id: If2497b36f984348467948f15a97c62bd8fe6668d
This commit is contained in:
Jianlong Wang 2023-02-06 17:55:52 +08:00 committed by Tao Huang
parent 08546dd843
commit 270801db59
1 changed files with 9 additions and 0 deletions

View File

@ -33,6 +33,15 @@
compatible = "rockchip,drm-logo";
reg = <0x0 0x0 0x0 0x0>;
};
ramoops: ramoops@110000 {
compatible = "ramoops";
reg = <0x0 0x110000 0x0 0xf0000>;
record-size = <0x20000>;
console-size = <0x80000>;
ftrace-size = <0x00000>;
pmsg-size = <0x50000>;
};
};
};