From: Bharat Kumar Reddy Gooty <bharat.go...@broadcom.com>

DT bindings document for Broadcom xHCI controller.

Signed-off-by: Bharat Kumar Reddy Gooty <bharat.go...@broadcom.com>
Signed-off-by: Vladimir Olovyannikov <vladimir.olovyanni...@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 --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>;
+       };
-- 
2.17.1

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to