Update sparkfun_micromod_nrf52840.dts
Commented out i2c and spi interfaces
This commit is contained in:
parent
1ccf924128
commit
9d5db33886
1 changed files with 5 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
|
||||
&spi1 {
|
||||
compatible = "nordic,nrf-spim";
|
||||
|
@ -72,7 +72,9 @@
|
|||
cs-gpios = <&gpio0 20 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
**/
|
||||
|
||||
/**
|
||||
|
||||
&i2c0 {
|
||||
compatible = "nordic,nrf-twi";
|
||||
|
@ -86,6 +88,8 @@
|
|||
scl-pin = <24>;
|
||||
};
|
||||
|
||||
**/
|
||||
|
||||
&uart0 {
|
||||
compatible = "nordic,nrf-uarte";
|
||||
tx-pin = <35>;
|
||||
|
|
Loading…
Add table
Reference in a new issue