boards: add zephyr_udc0 nodelabel to all boards with USB support

USB devicetree nodes in Zephyr have different names,
mostly derived from the designations in data sheets.
Add zephyr_udc0 (USB device controller) nodelabel to
specific USB node to allow generic USB sample to be build.

Follow up on commit b4242a8 ("boards: add USB node aliases")

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
This commit is contained in:
Johann Fischer 2021-08-05 15:46:23 +02:00 committed by Carles Cufí
commit e4f894788a
76 changed files with 76 additions and 76 deletions

View file

@ -112,7 +112,7 @@ arduino_serial: &lpuart2 {};
};
};
&usb1 {
zephyr_udc0: &usb1 {
status = "okay";
};