Merge tag 'linux-kselftest-kunit-fixes-5.11-rc3' of git://git.kernel.org/pub/scm...
[linux/fpc-iii.git] / Documentation / devicetree / bindings / usb / npcm7xx-usb.txt
blob5a0f1f14fbfae1afd809fb0451fd9055e7b0a43a
1 Nuvoton NPCM7XX SoC USB controllers:
2 -----------------------------
4 EHCI:
5 -----
7 Required properties:
8 - compatible: "nuvoton,npcm750-ehci"
9 - interrupts: Should contain the EHCI interrupt
10 - reg:        Physical address and length of the register set for the device
12 Example:
14         ehci1: usb@f0806000 {
15                 compatible = "nuvoton,npcm750-ehci";
16                 reg = <0xf0806000 0x1000>;
17                 interrupts = <0 61 4>;
18         };