]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: DT: bcm21664: Device tree bindings
authorMarkus Mayer <markus.mayer@linaro.org>
Thu, 6 Mar 2014 09:18:12 +0000 (17:18 +0800)
committerMatt Porter <mporter@linaro.org>
Fri, 14 Mar 2014 16:17:26 +0000 (12:17 -0400)
Add binding documents for the Broadcom BCM21664 SoC.

Signed-off-by: Markus Mayer <markus.mayer@linaro.org>
Signed-off-by: Matt Porter <mporter@linaro.org>
Documentation/devicetree/bindings/arm/bcm/bcm21664.txt [new file with mode: 0644]
Documentation/devicetree/bindings/arm/bcm/kona-resetmgr.txt [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/arm/bcm/bcm21664.txt b/Documentation/devicetree/bindings/arm/bcm/bcm21664.txt
new file mode 100644 (file)
index 0000000..e077425
--- /dev/null
@@ -0,0 +1,15 @@
+Broadcom BCM21664 device tree bindings
+--------------------------------------
+
+This document describes the device tree bindings for boards with the BCM21664
+SoC.
+
+Required root node property:
+  - compatible: brcm,bcm21664
+
+Example:
+       / {
+               model = "BCM21664 SoC";
+               compatible = "brcm,bcm21664";
+               [...]
+       }
diff --git a/Documentation/devicetree/bindings/arm/bcm/kona-resetmgr.txt b/Documentation/devicetree/bindings/arm/bcm/kona-resetmgr.txt
new file mode 100644 (file)
index 0000000..93f31ca
--- /dev/null
@@ -0,0 +1,14 @@
+Broadcom Kona Family Reset Manager
+----------------------------------
+
+The reset manager is used on the Broadcom BCM21664 SoC.
+
+Required properties:
+  - compatible: brcm,bcm21664-resetmgr
+  - reg: memory address & range
+
+Example:
+       brcm,resetmgr@35001f00 {
+               compatible = "brcm,bcm21664-resetmgr";
+               reg = <0x35001f00 0x24>;
+       };