Skip to content

Commit 0f74a45

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 e7f5f3b commit 0f74a45

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
@@ -17,4 +17,5 @@ supported:
1717
- gpio
1818
- pinctrl
1919
- uart
20+
- usbd
2021
vendor: bflb

0 commit comments

Comments
 (0)