aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorPeter Johanson <[email protected]>2023-12-04 22:47:31 +0000
committerPete Johanson <[email protected]>2024-02-09 14:32:46 -0800
commit324ada1d20a6069ff23e47c7ed0ed3e13ddae44c (patch)
tree8aaa19458553b81d5f20bcf2ba71949da14adcb1
parent8e9b4fa57c69f2ec88883f1dddd0529bed1fa2e8 (diff)
downloadzmk-324ada1d20a6069ff23e47c7ed0ed3e13ddae44c.tar.gz
zmk-324ada1d20a6069ff23e47c7ed0ed3e13ddae44c.zip
fix(boards): Remove unused pin settings.
* Remove unused pin settings that used deprecated devicetree properties.
-rw-r--r--app/boards/arm/bt60/bt60.dtsi12
1 files changed, 0 insertions, 12 deletions
diff --git a/app/boards/arm/bt60/bt60.dtsi b/app/boards/arm/bt60/bt60.dtsi
index ba106c658e..655d25769a 100644
--- a/app/boards/arm/bt60/bt60.dtsi
+++ b/app/boards/arm/bt60/bt60.dtsi
@@ -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 {