diff options
author | Markus Mayer <markus.mayer@linaro.org> | 2014-03-06 04:18:12 -0500 |
---|---|---|
committer | Matt Porter <mporter@linaro.org> | 2014-03-14 12:17:26 -0400 |
commit | 8cf78b8589028d5c0acf620ddc1c9f43ac186899 (patch) | |
tree | e7f3ff199012c5f5d7674adbbfbb6f56eaddcc40 | |
parent | a33705ee8a8af40bbaa379e4567ca451c38fc0d6 (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.txt | 15 | ||||
-rw-r--r-- | Documentation/devicetree/bindings/arm/bcm/kona-resetmgr.txt | 14 |
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 @@ | |||
1 | Broadcom BCM21664 device tree bindings | ||
2 | -------------------------------------- | ||
3 | |||
4 | This document describes the device tree bindings for boards with the BCM21664 | ||
5 | SoC. | ||
6 | |||
7 | Required root node property: | ||
8 | - compatible: brcm,bcm21664 | ||
9 | |||
10 | Example: | ||
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 @@ | |||
1 | Broadcom Kona Family Reset Manager | ||
2 | ---------------------------------- | ||
3 | |||
4 | The reset manager is used on the Broadcom BCM21664 SoC. | ||
5 | |||
6 | Required properties: | ||
7 | - compatible: brcm,bcm21664-resetmgr | ||
8 | - reg: memory address & range | ||
9 | |||
10 | Example: | ||
11 | brcm,resetmgr@35001f00 { | ||
12 | compatible = "brcm,bcm21664-resetmgr"; | ||
13 | reg = <0x35001f00 0x24>; | ||
14 | }; | ||