ARM64: dts: rockchip: add watchdog node for rk3366
[firefly-linux-kernel-4.4.55.git] / arch / arm64 / boot / dts / rockchip / rk3366.dtsi
index 4ceaa4d917c2171e13d755f579b7b0e055736792..4264dcdc50156fb04090f179f874c1379cdb9431 100644 (file)
                reg = <0x0 0xff770000 0x0 0x1000>;
        };
 
+       wdt: watchdog@ff800000 {
+               compatible = "snps,dw-wdt";
+               reg = <0x0 0xff800000 0x0 0x100>;
+               clocks = <&cru PCLK_WDT>;
+               interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
+               status = "disabled";
+       };
+
        spdif: spdif@ff880000 {
                compatible = "rockchip,rk3366-spdif";
                reg = <0x0 0xff880000 0x0 0x1000>;
                                        <5 15 RK_FUNC_2 &pcfg_pull_none>,
                                        <5 16 RK_FUNC_2 &pcfg_pull_none>;
                        };
+
+                       i2c2_gpio: i2c2-gpio {
+                               rockchip,pins =
+                                       <5 15 RK_FUNC_GPIO &pcfg_pull_none>,
+                                       <5 16 RK_FUNC_GPIO &pcfg_pull_none>;
+                       };
                };
 
                i2c3 {
                                        <5 8 RK_FUNC_1 &pcfg_pull_none>,
                                        <5 9 RK_FUNC_1 &pcfg_pull_none>;
                        };
+
+                       i2c4_gpio: i2c4-gpio {
+                               rockchip,pins =
+                                       <5 8 RK_FUNC_GPIO &pcfg_pull_none>,
+                                       <5 9 RK_FUNC_GPIO &pcfg_pull_none>;
+                       };
                };
 
                i2c5 {