aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Mayer <markus.mayer@linaro.org>2014-03-06 04:18:12 -0500
committerMatt Porter <mporter@linaro.org>2014-03-14 12:17:26 -0400
commit8cf78b8589028d5c0acf620ddc1c9f43ac186899 (patch)
treee7f3ff199012c5f5d7674adbbfbb6f56eaddcc40
parenta33705ee8a8af40bbaa379e4567ca451c38fc0d6 (diff)
ARM: DT: bcm21664: Device tree bindings
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>
-rw-r--r--Documentation/devicetree/bindings/arm/bcm/bcm21664.txt15
-rw-r--r--Documentation/devicetree/bindings/arm/bcm/kona-resetmgr.txt14
2 files changed, 29 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/bcm/bcm21664.txt b/Documentation/devicetree/bindings/arm/bcm/bcm21664.txt
new file mode 100644
index 000000000000..e0774255e1a6
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/bcm/bcm21664.txt
@@ -0,0 +1,15 @@
1Broadcom BCM21664 device tree bindings
2--------------------------------------
3
4This document describes the device tree bindings for boards with the BCM21664
5SoC.
6
7Required root node property:
8 - compatible: brcm,bcm21664
9
10Example:
11 / {
12 model = "BCM21664 SoC";
13 compatible = "brcm,bcm21664";
14 [...]
15 }
diff --git a/Documentation/devicetree/bindings/arm/bcm/kona-resetmgr.txt b/Documentation/devicetree/bindings/arm/bcm/kona-resetmgr.txt
new file mode 100644
index 000000000000..93f31ca1ef4b
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/bcm/kona-resetmgr.txt
@@ -0,0 +1,14 @@
1Broadcom Kona Family Reset Manager
2----------------------------------
3
4The reset manager is used on the Broadcom BCM21664 SoC.
5
6Required properties:
7 - compatible: brcm,bcm21664-resetmgr
8 - reg: memory address & range
9
10Example:
11 brcm,resetmgr@35001f00 {
12 compatible = "brcm,bcm21664-resetmgr";
13 reg = <0x35001f00 0x24>;
14 };