aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/arm/bcm
diff options
context:
space:
mode:
authorMarkus Mayer <markus.mayer@linaro.org>2013-08-02 13:12:21 -0700
committerChristian Daudt <csd@broadcom.com>2013-08-06 15:34:01 -0700
commite3b62ffd9400d89040abf4baf1f775fc9dac9f24 (patch)
treebb390a5e938efd4cb6014ef48e07ddf91ff93e7f /Documentation/devicetree/bindings/arm/bcm
parentARM: bcm281xx: Adding bcm28155-ap.dts (diff)
downloadlinux-dev-e3b62ffd9400d89040abf4baf1f775fc9dac9f24.tar.xz
linux-dev-e3b62ffd9400d89040abf4baf1f775fc9dac9f24.zip
ARM: bcm281xx: DT changes for reboot code
This patch adds the device tree bindings for the bcm281xx reboot code. Signed-off-by: Markus Mayer <markus.mayer@linaro.org> Reviewed-by: Tim Kryger <tim.kryger@linaro.org> Acked-by: Christian Daudt <csd@broadcom.com>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/bcm')
-rw-r--r--Documentation/devicetree/bindings/arm/bcm/kona-wdt.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/bcm/kona-wdt.txt b/Documentation/devicetree/bindings/arm/bcm/kona-wdt.txt
new file mode 100644
index 000000000000..2b86a00e351d
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/bcm/kona-wdt.txt
@@ -0,0 +1,15 @@
+Broadcom Kona Family Watchdog Timer
+-----------------------------------
+
+This watchdog timer is used in the following Broadcom SoCs:
+ BCM11130, BCM11140, BCM11351, BCM28145, BCM28155
+
+Required properties:
+ - compatible = "brcm,bcm11351-wdt", "brcm,kona-wdt";
+ - reg: memory address & range
+
+Example:
+ watchdog@35002f40 {
+ compatible = "brcm,bcm11351-wdt", "brcm,kona-wdt";
+ reg = <0x35002f40 0x6c>;
+ };