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 Jan 3, 2024
1 parent 52741ac commit c0dd37e
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 @@ -70,18 +70,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 c0dd37e

Please sign in to comment.