Skip to content

Commit 3da3959

Browse files
MaureenHelmhenrikbrixandersen
authored andcommitted
boards: adi: Enable usb on additional max32690-based boards
USB support was previously introduced for the max32 soc family on the max32690evkit board; this change extends that support to two additional boards with the same soc: apard32690 and max32690fthr. Signed-off-by: Maureen Helm <[email protected]>
1 parent 2ee6ebf commit 3da3959

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

boards/adi/apard32690/apard32690_max32690_m4.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,3 +331,7 @@ pmod_spi: &spi4 {
331331
writeoc = "PP_1_1_4";
332332
};
333333
};
334+
335+
zephyr_udc0: &usbhs {
336+
status = "okay";
337+
};

boards/adi/apard32690/apard32690_max32690_m4.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ supported:
1616
- serial
1717
- spi
1818
- trng
19+
- usbd
1920
- counter
2021
- w1
2122
- memc

boards/adi/max32690fthr/max32690fthr_max32690_m4.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,3 +140,7 @@ feather_spi: &spi0 {
140140
pinctrl-0 = <&spi0b_mosi_p2_28 &spi0b_miso_p2_27 &spi0b_sck_p2_29>;
141141
pinctrl-names = "default";
142142
};
143+
144+
zephyr_udc0: &usbhs {
145+
status = "okay";
146+
};

boards/adi/max32690fthr/max32690fthr_max32690_m4.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ supported:
1515
- feather_i2c
1616
- feather_spi
1717
- flash
18+
- usbd
1819
ram: 1024
1920
flash: 3072

0 commit comments

Comments
 (0)