dts/arm: Add support for the watchdog in MEC1501hsz
It has one instance of this watchdog. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
bed0e2203b
commit
e83f4fad29
1 changed files with 6 additions and 0 deletions
|
@ -36,6 +36,12 @@
|
||||||
interrupts = <111 0>;
|
interrupts = <111 0>;
|
||||||
label = "RTIMER";
|
label = "RTIMER";
|
||||||
};
|
};
|
||||||
|
wdog: watchdog@40000400 {
|
||||||
|
compatible = "microchip,xec-watchdog";
|
||||||
|
reg = <0x40000400 0x400>;
|
||||||
|
interrupts = <171 0>;
|
||||||
|
label = "WDT_0";
|
||||||
|
};
|
||||||
uart0: uart@400f2400 {
|
uart0: uart@400f2400 {
|
||||||
compatible = "ns16550";
|
compatible = "ns16550";
|
||||||
reg = <0x400f2400 0x400>;
|
reg = <0x400f2400 0x400>;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue