arm64: dts: rockchip: add usic node for rk3399

Add usic node for rk3399 USB 2.0 EHCI controller
with usic phy.

Change-Id: Ibb4179ff1479816daa3b8455b0229f8a7a05bbdf
Signed-off-by: William Wu <william.wu@rock-chips.com>
This commit is contained in:
William Wu
2018-07-19 16:12:25 +08:00
committed by Jianqun Xu
parent b9a7b77a8e
commit 679371c2f0

View File

@@ -371,6 +371,17 @@
status = "disabled";
};
usic: usb@fe340000 {
compatible = "generic-ehci";
reg = <0x0 0xfe340000 0x0 0x30000>;
interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH 0>;
clocks = <&cru HCLK_HSIC>, <&cru SCLK_HSICPHY>,
<&cru PCLK_HSICPHY>;
clock-names = "hclk_hsic", "clk_hsicphy", "pclk_hsicphy";
rockchip-has-usic;
status = "disabled";
};
usb_host0_ehci: usb@fe380000 {
compatible = "generic-ehci";
reg = <0x0 0xfe380000 0x0 0x20000>;