summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAvi Fishman2018-06-20 08:33:05 +0200
committerGreg Kroah-Hartman2018-06-25 15:59:15 +0200
commitdc748b66dbfbbfa187044f007d42d9cc01e5ab11 (patch)
tree8962e08d9f13322dda0bc90ab101e5131203dc67
parentUSB host: Add USB ehci support for nuvoton npcm7xx platform (diff)
downloadkernel-qcow2-linux-dc748b66dbfbbfa187044f007d42d9cc01e5ab11.tar.gz
kernel-qcow2-linux-dc748b66dbfbbfa187044f007d42d9cc01e5ab11.tar.xz
kernel-qcow2-linux-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>
-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>;
+ };