Skip to content

Commit a84cca4

Browse files
committed
boards: bflb: Add USB to ai_m62_12f
This is necessary to have a board testing the USB driver, however the board doesn't have a USB plug for it, but the pins are available Signed-off-by: Camille BAUD <[email protected]>
1 parent 64fc290 commit a84cca4

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

boards/aithinker/ai_m62_12f/ai_m62_12f.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,7 @@
108108
&gpio0 {
109109
status = "okay";
110110
};
111+
112+
zephyr_udc0: &usbd {
113+
status = "okay";
114+
};

boards/aithinker/ai_m62_12f/ai_m62_12f.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ supported:
1818
- pinctrl
1919
- uart
2020
- dma
21+
- usbd
2122
vendor: bflb

0 commit comments

Comments
 (0)