Update sparkfun_micromod_nrf52840.dts

Commented out i2c and spi interfaces
This commit is contained in:
Thomas N Atkins 2022-01-30 22:24:49 -06:00 committed by GitHub
parent 1ccf924128
commit 9d5db33886
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>;