arm: dts: rk3288-android: add pstore support
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / rk3288-android.dtsi
index 4d4e513d678a6fcf7ce432ef50acd3e7d89054c3..d33407d28025a5a2d0cfc8b4df30421821fe5cb4 100644 (file)
                bootargs = "earlycon=uart8250,mmio32,0xff690000";
        };
 
+       reserved-memory {
+               ramoops_mem: ramoops@00000000 {
+                       reg = <0x8000000 0xF0000>;
+               };
+       };
+
+       ramoops {
+               compatible = "ramoops";
+               record-size = <0x0 0x20000>;
+               console-size = <0x0 0x80000>;
+               ftrace-size = <0x0 0x00000>;
+               pmsg-size = <0x0 0x50000>;
+               memory-region = <&ramoops_mem>;
+       };
+
        psci {
                compatible = "arm,psci-1.0";
                method = "smc";