mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
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:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user