Skip to content

Commit 1c15986

Browse files
Ayush1325kartben
authored andcommitted
boards: beagle: pocketbeagle_2: a53: Enable watchdog
- Enable main_rti0 watchdog timr. - Tested on PocketBeagle 2 with the samples/drivers/watchdog. Signed-off-by: Ayush Singh <[email protected]>
1 parent 2ac7899 commit 1c15986

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

boards/beagle/pocketbeagle_2/pocketbeagle_2_am62_a53-common.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
aliases {
2020
led0 = &led1;
21+
watchdog0 = &main_rti0;
2122
};
2223

2324
ddr0: memory@80000000 {
@@ -79,3 +80,7 @@
7980
pinctrl-names = "default";
8081
status = "okay";
8182
};
83+
84+
&main_rti0 {
85+
status = "okay";
86+
};

0 commit comments

Comments
 (0)