ARM: dts: rockchip: rk3288-linux: add ramoops node

for get last log from /sys/fs/pstore/console-ramoops

Change-Id: I17ec56687c3f2f95d5780166349bd5cf403e8f91
Signed-off-by: Nickey Yang <nickey.yang@rock-chips.com>
This commit is contained in:
Nickey Yang
2019-07-17 09:34:29 +08:00
committed by Tao Huang
parent e116396f94
commit def62677f3

View File

@@ -84,6 +84,15 @@
};
};
ramoops {
compatible = "ramoops";
record-size = <0x0 0x20000>;
console-size = <0x0 0x80000>;
ftrace-size = <0x0 0x00000>;
pmsg-size = <0x0 0x50000>;
memory-region = <&ramoops_mem>;
};
fiq-debugger {
compatible = "rockchip,fiq-debugger";
interrupts = <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>;