diff options
author | Valentine Barshak <vbarshak@ru.mvista.com> | 2007-10-08 10:26:58 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-12-23 14:20:36 -0500 |
commit | f82f5a26723a055b08eba115660e245ef60c5a7a (patch) | |
tree | e448b01bf4aaedfd4cf56d73581debef2f9e85e6 /arch/powerpc | |
parent | accf5ef254b9dd4d3b53040dd73d80875c2cd39b (diff) |
[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')
-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 @@ | |||
122 | interrupt-map-mask = <ffffffff>; | 122 | interrupt-map-mask = <ffffffff>; |
123 | }; | 123 | }; |
124 | 124 | ||
125 | USB1: usb@e0000400 { | ||
126 | compatible = "ohci-be"; | ||
127 | reg = <0 e0000400 60>; | ||
128 | interrupt-parent = <&UIC0>; | ||
129 | interrupts = <15 8>; | ||
130 | }; | ||
131 | |||
125 | POB0: opb { | 132 | POB0: opb { |
126 | compatible = "ibm,opb-440epx", "ibm,opb"; | 133 | compatible = "ibm,opb-440epx", "ibm,opb"; |
127 | #address-cells = <1>; | 134 | #address-cells = <1>; |