Skip to content

Commit 1f7b97d

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

10 files changed

+24
-24
lines changed

boards/variscite/imx8mp_var_dart/imx8mp_var_dart_mimx8ml8_a53.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
#include <zephyr/dt-bindings/input/input-event-codes.h>
1414

1515
/ {
16-
model = "Variscite DART-MX8M-PLUS A53";
1716
compatible = "fsl,mimx8mp";
17+
model = "Variscite DART-MX8M-PLUS A53";
1818

1919
chosen {
2020
zephyr,console = &uart3;
@@ -51,10 +51,10 @@
5151
clocks = <&ccm IMX_CCM_UART3_CLK 0x68 12>;
5252
rdc = <(RDC_DOMAIN_PERM(A53_DOMAIN_ID, RDC_DOMAIN_PERM_RW) |
5353
RDC_DOMAIN_PERM(M7_DOMAIN_ID, RDC_DOMAIN_PERM_RW))>;
54-
status = "okay";
5554
current-speed = <115200>;
5655
pinctrl-0 = <&uart3_default>;
5756
pinctrl-names = "default";
57+
status = "okay";
5858
};
5959
};
6060

boards/variscite/imx8mp_var_dart/imx8mp_var_dart_mimx8ml8_m7.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
#include <zephyr/dt-bindings/input/input-event-codes.h>
1515

1616
/ {
17-
model = "Variscite DART-MX8M-PLUS M7";
1817
compatible = "nxp,imx8mp_var_dart";
18+
model = "Variscite DART-MX8M-PLUS M7";
1919

2020
chosen {
2121
/* TCM */
@@ -51,10 +51,10 @@
5151
};
5252

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

6060
&gpio3 {

boards/variscite/imx8mp_var_dart/imx8mp_var_dart_mimx8ml8_m7_ddr.dts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
/delete-node/ &ddr_sys;
1818

1919
/ {
20-
model = "Variscite DART-MX8M-PLUS M7 (DDR)";
2120
compatible = "nxp,imx8mp_var_dart";
21+
model = "Variscite DART-MX8M-PLUS M7 (DDR)";
2222

2323
chosen {
2424
/* DDR */
@@ -31,15 +31,15 @@
3131

3232
soc {
3333
ddr_code: code@7b000000 {
34-
device_type = "memory";
3534
compatible = "nxp,imx-code-bus";
3635
reg = <0x7b000000 DT_SIZE_M(2)>;
36+
device_type = "memory";
3737
};
3838

3939
ddr_sys: memory@7b200000 {
40-
device_type = "memory";
4140
compatible = "nxp,imx-sys-bus";
4241
reg = <0x7b200000 DT_SIZE_M(2)>;
42+
device_type = "memory";
4343
};
4444
};
4545

@@ -68,10 +68,10 @@
6868
};
6969

7070
&uart3 {
71-
status = "okay";
7271
current-speed = <115200>;
7372
pinctrl-0 = <&uart3_default>;
7473
pinctrl-names = "default";
74+
status = "okay";
7575
};
7676

7777
&gpio3 {

boards/variscite/imx8mp_var_som/imx8mp_var_som_mimx8ml8_a53.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
#include <zephyr/dt-bindings/input/input-event-codes.h>
1414

1515
/ {
16-
model = "Variscite VAR-SOM-MX8M-PLUS A53";
1716
compatible = "fsl,mimx8mp";
17+
model = "Variscite VAR-SOM-MX8M-PLUS A53";
1818

1919
chosen {
2020
zephyr,console = &uart4;
@@ -66,11 +66,11 @@
6666
};
6767

6868
&uart4 {
69-
status = "okay";
7069
current-speed = <115200>;
7170
clocks = <&ccm IMX_CCM_UART4_CLK 0x6c 24>;
7271
pinctrl-0 = <&uart4_default>;
7372
pinctrl-names = "default";
73+
status = "okay";
7474
};
7575

7676
&gpio3 {

boards/variscite/imx8mp_var_som/imx8mp_var_som_mimx8ml8_m7.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
#include <zephyr/dt-bindings/input/input-event-codes.h>
1414

1515
/ {
16-
model = "Variscite VAR-SOM-MX8M-PLUS M7";
1716
compatible = "nxp,imx8mp_var_som";
17+
model = "Variscite VAR-SOM-MX8M-PLUS M7";
1818

1919
chosen {
2020
/* TCM */
@@ -50,10 +50,10 @@
5050
};
5151

5252
&uart4 {
53-
status = "okay";
5453
current-speed = <115200>;
5554
pinctrl-0 = <&uart4_default>;
5655
pinctrl-names = "default";
56+
status = "okay";
5757
};
5858

5959
&gpio3 {

boards/variscite/imx8mp_var_som/imx8mp_var_som_mimx8ml8_m7_ddr.dts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
/delete-node/ &ddr_sys;
1717

1818
/ {
19-
model = "Variscite VAR-SOM-MX8M-PLUS M7 (DDR)";
2019
compatible = "nxp,imx8mp_var_som";
20+
model = "Variscite VAR-SOM-MX8M-PLUS M7 (DDR)";
2121

2222
chosen {
2323
/* DDR */
@@ -30,15 +30,15 @@
3030

3131
soc {
3232
ddr_code: code@7b000000 {
33-
device_type = "memory";
3433
compatible = "nxp,imx-code-bus";
3534
reg = <0x7b000000 DT_SIZE_M(2)>;
35+
device_type = "memory";
3636
};
3737

3838
ddr_sys: memory@7b200000 {
39-
device_type = "memory";
4039
compatible = "nxp,imx-sys-bus";
4140
reg = <0x7b200000 DT_SIZE_M(2)>;
41+
device_type = "memory";
4242
};
4343
};
4444

@@ -67,10 +67,10 @@
6767
};
6868

6969
&uart4 {
70-
status = "okay";
7170
current-speed = <115200>;
7271
pinctrl-0 = <&uart4_default>;
7372
pinctrl-names = "default";
73+
status = "okay";
7474
};
7575

7676
&gpio3 {

boards/variscite/imx93_var_dart/imx93_var_dart_mimx9352_a55.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
#include <zephyr/dt-bindings/input/input-event-codes.h>
1414

1515
/ {
16-
model = "Variscite DART-MX93 A55";
1716
compatible = "fsl,mimx93";
17+
model = "Variscite DART-MX93 A55";
1818

1919
chosen {
2020
zephyr,console = &lpuart7;
@@ -39,10 +39,10 @@
3939
interrupt-names = "irq_0";
4040
interrupt-parent = <&gic>;
4141
clocks = <&ccm IMX_CCM_LPUART7_CLK 0x6c 24>;
42-
status = "okay";
4342
current-speed = <115200>;
4443
pinctrl-0 = <&uart7_default>;
4544
pinctrl-names = "default";
45+
status = "okay";
4646
};
4747

4848
aliases {

boards/variscite/imx93_var_dart/imx93_var_dart_mimx9352_m33.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
#include <zephyr/dt-bindings/input/input-event-codes.h>
1515

1616
/ {
17-
model = "Variscite DART-MX93";
1817
compatible = "nxp,imx93_var_dart";
18+
model = "Variscite DART-MX93";
1919

2020
chosen {
2121
/* TCM */
@@ -51,10 +51,10 @@
5151
};
5252

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

6060
&gpio2 {

boards/variscite/imx93_var_som/imx93_var_som_mimx9352_a55.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
#include <zephyr/dt-bindings/input/input-event-codes.h>
1414

1515
/ {
16-
model = "Variscite VAR-SOM-MX93 A55";
1716
compatible = "fsl,mimx93";
17+
model = "Variscite VAR-SOM-MX93 A55";
1818

1919
chosen {
2020
zephyr,console = &lpuart7;
@@ -39,10 +39,10 @@
3939
interrupt-names = "irq_0";
4040
interrupt-parent = <&gic>;
4141
clocks = <&ccm IMX_CCM_LPUART7_CLK 0x6c 24>;
42-
status = "okay";
4342
current-speed = <115200>;
4443
pinctrl-0 = <&uart7_default>;
4544
pinctrl-names = "default";
45+
status = "okay";
4646
};
4747

4848
aliases {

boards/variscite/imx93_var_som/imx93_var_som_mimx9352_m33.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
#include <zephyr/dt-bindings/input/input-event-codes.h>
1515

1616
/ {
17-
model = "Variscite VAR-SOM-MX93";
1817
compatible = "nxp,imx93_var_som";
18+
model = "Variscite VAR-SOM-MX93";
1919

2020
chosen {
2121
/* TCM */
@@ -51,10 +51,10 @@
5151
};
5252

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

6060
&gpio2 {

0 commit comments

Comments
 (0)