diff options
author | Valentine Barshak <vbarshak@ru.mvista.com> | 2007-10-08 16:26:58 +0200 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-12-23 20:20:36 +0100 |
commit | f82f5a26723a055b08eba115660e245ef60c5a7a (patch) | |
tree | e448b01bf4aaedfd4cf56d73581debef2f9e85e6 /arch/powerpc/boot | |
parent | [POWERPC] 4xx: Add 440SPe revA runtime detection to PCIe (diff) | |
download | linux-f82f5a26723a055b08eba115660e245ef60c5a7a.tar.xz linux-f82f5a26723a055b08eba115660e245ef60c5a7a.zip |
[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>
Diffstat (limited to 'arch/powerpc/boot')
-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 10784ff45dd6..ece602a40680 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>; |