fixed comment out

This commit is contained in:
Thomas N Atkins 2022-02-06 10:43:56 +00:00 committed by GitHub
parent 9d5db33886
commit 42fcb8f8be

View file

@ -52,7 +52,7 @@
&spi1 {
compatible = "nordic,nrf-spim";
/* Cannot be used together with i2c0. */
// Cannot be used together with i2c0.
status = "okay";
sck-pin = <19>;
mosi-pin = <14>; // MOSI = COPI
@ -64,7 +64,6 @@
&spi0 {
compatible = "nordic,nrf-spim";
/* Cannot be used together with i2c0. */
status = "okay";
sck-pin = <28>;
mosi-pin = <31>; // MOSI = COPI
@ -74,8 +73,8 @@
**/
/**
/**
&i2c0 {
compatible = "nordic,nrf-twi";
sda-pin = <8>;
@ -87,9 +86,9 @@
sda-pin = <33>;
scl-pin = <24>;
};
**/
&uart0 {
compatible = "nordic,nrf-uarte";
tx-pin = <35>;