aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mayer <markus.mayer@linaro.org>2013-06-24 17:18:03 -0700
committerMarkus Mayer <markus.mayer@linaro.org>2013-07-17 17:32:42 -0700
commit7a556a036be3f797f0f103fdacb8ecbe64c7b595 (patch)
tree8a3934c81094bb06af7d1a46ae04b36d1513c265
parentbfb19698d54dc2aab427094dfd9dfbe7d5a71f33 (diff)
ARM: bcm281xx: DT changes for reboot codereview/ARM-bcm281xx-Board-specific-reboot-code-v2
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>
-rw-r--r--Documentation/devicetree/bindings/arm/bcm/bcm,kona-wdt.txt15
-rw-r--r--arch/arm/boot/dts/bcm11351.dtsi7
2 files changed, 21 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/arm/bcm/bcm,kona-wdt.txt b/Documentation/devicetree/bindings/arm/bcm/bcm,kona-wdt.txt
new file mode 100644
index 00000000000..ac349e77572
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/bcm/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 = "bcm,kona-wdt";
+ - reg: memory range
+
+Example:
+ watchdog@35002f40 {
+ compatible = "bcm,kona-wdt";
+ reg = <0x35002f40 0x6c>;
+ };
diff --git a/arch/arm/boot/dts/bcm11351.dtsi b/arch/arm/boot/dts/bcm11351.dtsi
index c0cdf66f896..a1c18810be6 100644
--- a/arch/arm/boot/dts/bcm11351.dtsi
+++ b/arch/arm/boot/dts/bcm11351.dtsi
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Broadcom Corporation
+ * Copyright (C) 2012-2013 Broadcom Corporation
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@@ -56,6 +56,11 @@
cache-level = <2>;
};
+ watchdog@35002f40 {
+ compatible = "bcm,kona-wdt";
+ reg = <0x35002f40 0x6c>;
+ };
+
timer@35006000 {
compatible = "bcm,kona-timer";
reg = <0x35006000 0x1000>;