Skip to content

Commit 07b642d

Browse files
erwangocarlescufi
authored andcommitted
boards: shields: Update node_label according to new naming scheme
Update existing shields to conform with new node label naming scheme. Signed-off-by: Erwan Gouriou <[email protected]>
1 parent bd6a25a commit 07b642d

File tree

60 files changed

+141
-141
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+141
-141
lines changed

boards/shields/adafruit_winc1500/adafruit_winc1500.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
status = "okay";
99
cs-gpios = <&arduino_header 16 0>; /* D10 */
1010

11-
winc1500@0 {
11+
winc1500_adafruit_winc1500: winc1500@0 {
1212
status = "ok";
1313
compatible = "atmel,winc1500";
1414
reg = <0x0>;

boards/shields/amg88xx/amg88xx_eval_kit.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
&arduino_i2c {
88
status = "okay";
99

10-
amg88xx@68 {
10+
amg88xx_amg88xx_eval_kit: amg88xx@68 {
1111
compatible = "panasonic,amg88xx";
1212
reg = <0x68>;
1313
/* Pin D6 from Arduino Connector */

boards/shields/arceli_eth_w5500/arceli_eth_w5500.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
&arduino_spi {
66
status = "okay";
77

8-
eth_w5500: eth_w5500@0 {
8+
eth_w5500_arceli_eth_w5500: eth_w5500@0 {
99
compatible = "wiznet,w5500";
1010
reg = <0x0>;
1111
spi-max-frequency = <80000000>;

boards/shields/atmel_rf2xx/atmel_rf2xx_arduino.overlay

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
/ {
88
chosen {
9-
zephyr,ieee802154 = &ieee802154;
9+
zephyr,ieee802154 = &ieee802154_atmel_rf2xx_arduino;
1010
};
1111
};
1212

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

20-
ieee802154: rf2xx@0 {
20+
ieee802154_atmel_rf2xx_arduino: rf2xx@0 {
2121
compatible = "atmel,rf2xx";
2222
reg = <0x0>;
2323
spi-max-frequency = <6000000>;

boards/shields/atmel_rf2xx/atmel_rf2xx_legacy.overlay

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
/ {
88
chosen {
9-
zephyr,ieee802154 = &ieee802154;
9+
zephyr,ieee802154 = &ieee802154_atmel_rf2xx_legacy;
1010
};
1111
};
1212

1313
&ext1_spi {
1414
status = "okay";
1515

16-
ieee802154: rf2xx@0 {
16+
ieee802154_atmel_rf2xx_legacy: rf2xx@0 {
1717
compatible = "atmel,rf2xx";
1818
reg = <0x0>;
1919
spi-max-frequency = <6000000>;

boards/shields/atmel_rf2xx/atmel_rf2xx_mikrobus.overlay

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
/ {
88
chosen {
9-
zephyr,ieee802154 = &ieee802154;
9+
zephyr,ieee802154 = &ieee802154_atmel_rf2xx_mikrobus;
1010
};
1111
};
1212

@@ -16,7 +16,7 @@
1616
/* CS */
1717
cs-gpios = <&mikrobus_header 2 GPIO_ACTIVE_LOW>;
1818

19-
ieee802154: rf2xx@0 {
19+
ieee802154_atmel_rf2xx_mikrobus: rf2xx@0 {
2020
compatible = "atmel,rf2xx";
2121
reg = <0x0>;
2222
spi-max-frequency = <6000000>;

boards/shields/atmel_rf2xx/atmel_rf2xx_xplained.overlay

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
/ {
88
chosen {
9-
zephyr,ieee802154 = &ieee802154;
9+
zephyr,ieee802154 = &ieee802154_atmel_rf2xx_xplained;
1010
};
1111
};
1212

1313
&xplained1_spi {
1414
status = "okay";
1515

16-
ieee802154: rf2xx@0 {
16+
ieee802154_atmel_rf2xx_xplained: rf2xx@0 {
1717
compatible = "atmel,rf2xx";
1818
reg = <0x0>;
1919
spi-max-frequency = <6000000>;

boards/shields/atmel_rf2xx/atmel_rf2xx_xpro.overlay

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
/ {
88
chosen {
9-
zephyr,ieee802154 = &ieee802154;
9+
zephyr,ieee802154 = &ieee802154_atmel_rf2xx_xpro;
1010
};
1111
};
1212

1313
&ext1_spi {
1414
status = "okay";
1515

16-
ieee802154: rf2xx@0 {
16+
ieee802154_atmel_rf2xx_xpro: rf2xx@0 {
1717
compatible = "atmel,rf2xx";
1818
reg = <0x0>;
1919
spi-max-frequency = <6000000>;

boards/shields/boostxl_ulpsense/boostxl_ulpsense.overlay

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
/ {
88
aliases {
9-
accel0 = &adxl362_0;
9+
accel0 = &adxl362_0_boostxl_ulpsense;
1010
};
1111
};
1212

1313
&boosterpack_spi {
1414

15-
adxl362_0: adxl362@0 {
15+
adxl362_0_boostxl_ulpsense: adxl362@0 {
1616
compatible = "adi,adxl362";
1717
reg = <0>;
1818
spi-max-frequency = <8000000>;

boards/shields/buydisplay_2_8_tft_touch_arduino/buydisplay_2_8_tft_touch_arduino.overlay

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88

99
/ {
1010
chosen {
11-
zephyr,display = &ili9340;
11+
zephyr,display = &ili9340_buydisplay_2_8_tft_touch_arduino;
1212
};
1313
};
1414

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

19-
ili9340: ili9340@0 {
19+
ili9340_buydisplay_2_8_tft_touch_arduino: ili9340@0 {
2020
compatible = "ilitek,ili9340";
2121
spi-max-frequency = <25000000>;
2222
reg = <0>;
@@ -36,7 +36,7 @@
3636
};
3737

3838
&arduino_i2c {
39-
ft5336@38 {
39+
ft5336_buydisplay_2_8_tft_touch_arduino: ft5336@38 {
4040
compatible = "focaltech,ft5336";
4141
reg = <0x38>;
4242
/* Uncomment if IRQ line is available (requires to solder jumper) */

0 commit comments

Comments
 (0)