提交 92bd7aa4 编写于 作者: W Wenyou Yang 提交者: Nicolas Ferre

ARM: at91/dt: sama5d2: add watchdog node

Add watchdog node to support SAMA5D4 watchdog.
Signed-off-by: NWenyou Yang <wenyou.yang@atmel.com>
Signed-off-by: NNicolas Ferre <nicolas.ferre@atmel.com>
上级 ca5a4b56
...@@ -206,6 +206,10 @@ ...@@ -206,6 +206,10 @@
}; };
}; };
watchdog@f8048040 {
status = "okay";
};
uart3: serial@fc008000 { uart3: serial@fc008000 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart3_default>; pinctrl-0 = <&pinctrl_uart3_default>;
......
...@@ -929,6 +929,13 @@ ...@@ -929,6 +929,13 @@
clocks = <&h32ck>; clocks = <&h32ck>;
}; };
watchdog@f8048040 {
compatible = "atmel,sama5d4-wdt";
reg = <0xf8048040 0x10>;
interrupts = <4 IRQ_TYPE_LEVEL_HIGH 7>;
status = "disabled";
};
sckc@f8048050 { sckc@f8048050 {
compatible = "atmel,at91sam9x5-sckc"; compatible = "atmel,at91sam9x5-sckc";
reg = <0xf8048050 0x4>; reg = <0xf8048050 0x4>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册