Add documentation for ICFG USB3 registers available in NS2 SoC Signed-off-by: Jon Mason <jon.mason@xxxxxxxxxxxx> --- Documentation/devicetree/bindings/usb/brcm,icfg-usb.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Documentation/devicetree/bindings/usb/brcm,icfg-usb.txt diff --git a/Documentation/devicetree/bindings/usb/brcm,icfg-usb.txt b/Documentation/devicetree/bindings/usb/brcm,icfg-usb.txt new file mode 100644 index 000000000000..72176e25a692 --- /dev/null +++ b/Documentation/devicetree/bindings/usb/brcm,icfg-usb.txt @@ -0,0 +1,13 @@ +Broadcom ICFG USB3 registers + +Required properties: +- compatible: "brcm,icfg-usb" +- reg: Base address and length of the USB registers + + +Example: + +icfg_usb3: icfg_usb3@66000900 { + compatible = "brcm,icfg-usb"; + reg = <0x66000900 0x60>; +}; -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html