Commit ec13100f authored by Rob Herring's avatar Rob Herring Committed by Greg Kroah-Hartman
Browse files

dt-bindings: usb: Convert Nuvoton EHCI to DT schema



The Nuvoton EHCI binding is just some compatible strings, so add it to the
generic-ehci.yaml schema.

Signed-off-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230110-dt-usb-v3-5-5af0541fcf8c@kernel.org


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c1140ebf
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -76,6 +76,8 @@ properties:
          - generic-ehci
          - marvell,armada-3700-ehci
          - marvell,orion-ehci
          - nuvoton,npcm750-ehci
          - nuvoton,npcm845-ehci
          - ti,ehci-omap
          - usb-ehci

+0 −20
Original line number Diff line number Diff line
Nuvoton NPCM7XX SoC USB controllers:
-----------------------------

EHCI:
-----

Required properties:
- compatible: should be one of
    "nuvoton,npcm750-ehci"
    "nuvoton,npcm845-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>;
	};