ARM: dts: hix5hd2: add usb node

Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org>
Signed-off-by: Jiancheng Xue <xuejiancheng@huawei.com>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
This commit is contained in:
Zhangfei Gao 2014-08-20 14:57:44 +08:00 committed by Wei Xu
parent b196e1ca40
commit f16c7fb2f3

View file

@ -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>;
};
};
};