Skip to content

Commit

Permalink
ARM: dts: lpc18xx: add usb otg phy node
Browse files Browse the repository at this point in the history
Add the USB OTG phy under the CREG syscon node and attach it to
the USB0 EHCI controller.

Signed-off-by: Joachim Eastwood <manabian@gmail.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
  • Loading branch information
Joachim Eastwood authored and Olof Johansson committed Aug 5, 2015
1 parent ee224e1 commit 6d6d6b5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/lpc18xx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@
reg = <0x40006100 0x100>;
interrupts = <8>;
clocks = <&ccu1 CLK_CPU_USB0>;
phys = <&usb0_otg_phy>;
phy-names = "usb";
has-transaction-translator;
status = "disabled";
};
Expand All @@ -109,6 +111,12 @@
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 {
Expand Down

0 comments on commit 6d6d6b5

Please sign in to comment.