Skip to content

Commit

Permalink
applications: nrf_desktop: remove USBD DTS node from common file
Browse files Browse the repository at this point in the history
Removed USBD DTS node from the common DTS file in the nRF52840 dongle
configuration.

Signed-off-by: Kamil Piszczek <[email protected]>
  • Loading branch information
kapi-no authored and nordicjm committed Dec 6, 2024
1 parent 488dfb0 commit 47ac578
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@
};
};

&usbd {
compatible = "nordic,nrf-usbd";
status = "okay";
num-bidir-endpoints = <0>;
num-in-endpoints = <7>;
num-out-endpoints = <2>;
num-isoin-endpoints = <0>;
num-isoout-endpoints = <0>;
};

&cdc_acm_uart {
status = "okay";
};
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,13 @@
in-report-size = <64>;
};
};

&usbd {
compatible = "nordic,nrf-usbd";
status = "okay";
num-bidir-endpoints = <0>;
num-in-endpoints = <7>;
num-out-endpoints = <2>;
num-isoin-endpoints = <0>;
num-isoout-endpoints = <0>;
};
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,13 @@
in-report-size = <64>;
};
};

&usbd {
compatible = "nordic,nrf-usbd";
status = "okay";
num-bidir-endpoints = <0>;
num-in-endpoints = <7>;
num-out-endpoints = <2>;
num-isoin-endpoints = <0>;
num-isoout-endpoints = <0>;
};
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,6 @@
};
};

&usbd {
compatible = "nordic,nrf-usbd";
status = "okay";
num-bidir-endpoints = <0>;
num-in-endpoints = <7>;
num-out-endpoints = <2>;
num-isoin-endpoints = <0>;
num-isoout-endpoints = <0>;
};

&pwm0 {
status = "okay";
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,13 @@
in-report-size = <64>;
};
};

&usbd {
compatible = "nordic,nrf-usbd";
status = "okay";
num-bidir-endpoints = <0>;
num-in-endpoints = <7>;
num-out-endpoints = <2>;
num-isoin-endpoints = <0>;
num-isoout-endpoints = <0>;
};

0 comments on commit 47ac578

Please sign in to comment.