arm: dts: rk3288-android: add pstore support
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / rk3288-android.dtsi
index 9877d571d310b54a5ad47fd3a162ca742227c538..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";
        };
 
+       /delete-node/ timer@ff810000;
+
        backlight: backlight {
                compatible = "pwm-backlight";
                brightness-levels = <
                        rk_usb,fsvplus    = <0x2cc 24 1>;
                };
        };
+
+       nandc0: nandc@ff400000 {
+               compatible = "rockchip,rk-nandc";
+               reg = <0x0 0xff400000 0x0 0x4000>;
+               interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
+               nandc_id = <0>;
+               clocks = <&cru SCLK_NANDC0>, <&cru HCLK_NANDC0>;
+               clock-names = "clk_nandc", "hclk_nandc";
+               status = "disabled";
+       };
 };
 
 &panel {
        reg = <0xff600000 0x4000>;
 };
 
+&efuse {
+       compatible = "rockchip,rk3288-secure-efuse";
+};
+
 &rga {
        compatible = "rockchip,rga2";
        clocks = <&cru ACLK_RGA>, <&cru HCLK_RGA>, <&cru SCLK_RGA>;
        clock-names = "aclk_rga", "hclk_rga", "clk_rga";
 };
 
-&timer {
-       status = "disabled";
-};
-
 &usb_otg {
        compatible = "rockchip,rk3288_usb20_otg";
        clocks = <&usbphy0>, <&cru HCLK_OTG0>;