Signed-off-by: Al Cooper <alcooperx@xxxxxxxxx> --- Documentation/devicetree/bindings/usb/bdc-udc.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Documentation/devicetree/bindings/usb/bdc-udc.txt diff --git a/Documentation/devicetree/bindings/usb/bdc-udc.txt b/Documentation/devicetree/bindings/usb/bdc-udc.txt new file mode 100644 index 0000000..18fb948 --- /dev/null +++ b/Documentation/devicetree/bindings/usb/bdc-udc.txt @@ -0,0 +1,16 @@ +USB Device Controller (UDC) for Broadcom Device Controller (BDC) + +Required properties: + +- compatible: Must be "brcm,bdc-udc-v0.16" or "brcm,bdc-udc" + +- reg: Address and length of the register set for the device + +- interrupts: Interrupt number for this device + +Example: + bdc@f0472000 { + compatible = "brcm,bdc-udc-v0.16", "brcm,bdc-udc"; + reg = <0xf0472000 0xfc4>; + interrupts = <0x0 0x76 0x0>; + }; -- 1.9.0.138.g2de3478 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html