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:
parent
e38e91ed16
commit
e4f894788a
76 changed files with 76 additions and 76 deletions
|
@ -94,6 +94,6 @@ arduino_serial: &lpuart4 {};
|
|||
current-speed = <115200>;
|
||||
};
|
||||
|
||||
&usb1 {
|
||||
zephyr_udc0: &usb1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue