Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / Documentation / devicetree / bindings / watchdog / fsl-imx-wdt.txt
CommitLineData
f5a427ee
SG
1* Freescale i.MX Watchdog Timer (WDT) Controller
2
3Required properties:
4- compatible : Should be "fsl,<soc>-wdt"
5- reg : Should contain WDT registers location and length
6- interrupts : Should contain WDT interrupt
7
f728f4bf
XL
8Optional property:
9- big-endian: If present the watchdog device's registers are implemented
0461aea7
XL
10 in big endian mode, otherwise in native mode(same with CPU), for more
11 detail please see: Documentation/devicetree/bindings/regmap/regmap.txt.
f728f4bf 12
f5a427ee
SG
13Examples:
14
15wdt@73f98000 {
16 compatible = "fsl,imx51-wdt", "fsl,imx21-wdt";
17 reg = <0x73f98000 0x4000>;
18 interrupts = <58>;
f728f4bf 19 big-endian;
f5a427ee 20};
This page took 0.188138 seconds and 5 git commands to generate.