ARM64: dts: rockchip: add USB2.0 host nodes for rk3399
authorFrank Wang <frank.wang@rock-chips.com>
Wed, 16 Mar 2016 06:54:28 +0000 (14:54 +0800)
committerFrank Wang <frank.wang@rock-chips.com>
Wed, 16 Mar 2016 07:26:33 +0000 (15:26 +0800)
Change-Id: Id18a8b43210e439add8c5af8a18a3a62e0d06cc9
Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
arch/arm64/boot/dts/rockchip/rk3399-tb.dtsi
arch/arm64/boot/dts/rockchip/rk3399.dtsi

index 9f272c1f245c87ff25a8d32de3f27054cade53a7..dcbefc4cc07d8bd1efeed32a68debc9980319a29 100644 (file)
        status = "okay";
 };
 
+&usb_host0_echi {
+       status = "okay";
+};
+
+&usb_host0_ohci {
+       status = "okay";
+};
+
+&usb_host1_echi {
+       status = "okay";
+};
+
+&usb_host1_ohci {
+       status = "okay";
+};
index 15455af384c125faa1a5aa2ab66cc925638347b8..ea4226f7b99f0ab0c9797601c0fd01f25d50a856 100644 (file)
                status = "disabled";
        };
 
+       usb_host0_echi: usb@fe380000 {
+               compatible = "generic-ehci";
+               reg = <0x0 0xfe380000 0x0 0x20000>;
+               interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
+               clocks = <&cru HCLK_HOST0>;
+               clock-names = "hclk_host0";
+               status = "disabled";
+       };
+
+       usb_host0_ohci: usb@fe3a0000 {
+               compatible = "generic-ohci";
+               reg = <0x0 0xfe3a0000 0x0 0x20000>;
+               interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
+               clocks = <&cru HCLK_HOST0>;
+               clock-names = "hclk_host0";
+               status = "disabled";
+       };
+
+       usb_host1_echi: usb@fe3c0000 {
+               compatible = "generic-ehci";
+               reg = <0x0 0xfe3c0000 0x0 0x20000>;
+               interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
+               clocks = <&cru HCLK_HOST1>;
+               clock-names = "hclk_host1";
+               status = "disabled";
+       };
+
+       usb_host1_ohci: usb@fe3e0000 {
+               compatible = "generic-ohci";
+               reg = <0x0 0xfe3e0000 0x0 0x20000>;
+               interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
+               clocks = <&cru HCLK_HOST1>;
+               clock-names = "hclk_host1";
+               status = "disabled";
+       };
+
        i2c4: i2c@ff3d0000 {
                compatible = "rockchip,rk3399-i2c", "rockchip,rk3288-i2c";
                reg = <0x0 0xff3d0000 0x0 0x1000>;