mirror of https://gitee.com/openkylin/linux.git
[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>
This commit is contained in:
parent
accf5ef254
commit
f82f5a2672
|
@ -122,6 +122,13 @@ MAL0: mcmal {
|
||||||
interrupt-map-mask = <ffffffff>;
|
interrupt-map-mask = <ffffffff>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
USB1: usb@e0000400 {
|
||||||
|
compatible = "ohci-be";
|
||||||
|
reg = <0 e0000400 60>;
|
||||||
|
interrupt-parent = <&UIC0>;
|
||||||
|
interrupts = <15 8>;
|
||||||
|
};
|
||||||
|
|
||||||
POB0: opb {
|
POB0: opb {
|
||||||
compatible = "ibm,opb-440epx", "ibm,opb";
|
compatible = "ibm,opb-440epx", "ibm,opb";
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
|
|
Loading…
Reference in New Issue