fixed comment out
This commit is contained in:
parent
9d5db33886
commit
42fcb8f8be
1 changed files with 3 additions and 4 deletions
|
@ -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>;
|
||||
|
|
Loading…
Add table
Reference in a new issue