Skip to content

Commit c7c95e5

Browse files
committed
boards: Add common DT label for USB devices
As it's done upstream. Signed-off-by: Robert Lubos <[email protected]>
1 parent ef595b0 commit c7c95e5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

boards/arm/nrf52820dongle_nrf52820/nrf52820dongle_nrf52820.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
};
108108
};
109109

110-
&usbd {
110+
zephyr_udc0: &usbd {
111111
compatible = "nordic,nrf-usbd";
112112
status = "okay";
113113
};

boards/arm/nrf52833dongle_nrf52833/nrf52833dongle_nrf52833.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
};
117117
};
118118

119-
&usbd {
119+
zephyr_udc0: &usbd {
120120
compatible = "nordic,nrf-usbd";
121121
status = "okay";
122122
};

boards/arm/nrf52840gmouse_nrf52840/nrf52840gmouse_nrf52840.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
};
131131
};
132132

133-
&usbd {
133+
zephyr_udc0: &usbd {
134134
compatible = "nordic,nrf-usbd";
135135
status = "okay";
136136
};

boards/arm/thingy91_nrf52840/thingy91_nrf52840.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
cts-pin = <19>;
5555
};
5656

57-
&usbd {
57+
zephyr_udc0: &usbd {
5858
status = "okay";
5959
};
6060

0 commit comments

Comments
 (0)