diff options
author | Markus Mayer <markus.mayer@linaro.org> | 2013-08-02 13:12:21 -0700 |
---|---|---|
committer | Christian Daudt <csd@broadcom.com> | 2013-08-06 15:34:01 -0700 |
commit | e3b62ffd9400d89040abf4baf1f775fc9dac9f24 (patch) | |
tree | bb390a5e938efd4cb6014ef48e07ddf91ff93e7f /Documentation | |
parent | 28ea3f3649b2adbfd96fdf66a2a25acc8c0e17eb (diff) | |
download | blackbird-op-linux-e3b62ffd9400d89040abf4baf1f775fc9dac9f24.tar.gz blackbird-op-linux-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')
-rw-r--r-- | Documentation/devicetree/bindings/arm/bcm/kona-wdt.txt | 15 |
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>; + }; |