File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed
boards/arm/mimxrt1024_evk Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,8 @@ features:
8989+-----------+------------+-------------------------------------+
9090| CAN | on-chip | can |
9191+-----------+------------+-------------------------------------+
92+ | WATCHDOG | on-chip | watchdog |
93+ +-----------+------------+-------------------------------------+
9294
9395The default configuration can be found in the defconfig file:
9496``boards/arm/mimxrt1024_evk/mimxrt1024_evk_defconfig ``
Original file line number Diff line number Diff line change 1515 aliases {
1616 led0 = &green_led;
1717 sw0 = &user_button;
18+ watchdog0 = &wdog0;
1819 };
1920
2021 chosen {
9899 bus-speed = <125000>;
99100};
100101
102+ &wdog0 {
103+ status = "okay";
104+ };
105+
101106&lpi2c4 {
102107 status = "okay";
103108
Original file line number Diff line number Diff line change @@ -17,3 +17,4 @@ flash: 4096
1717supported :
1818 - netif:eth
1919 - can
20+ - watchdog
You can’t perform that action at this time.
0 commit comments