Skip to content

Commit 264110f

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

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

boards/vngiotlab/nrf51_vbluno51/nrf51_vbluno51.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 = "VNG VBLUno51 BLE board";
1413
compatible = "vng,vbluno51";
14+
model = "VNG VBLUno51 BLE board";
1515

1616
chosen {
1717
zephyr,console = &uart0;
@@ -62,16 +62,16 @@
6262

6363
&uart0 {
6464
current-speed = <115200>;
65-
status = "okay";
6665
pinctrl-0 = <&uart0_default>;
6766
pinctrl-1 = <&uart0_sleep>;
6867
pinctrl-names = "default", "sleep";
68+
status = "okay";
6969
};
7070

7171
&i2c0 {
72-
status = "okay";
7372
clock-frequency = <I2C_BITRATE_FAST>;
7473
pinctrl-0 = <&i2c0_default>;
7574
pinctrl-1 = <&i2c0_sleep>;
7675
pinctrl-names = "default", "sleep";
76+
status = "okay";
7777
};

boards/vngiotlab/nrf52_vbluno52/nrf52_vbluno52.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 = "VNG VBLUno52 BLE 5.0 board";
1413
compatible = "vng,vbluno52";
14+
model = "VNG VBLUno52 BLE 5.0 board";
1515

1616
chosen {
1717
zephyr,console = &uart0;
@@ -64,19 +64,19 @@
6464
};
6565

6666
&uart0 {
67-
status = "okay";
6867
compatible = "nordic,nrf-uart";
6968
current-speed = <115200>;
7069
pinctrl-0 = <&uart0_default>;
7170
pinctrl-1 = <&uart0_sleep>;
7271
pinctrl-names = "default", "sleep";
72+
status = "okay";
7373
};
7474

7575
&i2c0 {
7676
compatible = "nordic,nrf-twim";
77-
status = "okay";
7877
clock-frequency = <I2C_BITRATE_FAST>;
7978
pinctrl-0 = <&i2c0_default>;
8079
pinctrl-1 = <&i2c0_sleep>;
8180
pinctrl-names = "default", "sleep";
81+
status = "okay";
8282
};

0 commit comments

Comments
 (0)