mirror of https://gitee.com/openkylin/linux.git
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:
parent
b196e1ca40
commit
f16c7fb2f3
|
@ -199,5 +199,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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue