Skip to content

Commit b74a019

Browse files
committed
devicetree: format files in boards/vcc-gnd
Applying dts-linter results for format files in boards/vcc-gnd Signed-off-by: Kyle Micallef Bonnici <[email protected]>
1 parent 1f7b97d commit b74a019

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

boards/vcc-gnd/yd_esp32/yd_esp32_appcpu.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
#include <espressif/partitions_0x1000_amp.dtsi>
1010

1111
/ {
12-
model = "VCC-GND Studio YD-ESP32 APPCPU";
1312
compatible = "espressif,esp32";
13+
model = "VCC-GND Studio YD-ESP32 APPCPU";
1414

1515
chosen {
1616
zephyr,sram = &sram1;

boards/vcc-gnd/yd_esp32/yd_esp32_procpu.dts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
#include <espressif/partitions_0x1000_amp.dtsi>
1111

1212
/ {
13-
model = "VCC-GND Studio YD-ESP32 PROCPU";
1413
compatible = "espressif,esp32";
14+
model = "VCC-GND Studio YD-ESP32 PROCPU";
1515

1616
aliases {
1717
uart-0 = &uart0;
@@ -51,10 +51,10 @@
5151
};
5252

5353
&uart0 {
54-
status = "okay";
5554
current-speed = <115200>;
5655
pinctrl-0 = <&uart0_default>;
5756
pinctrl-names = "default";
57+
status = "okay";
5858
};
5959

6060
&uart1 {
@@ -78,20 +78,20 @@
7878
};
7979

8080
&i2c0 {
81-
status = "okay";
8281
clock-frequency = <I2C_BITRATE_STANDARD>;
8382
sda-gpios = <&gpio0 21 GPIO_OPEN_DRAIN>;
8483
scl-gpios = <&gpio0 22 GPIO_OPEN_DRAIN>;
8584
pinctrl-0 = <&i2c0_default>;
8685
pinctrl-names = "default";
86+
status = "okay";
8787
};
8888

8989
&spi2 {
9090
#address-cells = <1>;
9191
#size-cells = <0>;
92-
status = "okay";
9392
pinctrl-0 = <&spim2_default>;
9493
pinctrl-names = "default";
94+
status = "okay";
9595

9696
rgb_led: ws2812@0 {
9797
compatible = "worldsemi,ws2812-spi";
@@ -113,9 +113,9 @@
113113
&spi3 {
114114
#address-cells = <1>;
115115
#size-cells = <0>;
116-
status = "okay";
117116
pinctrl-0 = <&spim3_default>;
118117
pinctrl-names = "default";
118+
status = "okay";
119119
};
120120

121121
&timer0 {

boards/vcc-gnd/yd_stm32h750vb/yd_stm32h750vb.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
#include <zephyr/dt-bindings/input/input-event-codes.h>
1111

1212
/ {
13-
model = "VCC-GND Studio STM32H750VB";
1413
compatible = "st,stm32h750vb";
14+
model = "VCC-GND Studio STM32H750VB";
1515

1616
aliases {
1717
led0 = &yellow_led;
@@ -59,8 +59,8 @@
5959

6060
user_button: button {
6161
gpios = <&gpiob 3 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
62-
zephyr,code = <INPUT_KEY_0>;
6362
label = "USR";
63+
zephyr,code = <INPUT_KEY_0>;
6464
};
6565
};
6666
};
@@ -134,8 +134,8 @@
134134
#size-cells = <1>;
135135

136136
storage_partition: partition@0 {
137-
label = "storage";
138137
reg = <0x0 DT_SIZE_M(16)>;
138+
label = "storage";
139139
};
140140
};
141141
};

0 commit comments

Comments
 (0)