fix: corrected interconnects to sparkfun_micromod instead of micromod

This commit is contained in:
thomas 2021-11-24 22:19:10 -06:00
parent 2628a39b80
commit 1959953554
5 changed files with 12 additions and 15 deletions

View file

@ -2,6 +2,6 @@
#SPDX - License - Identifier : MIT
config BOARD_SPARKFUN_MICROMOD_NRF52840
bool "micromod_nrf52840"
bool "sparkfun_micromod_nrf52840"
depends on SOC_NRF52840_QIAA

View file

@ -5,7 +5,7 @@
if BOARD_SPARKFUN_MICROMOD_NRF52840
config BOARD
default "nrf52480_m2"
default "sparkfun_micromod_nrf52840"
if USB

View file

@ -5,7 +5,7 @@
*/
/ {
micromod: connector {
sparkfun_micromod: connector {
compatible = "sparkfun,micromod-gpio";
#gpio-cells = <2>;
gpio-map-mask = <0xffffffff 0xffffffc0>;
@ -29,7 +29,7 @@
;
};
micromod_a: connector_a {
sparkfun_micromod_a: connector_a {
compatible = "sparkfun,micromod-gpio";
#gpio-cells = <2>;
gpio-map-mask = <0xffffffff 0xffffffc0>;
@ -44,13 +44,13 @@
};
micromod_d: &micromod {};
sparkfun_micromod_d: &sparkfun_micromod {};
micromod_i2c1: &i2c0 {};
micromod_i2c2: &i2c1 {};
sparkfun_micromod_i2c1: &i2c0 {};
sparkfun_micromod_i2c2: &i2c1 {};
micromod_spi1: &spi0 {};
micromod_spi2: &spi1 {};
sparkfun_micromod_spi1: &spi0 {};
sparkfun_micromod_spi2: &spi1 {};
micromod_serial1: &uart0 {};
micromod_serial2: &uart1 {};
sparkfun_micromod_serial1: &uart0 {};
sparkfun_micromod_serial2: &uart1 {};

View file

@ -70,9 +70,6 @@
mosi-pin = <31>; // MOSI = COPI
miso-pin = <2>; // MISO = COPO
cs-gpios = <&gpio0 20 GPIO_ACTIVE_HIGH>;
};

View file

@ -7,4 +7,4 @@ outputs:
- usb
- ble
url: https://www.sparkfun.com/products/16984
exposes: [micromod]
exposes: [sparkfun_micromod]