diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2016-01-14 15:36:48 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-02-11 17:52:45 +0300 |
commit | cc9ab84cd942dfc5154177cedd365bce6406d263 (patch) | |
tree | bef2eeac65977eb622751185264ad35201b4f86b /arch/arm/boot/dts/arm-realview-pb1176.dts | |
parent | efcf8963c659f41d44550ccd17e5ed24a97a3e23 (diff) | |
download | linux-cc9ab84cd942dfc5154177cedd365bce6406d263.tar.xz |
ARM: pb1176: add ISP1761 USB OTG host controller
The USB host controller was missing from the device tree so add
it. This device is not inside either the development chip or the
FPGA but mounted on the board, so it ends up in the root node of
the device tree.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/arm-realview-pb1176.dts')
-rw-r--r-- | arch/arm/boot/dts/arm-realview-pb1176.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/arm-realview-pb1176.dts b/arch/arm/boot/dts/arm-realview-pb1176.dts index f02d1f14619a..8a0bc4222cfc 100644 --- a/arch/arm/boot/dts/arm-realview-pb1176.dts +++ b/arch/arm/boot/dts/arm-realview-pb1176.dts @@ -131,6 +131,14 @@ status = "disabled"; }; + usb@3b000000 { + compatible = "nxp,usb-isp1761"; + reg = <0x3b000000 0x20000>; + interrupt-parent = <&intc_fpga1176>; + interrupts = <0 11 IRQ_TYPE_LEVEL_HIGH>; + port1-otg; + }; + soc { #address-cells = <1>; #size-cells = <1>; |