
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 --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>; + };