Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions boards/adi/max32675evkit/max32675evkit.dts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
led1 = &led2;
sw0 = &pb1;
sw1 = &pb2;
watchdog0 = &wdt0;
};
};

Expand Down Expand Up @@ -103,3 +104,7 @@
pinctrl-0 = <&spi1a_mosi_p0_15 &spi1a_miso_p0_14 &spi1a_sck_p0_16 &spi1a_ss0_p0_17>;
pinctrl-names = "default";
};

&wdt0 {
status = "okay";
};
1 change: 1 addition & 0 deletions boards/adi/max32675evkit/max32675evkit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ supported:
- spi
- pwm
- flash
- watchdog
ram: 64
flash: 384
11 changes: 11 additions & 0 deletions boards/adi/max32680evkit/max32680evkit_max32680_m4.dts
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,13 @@
status = "okay";
};

/*
* ERTCO is required for counter RTC
*/
&clk_ertco {
status = "okay";
};

&gpio0 {
status = "okay";
};
Expand Down Expand Up @@ -174,3 +181,7 @@
pinctrl-0 = <&owm_io_p0_6 &owm_pe_p0_7>;
pinctrl-names = "default";
};

&rtc_counter {
status = "okay";
};
1 change: 1 addition & 0 deletions boards/adi/max32680evkit/max32680evkit_max32680_m4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ supported:
- counter
- w1
- flash
- rtc_counter
ram: 48
flash: 512