GNU Linux-libre 6.1.90-gnu
[releases.git] / Documentation / devicetree / bindings / usb / npcm7xx-usb.txt
1 Nuvoton NPCM7XX SoC USB controllers:
2 -----------------------------
3
4 EHCI:
5 -----
6
7 Required properties:
8 - compatible: should be one of
9     "nuvoton,npcm750-ehci"
10     "nuvoton,npcm845-ehci"
11 - interrupts: Should contain the EHCI interrupt
12 - reg:        Physical address and length of the register set for the device
13
14 Example:
15
16         ehci1: usb@f0806000 {
17                 compatible = "nuvoton,npcm750-ehci";
18                 reg = <0xf0806000 0x1000>;
19                 interrupts = <0 61 4>;
20         };