Skip to content

Commit 488fd89

Browse files
jfischer-nofabiobaltieri
authored andcommitted
boards: adafruit_feather_m0_basic_proto: add zephyr_udc0 nodelabel
Add zephyr_udc0 nodelabel to allow building all USB device samples for adafruit_feather_m0_basic_proto board out of the box. Signed-off-by: Johann Fischer <[email protected]>
1 parent 1f39e9e commit 488fd89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/arm/adafruit_feather_m0_basic_proto/adafruit_feather_m0_basic_proto.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
};
105105
};
106106

107-
&usb0 {
107+
zephyr_udc0: &usb0 {
108108
status = "okay";
109109

110110
pinctrl-0 = <&usb_dc_default>;

0 commit comments

Comments
 (0)