diff options
Diffstat (limited to 'Bindings/arm/bcm/brcm,bcm23550.txt')
-rw-r--r-- | Bindings/arm/bcm/brcm,bcm23550.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Bindings/arm/bcm/brcm,bcm23550.txt b/Bindings/arm/bcm/brcm,bcm23550.txt new file mode 100644 index 000000000000..080baad923d6 --- /dev/null +++ b/Bindings/arm/bcm/brcm,bcm23550.txt @@ -0,0 +1,15 @@ +Broadcom BCM23550 device tree bindings +-------------------------------------- + +This document describes the device tree bindings for boards with the BCM23550 +SoC. + +Required root node property: + - compatible: brcm,bcm23550 + +Example: + / { + model = "BCM23550 SoC"; + compatible = "brcm,bcm23550"; + [...] + } |