diff options
author | Anup Patel <anup.patel@broadcom.com> | 2017-06-02 02:34:25 -0400 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2017-06-05 12:48:31 -0400 |
commit | 813baa607de4227f9817e25228ad0a5f860fb6de (patch) | |
tree | 6b43f71f10b54d4117f89c0ab6ddeedcc8f720c1 | |
parent | 2ea659a9ef488125eb46da6eb571de5eae5c43f6 (diff) |
dt-bindings: bcm: Add Broadcom Stingray bindings document
This patch adds DT bindings info for Broadcom Stingray SOC
and related reference boards.
Signed-off-by: Anup Patel <anup.patel@broadcom.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
-rw-r--r-- | Documentation/devicetree/bindings/arm/bcm/brcm,stingray.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/bcm/brcm,stingray.txt b/Documentation/devicetree/bindings/arm/bcm/brcm,stingray.txt new file mode 100644 index 000000000000..23a02178dd44 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/bcm/brcm,stingray.txt | |||
@@ -0,0 +1,12 @@ | |||
1 | Broadcom Stingray device tree bindings | ||
2 | ------------------------------------------------ | ||
3 | |||
4 | Boards with Stingray shall have the following properties: | ||
5 | |||
6 | Required root node property: | ||
7 | |||
8 | Stingray Combo SVK board | ||
9 | compatible = "brcm,bcm958742k", "brcm,stingray"; | ||
10 | |||
11 | Stingray SST100 board | ||
12 | compatible = "brcm,bcm958742t", "brcm,stingray"; | ||