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 <johann.fischer@nordicsemi.no>
This commit is contained in:
Johann Fischer 2023-07-28 09:58:57 +02:00 committed by Fabio Baltieri
commit 488fd89e2b

View file

@ -104,7 +104,7 @@
}; };
}; };
&usb0 { zephyr_udc0: &usb0 {
status = "okay"; status = "okay";
pinctrl-0 = <&usb_dc_default>; pinctrl-0 = <&usb_dc_default>;