diff options
author | Joachim Eastwood <manabian@gmail.com> | 2015-06-20 14:45:12 +0200 |
---|---|---|
committer | Joachim Eastwood <manabian@gmail.com> | 2015-07-11 23:06:18 +0200 |
commit | b06cdb7949e421bc511a99e5ca10fe610e21c750 (patch) | |
tree | 8155fcce35418cb5c2b8f6878b166c6a335856bd /arch/arm/boot/dts/lpc18xx.dtsi | |
parent | fe968589284ecc9a95c6040eea4f3712f0eb1f47 (diff) |
ARM: dts: lpc18xx: add usb nodes
Add nodes for the two USB EHCI controllers found on lpc18xx.
Signed-off-by: Joachim Eastwood <manabian@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/lpc18xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/lpc18xx.dtsi | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/lpc18xx.dtsi b/arch/arm/boot/dts/lpc18xx.dtsi index be154749bf56..c17b82cc2d4c 100644 --- a/arch/arm/boot/dts/lpc18xx.dtsi +++ b/arch/arm/boot/dts/lpc18xx.dtsi @@ -78,6 +78,23 @@ status = "disabled"; }; + usb0: ehci@40006100 { + compatible = "nxp,lpc1850-ehci", "generic-ehci"; + reg = <0x40006100 0x100>; + interrupts = <8>; + clocks = <&ccu1 CLK_CPU_USB0>; + has-transaction-translator; + status = "disabled"; + }; + + usb1: ehci@40007100 { + compatible = "nxp,lpc1850-ehci", "generic-ehci"; + reg = <0x40007100 0x100>; + interrupts = <9>; + clocks = <&ccu1 CLK_CPU_USB1>; + status = "disabled"; + }; + mac: ethernet@40010000 { compatible = "nxp,lpc1850-dwmac", "snps,dwmac-3.611", "snps,dwmac"; reg = <0x40010000 0x2000>; |