mmc: sdhci-of-arasan: Add the support for sdhci-5.1
[linux/fpc-iii.git] / Documentation / devicetree / bindings / watchdog / pnx4008-wdt.txt
blob556d06c17c92beb8a40e889679c150163722596c
1 * NXP PNX watchdog timer
3 Required properties:
4 - compatible: must be "nxp,pnx4008-wdt"
5 - reg: physical base address of the controller and length of memory mapped
6   region.
8 Optional properties:
9 - timeout-sec: contains the watchdog timeout in seconds.
11 Example:
13         watchdog@4003C000 {
14                 compatible = "nxp,pnx4008-wdt";
15                 reg = <0x4003C000 0x1000>;
16                 timeout-sec = <10>;
17         };