mirror of https://gitee.com/openkylin/linux.git
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:
parent
ca5a4b5622
commit
92bd7aa413
|
@ -206,6 +206,10 @@ uart5: serial@200 {
|
|||
};
|
||||
};
|
||||
|
||||
watchdog@f8048040 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
uart3: serial@fc008000 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_uart3_default>;
|
||||
|
|
|
@ -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>;
|
||||
|
|
Loading…
Reference in New Issue