ARM: at91/dt: sama5d2: add watchdog node

Add watchdog node to support SAMA5D4 watchdog.

Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
This commit is contained in:
Wenyou Yang 2015-11-05 15:39:30 +08:00 committed by Nicolas Ferre
parent ca5a4b5622
commit 92bd7aa413
2 changed files with 11 additions and 0 deletions

View File

@ -206,6 +206,10 @@ uart5: serial@200 {
};
};
watchdog@f8048040 {
status = "okay";
};
uart3: serial@fc008000 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart3_default>;

View File

@ -929,6 +929,13 @@ pit: timer@f8048030 {
clocks = <&h32ck>;
};
watchdog@f8048040 {
compatible = "atmel,sama5d4-wdt";
reg = <0xf8048040 0x10>;
interrupts = <4 IRQ_TYPE_LEVEL_HIGH 7>;
status = "disabled";
};
sckc@f8048050 {
compatible = "atmel,at91sam9x5-sckc";
reg = <0xf8048050 0x4>;