0001 ST SPEAr SoC USB controllers:
0002 -----------------------------
0003
0004 EHCI:
0005 -----
0006
0007 Required properties:
0008 - compatible: "st,spear600-ehci"
0009 - interrupts: Should contain the EHCI interrupt
0010
0011 Example:
0012
0013 ehci@e1800000 {
0014 compatible = "st,spear600-ehci", "usb-ehci";
0015 reg = <0xe1800000 0x1000>;
0016 interrupt-parent = <&vic1>;
0017 interrupts = <27>;
0018 };
0019
0020
0021 OHCI:
0022 -----
0023
0024 Required properties:
0025 - compatible: "st,spear600-ohci"
0026 - interrupts: Should contain the OHCI interrupt
0027
0028 Example:
0029
0030 ohci@e1900000 {
0031 compatible = "st,spear600-ohci", "usb-ohci";
0032 reg = <0xe1800000 0x1000>;
0033 interrupt-parent = <&vic1>;
0034 interrupts = <26>;
0035 };