Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Avi Fishman and committed by
Greg Kroah-Hartman
dc748b66 df44831e

+18
+18
Documentation/devicetree/bindings/usb/npcm7xx-usb.txt
··· 1 + Nuvoton NPCM7XX SoC USB controllers: 2 + ----------------------------- 3 + 4 + EHCI: 5 + ----- 6 + 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 11 + 12 + Example: 13 + 14 + ehci1: usb@f0806000 { 15 + compatible = "nuvoton,npcm750-ehci"; 16 + reg = <0xf0806000 0x1000>; 17 + interrupts = <0 61 4>; 18 + };