]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
dt-bindings: usb: new ehci-npcm7xx dt
authorAvi Fishman <AviFishman70@gmail.com>
Wed, 20 Jun 2018 06:33:05 +0000 (09:33 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Jun 2018 13:59:15 +0000 (21:59 +0800)
Device Tree documentation for Nuvoton npcm7xx EHCI.

Signed-off-by: Avi Fishman <AviFishman70@gmail.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Reviewed-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/devicetree/bindings/usb/npcm7xx-usb.txt [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/usb/npcm7xx-usb.txt b/Documentation/devicetree/bindings/usb/npcm7xx-usb.txt
new file mode 100644 (file)
index 0000000..5a0f1f1
--- /dev/null
@@ -0,0 +1,18 @@
+Nuvoton NPCM7XX SoC USB controllers:
+-----------------------------
+
+EHCI:
+-----
+
+Required properties:
+- compatible: "nuvoton,npcm750-ehci"
+- interrupts: Should contain the EHCI interrupt
+- reg:        Physical address and length of the register set for the device
+
+Example:
+
+       ehci1: usb@f0806000 {
+               compatible = "nuvoton,npcm750-ehci";
+               reg = <0xf0806000 0x1000>;
+               interrupts = <0 61 4>;
+       };