diff mbox series

[U-Boot,v2,1/2] dt-bindings: Documentation on BRCM xHCI controller

Message ID 20191126181838.16438-2-vladimir.olovyannikov@broadcom.com
State Superseded
Delegated to: Marek Vasut
Headers show
Series Add Broadcom XHCI driver for iproc platforms | expand

Commit Message

Vladimir Olovyannikov Nov. 26, 2019, 6:18 p.m. UTC
From: Bharat Kumar Reddy Gooty <bharat.gooty@broadcom.com>

DT bindings document for Broadcom xHCI controller.

Signed-off-by: Bharat Kumar Reddy Gooty <bharat.gooty@broadcom.com>
Signed-off-by: Vladimir Olovyannikov <vladimir.olovyannikov@broadcom.com>
---
 .../devicetree/bindings/usb/brcm,generic-xhci.txt    | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/usb/brcm,generic-xhci.txt
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/usb/brcm,generic-xhci.txt b/Documentation/devicetree/bindings/usb/brcm,generic-xhci.txt
new file mode 100644
index 0000000000..621b99c9f3
--- /dev/null
+++ b/Documentation/devicetree/bindings/usb/brcm,generic-xhci.txt
@@ -0,0 +1,12 @@ 
+Broadcom USB xHCI Controller
+
+Required properties:
+  - compatible: "brcm,generic-xhci"
+  - reg: Base address and length of the standard xHCI register set
+
+Example:
+
+	xhci0: usb@68501000 {
+		compatible = "brcm,generic-xhci";
+		reg = <0x68501000 0x1000>;
+	};