Skip to content

Commit 11431a8

Browse files
decsnykartben
authored andcommitted
dts: nxp_rt118x: Use DT spec names for nodes
Use recommended node names from the DT spec on RT118x Signed-off-by: Declan Snyder <[email protected]>
1 parent a52966b commit 11431a8

File tree

3 files changed

+54
-54
lines changed

3 files changed

+54
-54
lines changed

dts/arm/nxp/nxp_rt118x.dtsi

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
* or nxp_rt118x_cm7.dtsi. The base addresses on cm33 core differ
6868
* between non-secure (0x40000000) and secure modes (0x50000000).
6969
*/
70-
iomuxc: iomuxc@2A10000 {
70+
iomuxc: pinctrl@2A10000 {
7171
compatible = "nxp,imx-iomuxc";
7272
reg = <0x2A10000 0x4000>;
7373
pinctrl: pinctrl {
@@ -76,13 +76,13 @@
7676
};
7777
};
7878

79-
iomuxc_aon: iomuxc@43C0000 {
79+
iomuxc_aon: pinctrl@43C0000 {
8080
compatible = "nxp,mcux-rt-pinctrl";
8181
reg = <0x43C0000 0x4000>;
8282
status = "okay";
8383
};
8484

85-
ccm: ccm@4450000 {
85+
ccm: clock-controller@4450000 {
8686
compatible = "nxp,imx-ccm-rev2";
8787
reg = <0x4450000 0x4000>;
8888
#clock-cells = <3>;
@@ -94,7 +94,7 @@
9494
};
9595
};
9696

97-
lpuart1: uart@4380000 {
97+
lpuart1: serial@4380000 {
9898
compatible = "nxp,lpuart";
9999
reg = <0x4380000 0x4000>;
100100
interrupts = <19 0>;
@@ -104,7 +104,7 @@
104104
status = "disabled";
105105
};
106106

107-
lpuart2: uart@4390000 {
107+
lpuart2: serial@4390000 {
108108
compatible = "nxp,lpuart";
109109
reg = <0x4390000 0x4000>;
110110
interrupts = <20 0>;
@@ -114,7 +114,7 @@
114114
status = "disabled";
115115
};
116116

117-
lpuart3: uart@2570000 {
117+
lpuart3: serial@2570000 {
118118
compatible = "nxp,lpuart";
119119
reg = <0x2570000 0x4000>;
120120
interrupts = <68 0>;
@@ -124,7 +124,7 @@
124124
status = "disabled";
125125
};
126126

127-
lpuart4: uart@2580000 {
127+
lpuart4: serial@2580000 {
128128
compatible = "nxp,lpuart";
129129
reg = <0x2580000 0x4000>;
130130
interrupts = <69 0>;
@@ -144,7 +144,7 @@
144144
status = "disabled";
145145
};
146146

147-
lpuart6: uart@25A0000 {
147+
lpuart6: serial@25A0000 {
148148
compatible = "nxp,lpuart";
149149
reg = <0x25A0000 0x4000>;
150150
interrupts = <71 0>;
@@ -154,7 +154,7 @@
154154
status = "disabled";
155155
};
156156

157-
lpuart7: uart@4570000 {
157+
lpuart7: serial@4570000 {
158158
compatible = "nxp,lpuart";
159159
reg = <0x4570000 0x4000>;
160160
interrupts = <196 0>;
@@ -164,7 +164,7 @@
164164
status = "disabled";
165165
};
166166

167-
lpuart8: uart@2DA0000 {
167+
lpuart8: serial@2DA0000 {
168168
compatible = "nxp,lpuart";
169169
reg = <0x2DA0000 0x4000>;
170170
interrupts = <197 0>;
@@ -174,7 +174,7 @@
174174
status = "disabled";
175175
};
176176

177-
lpuart9: uart@2D70000 {
177+
lpuart9: serial@2D70000 {
178178
compatible = "nxp,lpuart";
179179
reg = <0x2D70000 0x4000>;
180180
interrupts = <156 0>;
@@ -184,7 +184,7 @@
184184
status = "disabled";
185185
};
186186

187-
lpuart10: uart@2D80000 {
187+
lpuart10: serial@2D80000 {
188188
compatible = "nxp,lpuart";
189189
reg = <0x2D80000 0x4000>;
190190
interrupts = <157 0>;
@@ -194,7 +194,7 @@
194194
status = "disabled";
195195
};
196196

197-
lpuart11: uart@2D90000 {
197+
lpuart11: serial@2D90000 {
198198
compatible = "nxp,lpuart";
199199
reg = <0x2D90000 0x4000>;
200200
interrupts = <158 0>;
@@ -204,7 +204,7 @@
204204
status = "disabled";
205205
};
206206

207-
lpuart12: uart@4580000 {
207+
lpuart12: serial@4580000 {
208208
compatible = "nxp,lpuart";
209209
reg = <0x4580000 0x4000>;
210210
interrupts = <159 0>;
@@ -328,7 +328,7 @@
328328
status = "disabled";
329329
};
330330

331-
gpt1: gpt@46c0000 {
331+
gpt1: timer@46c0000 {
332332
compatible = "nxp,imx-gpt";
333333
reg = <0x46c0000 0x4000>;
334334
interrupts = <209 0>;
@@ -337,36 +337,36 @@
337337
status = "disabled";
338338
};
339339

340-
gpt2: gpt@2ec0000 {
340+
gpt2: timer@2ec0000 {
341341
compatible = "nxp,imx-gpt";
342342
reg = <0x2ec0000 0x4000>;
343343
interrupts = <210 0>;
344344
gptfreq = <240000000>;
345345
clocks = <&ccm IMX_CCM_GPT2_CLK 0x41 0>;
346346
};
347347

348-
acmp1: cmp@2dc0000 {
348+
acmp1: comparator@2dc0000 {
349349
compatible = "nxp,kinetis-acmp";
350350
reg = <0x2dc0000 0x4000>;
351351
interrupts = <200 0>;
352352
status = "disabled";
353353
};
354354

355-
acmp2: cmp@2dd0000 {
355+
acmp2: comparator@2dd0000 {
356356
compatible = "nxp,kinetis-acmp";
357357
reg = <0x2dd0000 0x4000>;
358358
interrupts = <201 0>;
359359
status = "disabled";
360360
};
361361

362-
acmp3: cmp@2de0000 {
362+
acmp3: comparator@2de0000 {
363363
compatible = "nxp,kinetis-acmp";
364364
reg = <0x2de0000 0x4000>;
365365
interrupts = <202 0>;
366366
status = "disabled";
367367
};
368368

369-
acmp4: cmp@2df0000 {
369+
acmp4: comparator@2df0000 {
370370
compatible = "nxp,kinetis-acmp";
371371
reg = <0x2df0000 0x4000>;
372372
interrupts = <203 0>;
@@ -412,7 +412,7 @@
412412
#io-channel-cells = <1>;
413413
};
414414

415-
qtmr1: qtmr@2690000 {
415+
qtmr1: timer@2690000 {
416416
compatible = "nxp,imx-qtmr";
417417
reg = <0x2690000 0x4000>;
418418
interrupts = <0 0>;
@@ -439,7 +439,7 @@
439439
};
440440
};
441441

442-
qtmr2: qtmr@26a0000 {
442+
qtmr2: timer@26a0000 {
443443
compatible = "nxp,imx-qtmr";
444444
reg = <0x26a0000 0x4000>;
445445
interrupts = <233 0>;
@@ -466,7 +466,7 @@
466466
};
467467
};
468468

469-
qtmr3: qtmr@26b0000 {
469+
qtmr3: timer@26b0000 {
470470
compatible = "nxp,imx-qtmr";
471471
reg = <0x26b0000 0x4000>;
472472
interrupts = <164 0>;
@@ -493,7 +493,7 @@
493493
};
494494
};
495495

496-
qtmr4: qtmr@26c0000 {
496+
qtmr4: timer@26c0000 {
497497
compatible = "nxp,imx-qtmr";
498498
reg = <0x26c0000 0x4000>;
499499
interrupts = <151 0>;
@@ -520,7 +520,7 @@
520520
};
521521
};
522522

523-
qtmr5: qtmr@26d0000 {
523+
qtmr5: timer@26d0000 {
524524
compatible = "nxp,imx-qtmr";
525525
reg = <0x26d0000 0x4000>;
526526
interrupts = <4 0>;
@@ -547,7 +547,7 @@
547547
};
548548
};
549549

550-
qtmr6: qtmr@26e0000 {
550+
qtmr6: timer@26e0000 {
551551
compatible = "nxp,imx-qtmr";
552552
reg = <0x26e0000 0x4000>;
553553
interrupts = <5 0>;
@@ -574,7 +574,7 @@
574574
};
575575
};
576576

577-
qtmr7: qtmr@26f0000 {
577+
qtmr7: timer@26f0000 {
578578
compatible = "nxp,imx-qtmr";
579579
reg = <0x26f0000 0x4000>;
580580
interrupts = <6 0>;
@@ -601,7 +601,7 @@
601601
};
602602
};
603603

604-
qtmr8: qtmr@2700000 {
604+
qtmr8: timer@2700000 {
605605
compatible = "nxp,imx-qtmr";
606606
reg = <0x2700000 0x4000>;
607607
interrupts = <7 0>;
@@ -844,7 +844,7 @@
844844
};
845845

846846

847-
lptmr1: lptmr@4300000 {
847+
lptmr1: timer@4300000 {
848848
compatible = "nxp,lptmr";
849849
reg = <0x4300000 0x1000>;
850850
interrupts = <18 0>;
@@ -855,7 +855,7 @@
855855
status = "disabled";
856856
};
857857

858-
lptmr2: lptmr@24d0000 {
858+
lptmr2: timer@24d0000 {
859859
compatible = "nxp,lptmr";
860860
reg = <0x24d0000 0x1000>;
861861
interrupts = <67 0>;
@@ -866,7 +866,7 @@
866866
status = "disabled";
867867
};
868868

869-
lptmr3: lptmr@2cd0000 {
869+
lptmr3: timer@2cd0000 {
870870
compatible = "nxp,lptmr";
871871
reg = <0x2cd0000 0x1000>;
872872
interrupts = <150 0>;
@@ -893,7 +893,7 @@
893893
status = "disabled";
894894
};
895895

896-
flexpwm1: flexpwm@2650000 {
896+
flexpwm1: pwm@2650000 {
897897
compatible = "nxp,flexpwm";
898898
reg = <0x2650000 0x4000>;
899899
interrupts = <23 0>;
@@ -939,7 +939,7 @@
939939
};
940940
};
941941

942-
flexpwm2: flexpwm@2660000 {
942+
flexpwm2: pwm@2660000 {
943943
compatible = "nxp,flexpwm";
944944
reg = <0x2660000 0x4000>;
945945
interrupts = <170 0>;
@@ -985,7 +985,7 @@
985985
};
986986
};
987987

988-
flexpwm3: flexpwm@2670000 {
988+
flexpwm3: pwm@2670000 {
989989
compatible = "nxp,flexpwm";
990990
reg = <0x2670000 0x4000>;
991991
interrupts = <175 0>;
@@ -1031,7 +1031,7 @@
10311031
};
10321032
};
10331033

1034-
flexpwm4: flexpwm@2680000 {
1034+
flexpwm4: pwm@2680000 {
10351035
compatible = "nxp,flexpwm";
10361036
reg = <0x2680000 0x4000>;
10371037
interrupts = <180 0>;
@@ -1163,7 +1163,7 @@
11631163
#size-cells = <0>;
11641164
};
11651165

1166-
usdhc1: usdhc@2850000 {
1166+
usdhc1: memory-controller@2850000 {
11671167
compatible = "nxp,imx-usdhc";
11681168
reg = <0x2850000 0x4000>;
11691169
status = "disabled";
@@ -1175,7 +1175,7 @@
11751175
min-bus-freq = <400000>;
11761176
};
11771177

1178-
usdhc2: usdhc@2860000 {
1178+
usdhc2: memory-controller@2860000 {
11791179
compatible = "nxp,imx-usdhc";
11801180
reg = <0x2860000 0x4000>;
11811181
status = "disabled";
@@ -1333,7 +1333,7 @@
13331333
clk-divider = <1>;
13341334
};
13351335

1336-
rtwdog1: wdog@42e0000 {
1336+
rtwdog1: watchdog@42e0000 {
13371337
compatible = "nxp,rtwdog";
13381338
reg = <0x42e0000 0x10>;
13391339
status = "disabled";
@@ -1343,7 +1343,7 @@
13431343
clk-divider = <1>;
13441344
};
13451345

1346-
rtwdog2: wdog@2490000 {
1346+
rtwdog2: watchdog@2490000 {
13471347
compatible = "nxp,rtwdog";
13481348
reg = <0x2490000 0x10>;
13491349
status = "disabled";
@@ -1363,7 +1363,7 @@
13631363
clk-divider = <1>;
13641364
};
13651365

1366-
rtwdog4: wdog@24b0000 {
1366+
rtwdog4: watchdog@24b0000 {
13671367
compatible = "nxp,rtwdog";
13681368
reg = <0x24b0000 0x10>;
13691369
status = "disabled";
@@ -1383,7 +1383,7 @@
13831383
status = "disabled";
13841384
};
13851385

1386-
usb2: usbd@2c90000 {
1386+
usb2: usb@2c90000 {
13871387
compatible = "nxp,ehci";
13881388
reg = <0x2c90000 0x1000>;
13891389
interrupts = <214 0>;
@@ -1393,13 +1393,13 @@
13931393
status = "disabled";
13941394
};
13951395

1396-
usbphy1: usbphy@2ca0000 {
1396+
usbphy1: usb-phy@2ca0000 {
13971397
compatible = "nxp,usbphy";
13981398
reg = <0x2ca0000 0x1000>;
13991399
status = "disabled";
14001400
};
14011401

1402-
usbphy2: usbphy@2cb0000 {
1402+
usbphy2: usb-phy@2cb0000 {
14031403
compatible = "nxp,usbphy";
14041404
reg = <0x2cb0000 0x1000>;
14051405
status = "disabled";
@@ -1427,14 +1427,14 @@
14271427
&memory {
14281428
#address-cells = <1>;
14291429
#size-cells = <1>;
1430-
ocram1: ocram@0 {
1430+
ocram1: memory@0 {
14311431
compatible = "zephyr,memory-region", "mmio-sram";
14321432
zephyr,memory-region = "OCRAM1";
14331433
/* OCRAM1 first 16K access is blocked by TRDC */
14341434
reg = <0x0 DT_SIZE_K(496)>;
14351435
};
14361436

1437-
ocram2: ocram@7c000 {
1437+
ocram2: memory@7c000 {
14381438
compatible = "zephyr,memory-region", "mmio-sram";
14391439
zephyr,memory-region = "OCRAM2";
14401440
reg = <0x7c000 DT_SIZE_K(256)>;

0 commit comments

Comments
 (0)