Skip to content

Commit

Permalink
[POWERPC] 4xx: Add 440EPx Sequoia ehci dts entry
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Valentine Barshak authored and Josh Boyer committed Feb 7, 2008
1 parent 41abd68 commit 3c0c6cb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/powerpc/boot/dts/sequoia.dts
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,14 @@
interrupts = <15 8>;
};

USB0: ehci@e0000300 {
compatible = "ibm,usb-ehci-440epx", "usb-ehci";
interrupt-parent = <&UIC0>;
interrupts = <1a 4>;
reg = <0 e0000300 90 0 e0000390 70>;
big-endian;
};

POB0: opb {
compatible = "ibm,opb-440epx", "ibm,opb";
#address-cells = <1>;
Expand Down

0 comments on commit 3c0c6cb

Please sign in to comment.