fix(boards): Remove unused pin settings.

* Remove unused pin settings that used deprecated
  devicetree properties.
This commit is contained in:
Peter Johanson 2023-12-04 22:47:31 +00:00
parent 19acd38508
commit 3c96aff73c

View file

@ -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 {