watchdog: Device tree support for pnx4008-wdt
This patch adds device tree support to pnx4008-wdt.c Signed-off-by: Roland Stigge <stigge@antcom.de> Reviewed-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
This commit is contained in:

committed by
Wim Van Sebroeck

parent
ae21cc20a6
commit
3ba3774b8c
13
Documentation/devicetree/bindings/watchdog/pnx4008-wdt.txt
Normal file
13
Documentation/devicetree/bindings/watchdog/pnx4008-wdt.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
* NXP PNX watchdog timer
|
||||
|
||||
Required properties:
|
||||
- compatible: must be "nxp,pnx4008-wdt"
|
||||
- reg: physical base address of the controller and length of memory mapped
|
||||
region.
|
||||
|
||||
Example:
|
||||
|
||||
watchdog@4003C000 {
|
||||
compatible = "nxp,pnx4008-wdt";
|
||||
reg = <0x4003C000 0x1000>;
|
||||
};
|
Reference in New Issue
Block a user