diff options
author | Olof Johansson <olof@lixom.net> | 2013-08-29 10:49:03 -0700 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-09-03 10:20:05 -0700 |
commit | 103c6a71207f80e6ecfeba2c21d6246687bb0ee4 (patch) | |
tree | a69dc44415f138264b7180797ce7f0f71f87a884 /Documentation/devicetree/bindings/arm/bcm/kona-wdt.txt | |
parent | ef8932b94a441a189aaca15ef1b86d9e46b3f933 (diff) | |
parent | 15e22ddf045ed9796d0d2302e759aa7a37826523 (diff) |
Merge branch 'armsoc/for-3.12/dt' of git://github.com/broadcom/bcm11351 into next/dt
From Christian Daudt, DT changes for Broadcom.
* 'armsoc/for-3.12/dt' of git://github.com/broadcom/bcm11351:
ARM: DT: binding fixup to align with vendor-prefixes.txt (DT)
ARM: dts: add sdio blocks to bcm28155-ap board
ARM: dts: align sdio numbers to HW definition
ARM: bcm281xx: DT changes for reboot code
ARM: bcm281xx: Adding bcm28155-ap.dts
Diffstat (limited to 'Documentation/devicetree/bindings/arm/bcm/kona-wdt.txt')
-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 00000000000..2b86a00e351 --- /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>; + }; |