of/unittest: replace 'selftest' with 'unittest'
[deliverable/linux.git] / Documentation / devicetree / bindings / arm / bcm / kona-wdt.txt
CommitLineData
e3b62ffd
MM
1Broadcom Kona Family Watchdog Timer
2-----------------------------------
3
4This watchdog timer is used in the following Broadcom SoCs:
5 BCM11130, BCM11140, BCM11351, BCM28145, BCM28155
6
7Required properties:
8 - compatible = "brcm,bcm11351-wdt", "brcm,kona-wdt";
9 - reg: memory address & range
10
11Example:
12 watchdog@35002f40 {
13 compatible = "brcm,bcm11351-wdt", "brcm,kona-wdt";
14 reg = <0x35002f40 0x6c>;
15 };
This page took 0.106052 seconds and 5 git commands to generate.