ARM64: dts: rockchip: add watchdog node for rk3366
[firefly-linux-kernel-4.4.55.git] / arch / arm64 / boot / dts / rockchip / rk3366.dtsi
index 484931c6aa887806757b9c479ab3fcd9ac2e4800..4264dcdc50156fb04090f179f874c1379cdb9431 100644 (file)
                status = "disabled";
        };
 
+       usb_host0_echi: usb@ff480000 {
+               compatible = "generic-ehci";
+               reg = <0x0 0xff480000 0x0 0x20000>;
+               interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
+               clocks = <&cru SCLK_OTG_PHY0>, <&cru HCLK_HOST>;
+               clock-names = "sclk_otgphy0", "hclk_host0";
+               status = "disabled";
+       };
+
+       usb_host0_ohci: usb@ff4a0000 {
+               compatible = "generic-ohci";
+               reg = <0x0 0xff4a0000 0x0 0x20000>;
+               interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
+               clocks = <&cru SCLK_OTG_PHY0>, <&cru HCLK_HOST>;
+               clock-names = "sclk_otgphy0", "hclk_host0";
+               status = "disabled";
+       };
+
        usb_otg: usb@ff4c0000 {
                compatible = "rockchip,rk3368-usb", "rockchip,rk3066-usb",
                             "snps,dwc2";
                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>;
+               interrupts = <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>;
+               dmas = <&dmac_bus 3>;
+               dma-names = "tx";
+               clock-names = "hclk", "mclk";
+               clocks = <&cru HCLK_SPDIF>, <&cru SCLK_SPDIF_8CH>;
+               pinctrl-names = "default";
+               pinctrl-0 = <&spdif_bus>;
+               status = "disabled";
+       };
+
        i2s_2ch: i2s-2ch@ff890000 {
                compatible = "rockchip,rk3366-i2s", "rockchip,rk3066-i2s";
                reg = <0x0 0xff890000 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 {
                        };
                };
 
+               spdif {
+                       spdif_bus: spdif-bus {
+                               rockchip,pins =
+                                       <5 19 RK_FUNC_1 &pcfg_pull_none>;
+                       };
+               };
+
                spi0 {
                        spi0_clk: spi0-clk {
                                rockchip,pins =