Skip to content

Commit dc469ab

Browse files
committed
devicetree: format files in boards/wemos
Applying dts-linter results for format files in boards/wemos Signed-off-by: Kyle Micallef Bonnici <[email protected]>
1 parent 99fc5fa commit dc469ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boards/wemos/esp32s2_lolin_mini/esp32s2_lolin_mini.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
#include <espressif/partitions_0x1000_default.dtsi>
1313

1414
/ {
15-
model = "Wemos ESP32S2-Lolin Mini";
1615
compatible = "espressif,esp32s2";
16+
model = "Wemos ESP32S2-Lolin Mini";
1717

1818
aliases {
1919
sw0 = &user_button;
@@ -54,10 +54,10 @@
5454
};
5555

5656
&uart0 {
57-
status = "okay";
5857
current-speed = <115200>;
5958
pinctrl-0 = <&uart0_default>;
6059
pinctrl-names = "default";
60+
status = "okay";
6161
};
6262

6363
&gpio0 {

0 commit comments

Comments
 (0)