Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc748b66 authored by Avi Fishman's avatar Avi Fishman Committed by Greg Kroah-Hartman
Browse files

dt-bindings: usb: new ehci-npcm7xx dt



Device Tree documentation for Nuvoton npcm7xx EHCI.

Signed-off-by: default avatarAvi Fishman <AviFishman70@gmail.com>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Reviewed-by: default avatarSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent df44831e
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
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>;
	};