diff options
author | Zhangfei Gao <[email protected]> | 2014-08-20 14:57:44 +0800 |
---|---|---|
committer | Wei Xu <[email protected]> | 2014-09-16 11:00:31 +0800 |
commit | f16c7fb2f3ff258322850ac6f558d3b61ceb5a2b (patch) | |
tree | 55f63a18984ab8bb8b1075e97c144aba00303211 | |
parent | b196e1ca400dca770ac22d158741cf646207a6e2 (diff) |
ARM: dts: hix5hd2: add usb node
Signed-off-by: Zhangfei Gao <[email protected]>
Signed-off-by: Jiancheng Xue <[email protected]>
Signed-off-by: Wei Xu <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/hisi-x5hd2.dtsi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/hisi-x5hd2.dtsi b/arch/arm/boot/dts/hisi-x5hd2.dtsi index 802331b4c714..92522644c82b 100644 --- a/arch/arm/boot/dts/hisi-x5hd2.dtsi +++ b/arch/arm/boot/dts/hisi-x5hd2.dtsi @@ -199,5 +199,19 @@ clocks = <&clock HIX5HD2_MAC1_CLK>; status = "disabled"; }; + + usb0: ehci@1890000 { + compatible = "generic-ehci"; + reg = <0x1890000 0x1000>; + interrupts = <0 66 4>; + clocks = <&clock HIX5HD2_USB_CLK>; + }; + + usb1: ohci@1880000 { + compatible = "generic-ohci"; + reg = <0x1880000 0x1000>; + interrupts = <0 67 4>; + clocks = <&clock HIX5HD2_USB_CLK>; + }; }; }; |