Skip to content

Commit 63c793a

Browse files
Mani-Sadhasivamcarlescufi
authored andcommitted
lora: Use generic node name "lora" for all lora nodes
The current devicetree specification (master branch [1]) lists "lora" as a generic node name. Hence, all devicetree files in Zephyr should use the same. [1] https://github.com/devicetree-org/devicetree-specification/blob/main/source/chapter2-devicetree-basics.rst Signed-off-by: Manivannan Sadhasivam <[email protected]>
1 parent ab97150 commit 63c793a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

boards/arm/96b_wistrio/96b_wistrio.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
status = "okay";
107107
cs-gpios = <&gpiob 0 GPIO_ACTIVE_LOW>;
108108

109-
lora: sx1276@0 {
109+
lora: lora@0 {
110110
compatible = "semtech,sx1276";
111111
reg = <0>;
112112
label = "sx1276";

boards/arm/b_l072z_lrwan1/b_l072z_lrwan1.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ arduino_i2c: &i2c1 {};
119119
status = "okay";
120120
cs-gpios = <&gpioa 15 GPIO_ACTIVE_LOW>;
121121

122-
lora: sx1276@0 {
122+
lora: lora@0 {
123123
compatible = "semtech,sx1276";
124124
reg = <0>;
125125
label = "sx1276";

boards/arm/rak4631_nrf52840/rak4631_nrf52840.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
pinctrl-0 = <&spi1_default>;
103103
pinctrl-1 = <&spi1_sleep>;
104104
pinctrl-names = "default", "sleep";
105-
lora: sx1262@0 {
105+
lora: lora@0 {
106106
compatible = "semtech,sx1262";
107107
reg = <0>;
108108
label = "sx1262";

boards/shields/semtech_sx1272mb2das/semtech_sx1272mb2das.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
cs-gpios = <&arduino_header 16 GPIO_ACTIVE_LOW>; /* D10 */
1717

18-
lora: sx1272@0 {
18+
lora: lora@0 {
1919
compatible = "semtech,sx1272";
2020
reg = <0x0>;
2121
label = "sx1272";

dts/arm/acsip/s76s.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
cs-gpios = <&gpiob 12 GPIO_ACTIVE_LOW>;
1616
status = "okay";
1717

18-
lora: sx1276@0 {
18+
lora: lora@0 {
1919
compatible = "semtech,sx1276";
2020
reg = <0>;
2121
label = "sx1276";

0 commit comments

Comments
 (0)