aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/usb
diff options
context:
space:
mode:
authorAvi Fishman <AviFishman70@gmail.com>2018-06-20 09:33:05 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-06-25 21:59:15 +0800
commitdc748b66dbfbbfa187044f007d42d9cc01e5ab11 (patch)
tree8962e08d9f13322dda0bc90ab101e5131203dc67 /Documentation/devicetree/bindings/usb
parentUSB host: Add USB ehci support for nuvoton npcm7xx platform (diff)
downloadlinux-dev-dc748b66dbfbbfa187044f007d42d9cc01e5ab11.tar.xz
linux-dev-dc748b66dbfbbfa187044f007d42d9cc01e5ab11.zip
dt-bindings: usb: new ehci-npcm7xx dt
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>
Diffstat (limited to 'Documentation/devicetree/bindings/usb')
-rw-r--r--Documentation/devicetree/bindings/usb/npcm7xx-usb.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/npcm7xx-usb.txt b/Documentation/devicetree/bindings/usb/npcm7xx-usb.txt
new file mode 100644
index 000000000000..5a0f1f14fbfa
--- /dev/null
+++ b/Documentation/devicetree/bindings/usb/npcm7xx-usb.txt
@@ -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>;
+ };