diff options
author | Valentine Barshak <vbarshak@ru.mvista.com> | 2007-10-08 14:26:58 (GMT) |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-12-23 19:20:36 (GMT) |
commit | f82f5a26723a055b08eba115660e245ef60c5a7a (patch) | |
tree | e448b01bf4aaedfd4cf56d73581debef2f9e85e6 | |
parent | accf5ef254b9dd4d3b53040dd73d80875c2cd39b (diff) | |
download | linux-fsl-qoriq-f82f5a26723a055b08eba115660e245ef60c5a7a.tar.xz |
[POWERPC] 4xx: 440EPx Sequoia USB OHCI DTS entry
Add the 440EPx Sequoia USB OHCI device tree entry.
Signed-off-by: Valentine Barshak <vbarshak@ru.mvista.com>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
-rw-r--r-- | arch/powerpc/boot/dts/sequoia.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/sequoia.dts b/arch/powerpc/boot/dts/sequoia.dts index 10784ff..ece602a 100644 --- a/arch/powerpc/boot/dts/sequoia.dts +++ b/arch/powerpc/boot/dts/sequoia.dts @@ -122,6 +122,13 @@ interrupt-map-mask = <ffffffff>; }; + USB1: usb@e0000400 { + compatible = "ohci-be"; + reg = <0 e0000400 60>; + interrupt-parent = <&UIC0>; + interrupts = <15 8>; + }; + POB0: opb { compatible = "ibm,opb-440epx", "ibm,opb"; #address-cells = <1>; |