Commit d1a3a0d6 authored by Zhangfei Gao's avatar Zhangfei Gao Committed by Wei Xu

ARM: dts: hix5hd2: add usb node

Signed-off-by: default avatarZhangfei Gao <zhangfei.gao@linaro.org>
Signed-off-by: default avatarJiancheng Xue <xuejiancheng@huawei.com>
Signed-off-by: default avatarWei Xu <xuwei5@hisilicon.com>
parent afecbf41
......@@ -201,5 +201,19 @@ gmac1: ethernet@1841000 {
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>;
};
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment