Skip to content

Commit

Permalink
fix(boards): Remove unused pin settings.
Browse files Browse the repository at this point in the history
* Remove unused pin settings that used deprecated
  devicetree properties.
  • Loading branch information
petejohanson committed Dec 4, 2023
1 parent 1a4a0fa commit d12fbc4
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions app/boards/arm/bt60/bt60.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,6 @@
status = "okay";
};

&i2c0 {
compatible = "nordic,nrf-twi";
sda-pin = <17>;
scl-pin = <20>;
};

&uart0 {
compatible = "nordic,nrf-uarte";
tx-pin = <6>;
rx-pin = <8>;
};

&usbd {
status = "okay";
cdc_acm_uart: cdc_acm_uart {
Expand Down

0 comments on commit d12fbc4

Please sign in to comment.