diff options
| author | Valentine Barshak <vbarshak@ru.mvista.com> | 2007-09-24 15:29:52 -0400 |
|---|---|---|
| committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2008-02-06 22:02:53 -0500 |
| commit | 3c0c6cb5eb2931712d5d750bf27d27d37a44d75e (patch) | |
| tree | 34c06a125ddc284692b23f468e512f75d4967f63 | |
| parent | 41abd68e6fbc1fc57353327bebe2e0126d712607 (diff) | |
[POWERPC] 4xx: Add 440EPx Sequoia ehci dts entry
Adds USB EHCI entry to PowerPC 440EPx Sequoia DTS.
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 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/sequoia.dts b/arch/powerpc/boot/dts/sequoia.dts index d9046c1adcbe..5c13d46f441d 100644 --- a/arch/powerpc/boot/dts/sequoia.dts +++ b/arch/powerpc/boot/dts/sequoia.dts | |||
| @@ -138,6 +138,14 @@ | |||
| 138 | interrupts = <15 8>; | 138 | interrupts = <15 8>; |
| 139 | }; | 139 | }; |
| 140 | 140 | ||
| 141 | USB0: ehci@e0000300 { | ||
| 142 | compatible = "ibm,usb-ehci-440epx", "usb-ehci"; | ||
| 143 | interrupt-parent = <&UIC0>; | ||
| 144 | interrupts = <1a 4>; | ||
| 145 | reg = <0 e0000300 90 0 e0000390 70>; | ||
| 146 | big-endian; | ||
| 147 | }; | ||
| 148 | |||
| 141 | POB0: opb { | 149 | POB0: opb { |
| 142 | compatible = "ibm,opb-440epx", "ibm,opb"; | 150 | compatible = "ibm,opb-440epx", "ibm,opb"; |
| 143 | #address-cells = <1>; | 151 | #address-cells = <1>; |
