Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion boards/shields/adafruit_winc1500/adafruit_winc1500.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
status = "okay";
cs-gpios = <&arduino_header 16 0>; /* D10 */

winc1500@0 {
winc1500_adafruit_winc1500: winc1500@0 {
status = "ok";
compatible = "atmel,winc1500";
reg = <0x0>;
Expand Down
2 changes: 1 addition & 1 deletion boards/shields/amg88xx/amg88xx_eval_kit.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
&arduino_i2c {
status = "okay";

amg88xx@68 {
amg88xx_amg88xx_eval_kit: amg88xx@68 {
compatible = "panasonic,amg88xx";
reg = <0x68>;
/* Pin D6 from Arduino Connector */
Expand Down
2 changes: 1 addition & 1 deletion boards/shields/arceli_eth_w5500/arceli_eth_w5500.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
&arduino_spi {
status = "okay";

eth_w5500: eth_w5500@0 {
eth_w5500_arceli_eth_w5500: eth_w5500@0 {
compatible = "wiznet,w5500";
reg = <0x0>;
spi-max-frequency = <80000000>;
Expand Down
4 changes: 2 additions & 2 deletions boards/shields/atmel_rf2xx/atmel_rf2xx_arduino.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

/ {
chosen {
zephyr,ieee802154 = &ieee802154;
zephyr,ieee802154 = &ieee802154_atmel_rf2xx_arduino;
};
};

Expand All @@ -17,7 +17,7 @@
cs-gpios = <&arduino_header 16
(GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;

ieee802154: rf2xx@0 {
ieee802154_atmel_rf2xx_arduino: rf2xx@0 {
compatible = "atmel,rf2xx";
reg = <0x0>;
spi-max-frequency = <6000000>;
Expand Down
4 changes: 2 additions & 2 deletions boards/shields/atmel_rf2xx/atmel_rf2xx_legacy.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

/ {
chosen {
zephyr,ieee802154 = &ieee802154;
zephyr,ieee802154 = &ieee802154_atmel_rf2xx_legacy;
};
};

&ext1_spi {
status = "okay";

ieee802154: rf2xx@0 {
ieee802154_atmel_rf2xx_legacy: rf2xx@0 {
compatible = "atmel,rf2xx";
reg = <0x0>;
spi-max-frequency = <6000000>;
Expand Down
4 changes: 2 additions & 2 deletions boards/shields/atmel_rf2xx/atmel_rf2xx_mikrobus.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

/ {
chosen {
zephyr,ieee802154 = &ieee802154;
zephyr,ieee802154 = &ieee802154_atmel_rf2xx_mikrobus;
};
};

Expand All @@ -16,7 +16,7 @@
/* CS */
cs-gpios = <&mikrobus_header 2 GPIO_ACTIVE_LOW>;

ieee802154: rf2xx@0 {
ieee802154_atmel_rf2xx_mikrobus: rf2xx@0 {
compatible = "atmel,rf2xx";
reg = <0x0>;
spi-max-frequency = <6000000>;
Expand Down
4 changes: 2 additions & 2 deletions boards/shields/atmel_rf2xx/atmel_rf2xx_xplained.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

/ {
chosen {
zephyr,ieee802154 = &ieee802154;
zephyr,ieee802154 = &ieee802154_atmel_rf2xx_xplained;
};
};

&xplained1_spi {
status = "okay";

ieee802154: rf2xx@0 {
ieee802154_atmel_rf2xx_xplained: rf2xx@0 {
compatible = "atmel,rf2xx";
reg = <0x0>;
spi-max-frequency = <6000000>;
Expand Down
4 changes: 2 additions & 2 deletions boards/shields/atmel_rf2xx/atmel_rf2xx_xpro.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

/ {
chosen {
zephyr,ieee802154 = &ieee802154;
zephyr,ieee802154 = &ieee802154_atmel_rf2xx_xpro;
};
};

&ext1_spi {
status = "okay";

ieee802154: rf2xx@0 {
ieee802154_atmel_rf2xx_xpro: rf2xx@0 {
compatible = "atmel,rf2xx";
reg = <0x0>;
spi-max-frequency = <6000000>;
Expand Down
4 changes: 2 additions & 2 deletions boards/shields/boostxl_ulpsense/boostxl_ulpsense.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

/ {
aliases {
accel0 = &adxl362_0;
accel0 = &adxl362_0_boostxl_ulpsense;
};
};

&boosterpack_spi {

adxl362_0: adxl362@0 {
adxl362_0_boostxl_ulpsense: adxl362@0 {
compatible = "adi,adxl362";
reg = <0>;
spi-max-frequency = <8000000>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@

/ {
chosen {
zephyr,display = &ili9340;
zephyr,display = &ili9340_buydisplay_2_8_tft_touch_arduino;
};
};

&arduino_spi {
status = "okay";
cs-gpios = <&arduino_header 15 GPIO_ACTIVE_LOW>; /* D9 */

ili9340: ili9340@0 {
ili9340_buydisplay_2_8_tft_touch_arduino: ili9340@0 {
compatible = "ilitek,ili9340";
spi-max-frequency = <25000000>;
reg = <0>;
Expand All @@ -36,7 +36,7 @@
};

&arduino_i2c {
ft5336@38 {
ft5336_buydisplay_2_8_tft_touch_arduino: ft5336@38 {
compatible = "focaltech,ft5336";
reg = <0x38>;
/* Uncomment if IRQ line is available (requires to solder jumper) */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@

/ {
chosen {
zephyr,display = &ili9488;
zephyr,display = &ili9488_buydisplay_3_5_tft_touch_arduino;
};
};

&arduino_spi {
status = "okay";
cs-gpios = <&arduino_header 15 GPIO_ACTIVE_LOW>; /* D9 */

ili9488: ili9488@0 {
ili9488_buydisplay_3_5_tft_touch_arduino: ili9488@0 {
compatible = "ilitek,ili9488";
spi-max-frequency = <25000000>;
reg = <0>;
Expand All @@ -35,7 +35,7 @@
};

&arduino_i2c {
ft5336@38 {
ft5336_buydisplay_3_5_tft_touch_arduino: ft5336@38 {
compatible = "focaltech,ft5336";
reg = <0x38>;
/* Uncomment if IRQ line is available (requires to solder jumper) */
Expand Down
2 changes: 1 addition & 1 deletion boards/shields/dac80508_evm/dac80508_evm.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
status = "okay";
cs-gpios = <&arduino_header 16 GPIO_ACTIVE_LOW>; /* D10 */

dac80508: dac80508@0 {
dac80508_dac80508_evm: dac80508@0 {
compatible = "ti,dac80508";
reg = <0x0>;
spi-max-frequency = <1000000>;
Expand Down
4 changes: 2 additions & 2 deletions boards/shields/frdm_cr20a/frdm_cr20a.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

/ {
chosen {
zephyr,ieee802154 = &ieee802154;
zephyr,ieee802154 = &ieee802154_frdm_cr20a;
};
};

&arduino_spi {
status = "okay";

ieee802154: mcr20a@0 {
ieee802154_frdm_cr20a: mcr20a@0 {
compatible = "nxp,mcr20a";
reg = <0x0>;
spi-max-frequency = <4000000>;
Expand Down
2 changes: 1 addition & 1 deletion boards/shields/frdm_kw41z/frdm_kw41z.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

/ {
chosen {
zephyr,bt-uart = &arduino_serial;
zephyr,bt-uart = &arduino_serial_frdm_kw41z;
};
};

Expand Down
14 changes: 7 additions & 7 deletions boards/shields/frdm_stbc_agm01/frdm_stbc_agm01.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@

/ {
aliases {
magn0 = &fxos8700_1e;
accel0 = &fxos8700_1e;
magn0 = &fxos8700_1e_frdm_stbc_agm01;
accel0 = &fxos8700_1e_frdm_stbc_agm01;
};
};

&arduino_i2c {
fxos8700_1e: fxos8700@1e {
fxos8700_1e_frdm_stbc_agm01: fxos8700@1e {
compatible = "nxp,fxos8700";
reg = <0x1e>;
int1-gpios = <&arduino_header 8 GPIO_ACTIVE_LOW>;
int2-gpios = <&arduino_header 10 GPIO_ACTIVE_LOW>;
};
};

fxas21002@20 {
compatible = "nxp,fxas21002";
fxas21002_frdm_stbc_agm01: fxas21002@20 {
compatible = "nxp,fxas21002";
reg = <0x20>;
int1-gpios = <&arduino_header 11 GPIO_ACTIVE_LOW>;
int2-gpios = <&arduino_header 14 GPIO_ACTIVE_LOW>;
};
};
};
2 changes: 1 addition & 1 deletion boards/shields/ftdi_vm800c/ftdi_vm800c.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
cs-gpios = <&arduino_header 16
(GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;

ft800@0 {
ft800_ftdi_vm800c: ft800@0 {
compatible = "ftdi,ft800";
reg = <0x0>;
spi-max-frequency = <8000000>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/* D10 */
cs-gpios = <&arduino_header 16 GPIO_ACTIVE_LOW>;

wifi0: iwin@0 {
wifi0_inventek_eswifi_arduino_spi: iwin@0 {
status = "okay";
compatible = "inventek,eswifi";
spi-max-frequency = <2000000>;
Expand Down
2 changes: 1 addition & 1 deletion boards/shields/link_board_eth/link_board_eth.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
status = "okay";
cs-gpios = <&arduino_header 16 GPIO_ACTIVE_LOW>; /* D10 */

enc424j600@0 {
enc424j600_link_board_eth: enc424j600@0 {
compatible = "microchip,enc424j600";
spi-max-frequency = <14000000>;
int-gpios = <&arduino_header 15 GPIO_ACTIVE_LOW>; /* D9 */
Expand Down
4 changes: 2 additions & 2 deletions boards/shields/lmp90100_evb/lmp90100_evb.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
&arduino_spi {
status = "okay";

lmp90100: lmp90100@0 {
lmp90100_lmp90100_evb: lmp90100@0 {
compatible = "ti,lmp90100";
reg = <0x0>;
spi-max-frequency = <1000000>;
Expand All @@ -28,7 +28,7 @@
&arduino_i2c {
status = "okay";

eeprom0: eeprom@57 {
eeprom0_lmp90100_evb: eeprom@57 {
compatible = "atmel,at24";
reg = <0x57>;
size = <256>;
Expand Down
4 changes: 2 additions & 2 deletions boards/shields/ls0xx_generic/ls013b7dh03.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

/ {
chosen {
zephyr,display = &ls0xx;
zephyr,display = &ls0xx_ls013b7dh03;
};
};

&arduino_spi {
status = "okay";
cs-gpios = <&arduino_header 16 GPIO_ACTIVE_HIGH>; /* D10 */

ls0xx: ls0xx@0 {
ls0xx_ls013b7dh03: ls0xx@0 {
compatible = "sharp,ls0xx";
spi-max-frequency = <2000000>;
reg = <0>;
Expand Down
4 changes: 2 additions & 2 deletions boards/shields/max7219/max7219_8x8.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

/ {
chosen {
zephyr,display = &max7219;
zephyr,display = &max7219_max7219_8x8;
};
};

&arduino_spi {
status = "okay";

max7219: max7219@0 {
max7219_max7219_8x8: max7219@0 {
compatible = "maxim,max7219";
reg = <0>;
spi-max-frequency = <1000000>;
Expand Down
4 changes: 2 additions & 2 deletions boards/shields/mcp2515/dfrobot_can_bus_v2_0.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
status = "okay";
cs-gpios = <&arduino_header 16 GPIO_ACTIVE_LOW>; /* D10 */

mcp2515: can@0 {
mcp2515_dfrobot_can_bus_v2_0: can@0 {
compatible = "microchip,mcp2515";
spi-max-frequency = <1000000>;
int-gpios = <&arduino_header 8 GPIO_ACTIVE_LOW>; /* D2 */
Expand All @@ -27,6 +27,6 @@

/ {
chosen {
zephyr,canbus = &mcp2515;
zephyr,canbus = &mcp2515_dfrobot_can_bus_v2_0;
};
};
4 changes: 2 additions & 2 deletions boards/shields/mcp2515/keyestudio_can_bus_ks0411.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
status = "okay";
cs-gpios = <&arduino_header 16 GPIO_ACTIVE_LOW>; /* D10 */

mcp2515: can@0 {
mcp2515_keyestudio_can_bus_ks0411: can@0 {
compatible = "microchip,mcp2515";
spi-max-frequency = <1000000>;
int-gpios = <&arduino_header 14 GPIO_ACTIVE_LOW>; /* D8 */
Expand All @@ -27,6 +27,6 @@

/ {
chosen {
zephyr,canbus = &mcp2515;
zephyr,canbus = &mcp2515_keyestudio_can_bus_ks0411;
};
};
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
status = "okay";

/* LPCXpresso55S16 uses SSEL1 for mikroBUS SPI */
mcp3204: mcp3204@1 {
mcp3204_mikroe_adc_click: mcp3204@1 {
compatible = "microchip,mcp3204";
reg = <0x1>;
spi-max-frequency = <100000>;
Expand Down
2 changes: 1 addition & 1 deletion boards/shields/mikroe_adc_click/mikroe_adc_click.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
&mikrobus_spi {
status = "okay";

mcp3204: mcp3204@0 {
mcp3204_mikroe_adc_click: mcp3204@0 {
compatible = "microchip,mcp3204";
reg = <0x0>;
spi-max-frequency = <100000>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<&gpio1 12 GPIO_ACTIVE_LOW>,
<&gpio1 26 GPIO_ACTIVE_LOW>;

/* LPCXpresso55xxx boards all use SSEL1. */
eth_click: eth_click@1 {
/* LPCXpresso55xxx boards all use SSEL1. */
eth_click_mikroe_eth_click: eth_click@1 {
compatible = "microchip,enc28j60";
reg = <0x1>;
local-mac-address = [00 00 00 01 02 03];
Expand Down
Loading