arm64: dts: rockchip: rk3308 add ramoops node

Change-Id: I0b2e4ab39670b20532100a932bf75cd422fc9628
Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com>
This commit is contained in:
Huibin Hong
2018-03-29 14:17:58 +08:00
committed by Tao Huang
parent 552ddda397
commit 4ce0e91d98

View File

@@ -289,6 +289,20 @@
method = "smc";
};
ramoops_mem: ramoops_mem {
reg = <0x0 0x110000 0x0 0xf0000>;
reg-names = "ramoops_mem";
};
ramoops: ramoops {
compatible = "ramoops";
record-size = <0x0 0x30000>;
console-size = <0x0 0xc0000>;
ftrace-size = <0x0 0x00000>;
pmsg-size = <0x0 0x00000>;
memory-region = <&ramoops_mem>;
};
rockchip_suspend: rockchip-suspend {
compatible = "rockchip,pm-rk3308";
status = "disabled";