Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Wenyou Yang and committed by
Nicolas Ferre
92bd7aa4 ca5a4b56

+11
+4
arch/arm/boot/dts/at91-sama5d2_xplained.dts
··· 206 206 }; 207 207 }; 208 208 209 + watchdog@f8048040 { 210 + status = "okay"; 211 + }; 212 + 209 213 uart3: serial@fc008000 { 210 214 pinctrl-names = "default"; 211 215 pinctrl-0 = <&pinctrl_uart3_default>;
+7
arch/arm/boot/dts/sama5d2.dtsi
··· 929 929 clocks = <&h32ck>; 930 930 }; 931 931 932 + watchdog@f8048040 { 933 + compatible = "atmel,sama5d4-wdt"; 934 + reg = <0xf8048040 0x10>; 935 + interrupts = <4 IRQ_TYPE_LEVEL_HIGH 7>; 936 + status = "disabled"; 937 + }; 938 + 932 939 sckc@f8048050 { 933 940 compatible = "atmel,at91sam9x5-sckc"; 934 941 reg = <0xf8048050 0x4>;