aboutsummaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/watchdog/pnx4008-wdt.txt
blob: 7c7f6887c796a6c4ff367252a21674b28339ddd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>;
	};