Skip to content

Commit

Permalink
Update crbnevo.dts
Browse files Browse the repository at this point in the history
  • Loading branch information
ReFil authored Jun 23, 2024
1 parent 58707a4 commit 47bd015
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions config/boards/arm/crbnevo/crbnevo.dts
Original file line number Diff line number Diff line change
Expand Up @@ -96,18 +96,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 Expand Up @@ -156,13 +144,3 @@
};
};
};

&spi1 {
compatible = "nordic,nrf-spim";
status = "okay";
mosi-pin = <20>;
// Unused pins, needed for SPI definition, but not used by the ws2812 driver itself.
sck-pin = <27>;
miso-pin = <11>;

};

0 comments on commit 47bd015

Please sign in to comment.