Commit 6d6d6b55 authored by Joachim Eastwood's avatar Joachim Eastwood Committed by Olof Johansson

ARM: dts: lpc18xx: add usb otg phy node

Add the USB OTG phy under the CREG syscon node and attach it to
the USB0 EHCI controller.
Signed-off-by: default avatarJoachim Eastwood <manabian@gmail.com>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent ee224e17
......@@ -83,6 +83,8 @@ usb0: ehci@40006100 {
reg = <0x40006100 0x100>;
interrupts = <8>;
clocks = <&ccu1 CLK_CPU_USB0>;
phys = <&usb0_otg_phy>;
phy-names = "usb";
has-transaction-translator;
status = "disabled";
};
......@@ -109,6 +111,12 @@ creg: syscon@40043000 {
compatible = "nxp,lpc1850-creg", "syscon", "simple-mfd";
reg = <0x40043000 0x1000>;
clocks = <&ccu1 CLK_CPU_CREG>;
usb0_otg_phy: phy@004 {
compatible = "nxp,lpc1850-usb-otg-phy";
clocks = <&ccu1 CLK_USB0>;
#phy-cells = <0>;
};
};
cgu: clock-controller@40050000 {
......
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