Skip to content

Commit 47ac578

Browse files
kapi-nonordicjm
authored andcommitted
applications: nrf_desktop: remove USBD DTS node from common file
Removed USBD DTS node from the common DTS file in the nRF52840 dongle configuration. Signed-off-by: Kamil Piszczek <[email protected]>
1 parent 488dfb0 commit 47ac578

File tree

5 files changed

+40
-10
lines changed

5 files changed

+40
-10
lines changed

applications/nrf_desktop/configuration/nrf52840dongle_nrf52840/app.overlay

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,16 @@
2828
};
2929
};
3030

31+
&usbd {
32+
compatible = "nordic,nrf-usbd";
33+
status = "okay";
34+
num-bidir-endpoints = <0>;
35+
num-in-endpoints = <7>;
36+
num-out-endpoints = <2>;
37+
num-isoin-endpoints = <0>;
38+
num-isoout-endpoints = <0>;
39+
};
40+
3141
&cdc_acm_uart {
3242
status = "okay";
3343
};

applications/nrf_desktop/configuration/nrf52840dongle_nrf52840/app_3bleconn.overlay

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,13 @@
5151
in-report-size = <64>;
5252
};
5353
};
54+
55+
&usbd {
56+
compatible = "nordic,nrf-usbd";
57+
status = "okay";
58+
num-bidir-endpoints = <0>;
59+
num-in-endpoints = <7>;
60+
num-out-endpoints = <2>;
61+
num-isoin-endpoints = <0>;
62+
num-isoout-endpoints = <0>;
63+
};

applications/nrf_desktop/configuration/nrf52840dongle_nrf52840/app_4llpmconn.overlay

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,13 @@
5151
in-report-size = <64>;
5252
};
5353
};
54+
55+
&usbd {
56+
compatible = "nordic,nrf-usbd";
57+
status = "okay";
58+
num-bidir-endpoints = <0>;
59+
num-in-endpoints = <7>;
60+
num-out-endpoints = <2>;
61+
num-isoin-endpoints = <0>;
62+
num-isoout-endpoints = <0>;
63+
};

applications/nrf_desktop/configuration/nrf52840dongle_nrf52840/app_common.dtsi

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,6 @@
4040
};
4141
};
4242

43-
&usbd {
44-
compatible = "nordic,nrf-usbd";
45-
status = "okay";
46-
num-bidir-endpoints = <0>;
47-
num-in-endpoints = <7>;
48-
num-out-endpoints = <2>;
49-
num-isoin-endpoints = <0>;
50-
num-isoout-endpoints = <0>;
51-
};
52-
5343
&pwm0 {
5444
status = "okay";
5545
};

applications/nrf_desktop/configuration/nrf52840dongle_nrf52840/app_release_4llpmconn.overlay

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,13 @@
5151
in-report-size = <64>;
5252
};
5353
};
54+
55+
&usbd {
56+
compatible = "nordic,nrf-usbd";
57+
status = "okay";
58+
num-bidir-endpoints = <0>;
59+
num-in-endpoints = <7>;
60+
num-out-endpoints = <2>;
61+
num-isoin-endpoints = <0>;
62+
num-isoout-endpoints = <0>;
63+
};

0 commit comments

Comments
 (0)