spi-topcliff-pch: Fix issue for transmitting over 4KByte
[zen-stable.git] / Documentation / devicetree / bindings / watchdog / fsl-imx-wdt.txt
blob2144af1a5264dfd42c956522af88ce926129e81a
1 * Freescale i.MX Watchdog Timer (WDT) Controller
3 Required properties:
4 - compatible : Should be "fsl,<soc>-wdt"
5 - reg : Should contain WDT registers location and length
6 - interrupts : Should contain WDT interrupt
8 Examples:
10 wdt@73f98000 {
11         compatible = "fsl,imx51-wdt", "fsl,imx21-wdt";
12         reg = <0x73f98000 0x4000>;
13         interrupts = <58>;