forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-11-22 9ca5fbcb63a8dcaee0527f96afb91dc4b4bd8fa9
kernel/arch/arm64/boot/dts/rockchip/NK-R36S0.dtsi
....@@ -8,19 +8,13 @@
88
99 #include <dt-bindings/gpio/gpio.h>
1010 #include <dt-bindings/pinctrl/rockchip.h>
11
+#include <dt-bindings/display/media-bus-format.h>
1112 #include "rk3568.dtsi"
1213 #include "rk3568-evb.dtsi"
1314
1415 / {
1516 model = "Rockchip RK3568 EVB1 DDR4 V10 Board";
1617 compatible = "rockchip,rk3568-evb1-ddr4-v10", "rockchip,rk3568";
17
-
18
- rk_headset: rk-headset {
19
- compatible = "rockchip_headset";
20
- headset_gpio = <&gpio0 RK_PD5 GPIO_ACTIVE_LOW>;
21
- pinctrl-names = "default";
22
- pinctrl-0 = <&hp_det>;
23
- };
2418
2519 vcc2v5_sys: vcc2v5-ddr {
2620 compatible = "regulator-fixed";
....@@ -32,6 +26,15 @@
3226 vin-supply = <&vcc3v3_sys>;
3327 };
3428
29
+ vcc3v3_vga: vcc3v3-vga {
30
+ compatible = "regulator-fixed";
31
+ regulator-name = "vcc3v3_vga";
32
+ regulator-always-on;
33
+ regulator-boot-on;
34
+ gpio = <&gpio0 RK_PD5 GPIO_ACTIVE_HIGH>;
35
+ enable-active-high;
36
+ vin-supply = <&vcc3v3_sys>;
37
+ };
3538
3639 pcie30_avdd0v9: pcie30-avdd0v9 {
3740 compatible = "regulator-fixed";
....@@ -83,42 +86,151 @@
8386 enable-active-high;
8487 regulator-always-on;
8588 regulator-boot-on;
86
- };
89
+ };
8790 #endif
8891
89
- nk_io_init {
90
- compatible = "nk_io_control";
91
-// usb_en_oc_gpio = <&gpio0 RK_PA5 GPIO_ACTIVE_HIGH>; //USB_EN_OC_GPIO0_A5
92
- lcd_bk_en_gpio = <&gpio0 RK_PB0 GPIO_ACTIVE_HIGH>; //LCD0_BKLT_EN_3V3
93
- lcd_pwblk_gpio = <&gpio0 RK_PB7 GPIO_ACTIVE_HIGH>; //LCD0_BKLT_EN_3V3
94
- vcc3_io_en_gpio = <&gpio0 RK_PC4 GPIO_ACTIVE_HIGH>; //VCC3_IO_EN_GPIO0_C4_3V3
95
- hub_host2_5V_rest_gpio = <&gpio4 RK_PD2 GPIO_ACTIVE_HIGH>; //HUB_RST_GPIO4_D2_3V3
96
- hub_host3_5v_gpio = <&gpio4 RK_PB2 GPIO_ACTIVE_HIGH>; //HOST3_EN_GPIO4_B2_1V8
97
-// hub_host3_5V_rest_gpio = <&gpio0 RK_PB6 GPIO_ACTIVE_HIGH>;
98
- vcc_5v_io = <&gpio1 RK_PA4 GPIO_ACTIVE_HIGH>; //VCC5_IO_EN_GPIO1_A4_3V3
99
- vcc_12v_io = <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>; //VCC12_IO_EN_GPIO0_C7_3V3
100
- en_4g_gpio = <&gpio0 RK_PC6 GPIO_ACTIVE_HIGH>; //4G_PWREN_H_GPIO0_C6
101
- reset_4g_gpio = <&gpio1 RK_PB2 GPIO_ACTIVE_HIGH>; //4G_RST_GPIO01_B2_3V3
102
- air_mode_4g_gpio = <&gpio1 RK_PB0 GPIO_ACTIVE_HIGH>; //4G_AIR_MODE_GPIO01_B0_3V3
103
- wake_4g_gpio = <&gpio1 RK_PB1 GPIO_ACTIVE_HIGH>; //4G_WAKEUP_GPIO01_B1_3V3
104
- hp_en_gpio = <&gpio3 RK_PA6 GPIO_ACTIVE_HIGH>;//HP_EN_GPIO3_A6_3V3
105
- spk_out_gpio = <&gpio4 RK_PC2 GPIO_ACTIVE_HIGH>;//AMP_SD_GPIO4_C2_3V3
106
-
107
- edp_enable_gpio = <&gpio0 RK_PC4 GPIO_ACTIVE_HIGH>;
108
- edp_gpio0 = <&gpio3 RK_PD2 GPIO_ACTIVE_HIGH>; //7511_GPIO0-GPIO3_D2
109
- edp_gpio1 = <&gpio3 RK_PD3 GPIO_ACTIVE_HIGH>; //7511_GPIO1-GPIO3_D3
110
- edp_gpio2 = <&gpio3 RK_PD4 GPIO_ACTIVE_HIGH>; //7511_GPIO2-GPIO3_D4
111
- edp_gpio3 = <&gpio3 RK_PD5 GPIO_ACTIVE_HIGH>; //7511_GPIO3-GPIO3_D5
112
- edp_reset = <&gpio3 RK_PD1 GPIO_ACTIVE_LOW>; //7511_RST_GPIO3_D1
113
-// tp_reset = <&gpio3 RK_PA7 GPIO_ACTIVE_HIGH>;
114
-// vddio_mipi = <&gpio1 RK_PA4 GPIO_ACTIVE_HIGH>;
115
-
116
- wifi_power_en_gpio = <&gpio3 RK_PC6 GPIO_ACTIVE_HIGH>; //WIFI_PWREN_GPIO3_C6_1V8
92
+ ndj_io_init {
93
+ compatible = "nk_io_control";
94
+ pinctrl-names = "default";
95
+ pinctrl-0 = <&nk_io_gpio>;
96
+
97
+ //gpio_op0 = <&gpio1 RK_PD0 GPIO_ACTIVE_HIGH>;
98
+
99
+ vcc_5v {
100
+ gpio_num = <&gpio1 RK_PA4 GPIO_ACTIVE_HIGH>; //VCC5_IO_EN_GPIO1_A4_3V3
101
+ gpio_function = <0>;
102
+ };
103
+
104
+ vcc_12v {
105
+ gpio_num = <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>; //VCC12_IO_EN_GPIO0_C7_3V3
106
+ gpio_function = <0>;
107
+ };
108
+
109
+ hub_host2_rst {
110
+ gpio_num = <&gpio4 RK_PD2 GPIO_ACTIVE_HIGH>; //HUB_RST_GPIO4_D2_3V3
111
+ gpio_function = <3>;
112
+ };
113
+
114
+ hub_host3 {
115
+ gpio_num = <&gpio4 RK_PB2 GPIO_ACTIVE_HIGH>; //HOST3_EN_GPIO4_B2_1V8
116
+ gpio_function = <0>;
117
+ };
118
+
119
+ wake_4g {
120
+ gpio_num = <&gpio1 RK_PB1 GPIO_ACTIVE_LOW>; //4G_WAKEUP_GPIO01_B1_3V3
121
+ gpio_function = <0>;
122
+ };
123
+
124
+ air_mode_4g {
125
+ gpio_num = <&gpio1 RK_PB0 GPIO_ACTIVE_LOW>; //4G_AIR_MODE_GPIO01_B0_3V3
126
+ gpio_function = <0>;
127
+ };
128
+
129
+ reset_4g {
130
+ gpio_num = <&gpio1 RK_PB2 GPIO_ACTIVE_LOW>; //4G_RST_GPIO01_B2_3V3
131
+ gpio_function = <3>;
132
+ };
133
+
134
+ en_4g {
135
+ gpio_num = <&gpio0 RK_PC6 GPIO_ACTIVE_HIGH>; //4G_PWREN_H_GPIO0_C6
136
+ gpio_function = <0>;
137
+ };
138
+
139
+ hp_en {
140
+ gpio_num = <&gpio3 RK_PA6 GPIO_ACTIVE_HIGH>;//HP_EN_GPIO3_A6_3V3
141
+ gpio_function = <0>;
142
+ };
143
+
144
+ usb_ogt {
145
+ gpio_num = <&gpio0 RK_PC2 GPIO_ACTIVE_HIGH>; //OTG_EN_OC_GPIO0_C2
146
+ gpio_function = <0>;
147
+ };
148
+
149
+ m2_wifi_pwr {
150
+ gpio_num = <&gpio3 RK_PC6 GPIO_ACTIVE_HIGH>;//WIFI_PWREN_GPIO3_C6_1V8
151
+ gpio_function = <0>;
152
+ };
153
+
154
+
155
+ #if 0
156
+ do1 {
157
+ gpio_num = <&gpio1 RK_PD0 GPIO_ACTIVE_LOW>;
158
+ gpio_function = <0>;
159
+ };
160
+
161
+ do2 {
162
+ gpio_num = <&gpio1 RK_PD2 GPIO_ACTIVE_HIGH>;
163
+ gpio_function = <0>;
164
+ };
165
+
166
+ do3 {
167
+ gpio_num = <&gpio1 RK_PD1 GPIO_ACTIVE_HIGH>;
168
+ gpio_function = <0>;
169
+ };
170
+
171
+ do4 {
172
+ gpio_num = <&gpio1 RK_PD3 GPIO_ACTIVE_HIGH>;
173
+ gpio_function = <0>;
174
+ };
175
+
176
+ do5 {
177
+ gpio_num = <&gpio2 RK_PD6 GPIO_ACTIVE_LOW>;
178
+ gpio_function = <0>;
179
+ };
180
+
181
+ do6 {
182
+ gpio_num = <&gpio2 RK_PD7 GPIO_ACTIVE_LOW>;
183
+ gpio_function = <0>;
184
+ };
185
+
186
+ do7 {
187
+ gpio_num = <&gpio3 RK_PA0 GPIO_ACTIVE_LOW>;
188
+ gpio_function = <0>;
189
+ };
190
+
191
+ di1 {
192
+ gpio_num = <&gpio2 RK_PD5 GPIO_ACTIVE_HIGH>;
193
+ gpio_function = <1>;
194
+ };
195
+ #endif
196
+ };
197
+
198
+ panel: panel {
199
+ compatible = "simple-panel";
200
+ backlight = <&backlight>;
201
+ power-supply = <&vcc3v3_lcd0_n>;
202
+ enable-gpios = <&gpio2 RK_PD4 GPIO_ACTIVE_HIGH>; //LCD0_VDD_H_GPIO2_D4
203
+ edp-bl-gpios = <&gpio0 RK_PB7 GPIO_ACTIVE_HIGH>; //LCD0_PWBLK_H_GPIO0_B7
204
+ edp-bl-en = <&gpio0 RK_PB0 GPIO_ACTIVE_HIGH>; //LCD0_BKLT_EN_3V3
205
+ bus-format = <MEDIA_BUS_FMT_RGB888_1X24>;
206
+ bpc = <8>;
207
+ prepare-delay-ms = <200>;
208
+ enable-delay-ms = <20>;
117209
118
- pinctrl-names = "default";
119
- pinctrl-0 = <&nk_io_gpio>;
120
- nodka_lvds = <9>;
121
- };
210
+ display-timings {
211
+ native-mode = <&timing>;
212
+ timing: timing {
213
+ clock-frequency = <72500000>;
214
+ hactive = <1280>;
215
+ vactive = <800>;
216
+ hfront-porch = <70>;
217
+ hsync-len = <2>;
218
+ hback-porch = <88>;
219
+ vfront-porch = <7>;
220
+ vsync-len = <4>;
221
+ vback-porch = <17>;
222
+ hsync-active = <21>;
223
+ vsync-active = <0>;
224
+ de-active = <0>;
225
+ pixelclk-active = <0>;
226
+ };
227
+ };
228
+ ports {
229
+ panel_in_lvds: endpoint {
230
+ remote-endpoint = <&lvds_out>;
231
+ };
232
+ };
233
+ };
122234 };
123235
124236 &combphy0_us {
....@@ -134,11 +246,11 @@
134246 };
135247
136248 &csi2_dphy_hw {
137
- status = "okay";
249
+ status = "disabled";
138250 };
139251
140252 &csi2_dphy0 {
141
- status = "okay";
253
+ status = "disabled";
142254
143255 ports {
144256 #address-cells = <1>;
....@@ -182,7 +294,7 @@
182294 * when dsi0 is enabled
183295 */
184296 &dsi0 {
185
- status = "okay";
297
+ status = "disabled";
186298 };
187299
188300 &dsi0_in_vp0 {
....@@ -190,7 +302,7 @@
190302 };
191303
192304 &dsi0_in_vp1 {
193
- status = "okay";
305
+ status = "disabled";
194306 };
195307
196308 &dsi0_panel {
....@@ -218,7 +330,30 @@
218330 };
219331
220332 &edp {
221
- hpd-gpios = <&gpio0 RK_PC2 GPIO_ACTIVE_HIGH>;
333
+ //hpd-gpios = <&gpio0 RK_PC2 GPIO_ACTIVE_HIGH>;
334
+ force-hpd;
335
+ status = "disabled";
336
+};
337
+
338
+&lvds {
339
+ status = "okay";
340
+ ports {
341
+ port@1 {
342
+ reg = <1>;
343
+ lvds_out: endpoint {
344
+ remote-endpoint = <&panel_in_lvds>;
345
+ };
346
+ };
347
+
348
+ };
349
+};
350
+
351
+&route_lvds{
352
+ status = "okay";
353
+ connect = <&vp2_out_lvds>;
354
+};
355
+
356
+&lvds_in_vp2 {
222357 status = "okay";
223358 };
224359
....@@ -227,18 +362,18 @@
227362 };
228363
229364 &edp_in_vp0 {
230
- status = "okay";
365
+ status = "disabled";
231366 };
232367
233368 &edp_in_vp1 {
234
- status = "disabled";
369
+ status = "okay";
235370 };
236371
237372 &gmac0 {
238373 phy-mode = "rgmii";
239374 clock_in_out = "output";
240375
241
- snps,reset-gpio = <&gpio2 RK_PD3 GPIO_ACTIVE_LOW>;
376
+ snps,reset-gpio = <&gpio2 RK_PC6 GPIO_ACTIVE_LOW>;
242377 snps,reset-active-low;
243378 /* Reset time is 20ms, 100ms for rtl8211f */
244379 snps,reset-delays-us = <0 20000 100000>;
....@@ -258,7 +393,9 @@
258393 rx_delay = <0x2f>;
259394
260395 phy-handle = <&rgmii_phy0>;
261
- status = "disabled";
396
+
397
+ status = "okay";
398
+
262399 };
263400
264401 &gmac1 {
....@@ -292,9 +429,7 @@
292429 * power-supply should switche to vcc3v3_lcd1_n
293430 * when mipi panel is connected to dsi1.
294431 */
295
-&gt1x {
296
- power-supply = <&vcc3v3_lcd0_n>;
297
-};
432
+
298433
299434 &i2c3 {
300435 status = "okay";
....@@ -313,7 +448,7 @@
313448 };
314449
315450 &i2c4 {
316
- status = "okay";
451
+ status = "disabled";
317452 gc8034: gc8034@37 {
318453 compatible = "galaxycore,gc8034";
319454 status = "okay";
....@@ -359,7 +494,7 @@
359494 };
360495 };
361496 ov5695: ov5695@36 {
362
- status = "okay";
497
+ status = "disabled";
363498 compatible = "ovti,ov5695";
364499 reg = <0x36>;
365500 clocks = <&cru CLK_CIF_OUT>;
....@@ -379,19 +514,6 @@
379514 data-lanes = <1 2>;
380515 };
381516 };
382
- };
383
-};
384
-
385
-&i2c5 {
386
- status = "okay";
387
-
388
- hym8563: hym8563@51 {
389
- compatible = "haoyu,hym8563";
390
- reg = <0x51>;
391
- #clock-cells = <0>;
392
- clock-frequency = <32768>;
393
- clock-output-names = "xin32k";
394
- /* rtc_int is not connected */
395517 };
396518 };
397519
....@@ -421,37 +543,39 @@
421543 status = "okay";
422544 };
423545
546
+&pcie2x1 {
547
+ reset-gpios = <&gpio3 RK_PC1 GPIO_ACTIVE_HIGH>;
548
+ vpcie3v3-supply = <&vcc3v3_pcie>;
549
+ status = "okay";
550
+};
551
+
424552 &pcie3x2 {
425
- reset-gpios = <&gpio2 RK_PD6 GPIO_ACTIVE_HIGH>;
553
+ reset-gpios = <&gpio3 RK_PA1 GPIO_ACTIVE_HIGH>;
554
+ vpcie3v3-supply = <&vcc3v3_pcie>;
555
+ status = "disabled";
556
+};
557
+
558
+&pcie3x1 {
559
+ rockchip,bifurcation;
560
+ reset-gpios = <&gpio3 RK_PA1 GPIO_ACTIVE_HIGH>;
426561 vpcie3v3-supply = <&vcc3v3_pcie>;
427562 status = "okay";
428563 };
429564
430565 &pinctrl {
431
-// cam {
432
-// camera_pwr: camera-pwr {
433
-// rockchip,pins =
434
-// /* camera power en */
435
-// <0 RK_PC1 RK_FUNC_GPIO &pcfg_pull_none>;
436
-// };
437
-// };
566
+
438567 headphone {
439568 hp_det: hp-det {
440
- rockchip,pins = <0 RK_PD5 RK_FUNC_GPIO &pcfg_pull_down>;
569
+ rockchip,pins = <3 RK_PC2 RK_FUNC_GPIO &pcfg_pull_down>;
441570 };
442571 };
443572
444573 wireless-wlan {
445574 wifi_host_wake_irq: wifi-host-wake-irq {
446
- rockchip,pins = <2 RK_PB2 RK_FUNC_GPIO &pcfg_pull_down>;
575
+ rockchip,pins = <3 RK_PD4 RK_FUNC_GPIO &pcfg_pull_down>;
447576 };
448577 };
449
-
450
- wireless-bluetooth {
451
- uart1_gpios: uart1-gpios {
452
- rockchip,pins = <2 RK_PB5 RK_FUNC_GPIO &pcfg_pull_none>;
453
- };
454
- };
578
+
455579 nk_io_init{
456580 nk_io_gpio: nk-io-gpio{
457581 rockchip,pins = <0 RK_PB0 RK_FUNC_GPIO &pcfg_pull_none>,
....@@ -461,31 +585,38 @@
461585 <4 RK_PB2 RK_FUNC_GPIO &pcfg_pull_none>,
462586 <1 RK_PA4 RK_FUNC_GPIO &pcfg_pull_none>,
463587 <0 RK_PC7 RK_FUNC_GPIO &pcfg_pull_none>,
464
- <1 RK_PB2 RK_FUNC_GPIO &pcfg_pull_none>,
588
+ <1 RK_PB2 RK_FUNC_GPIO &pcfg_pull_none>,
465589 <1 RK_PB0 RK_FUNC_GPIO &pcfg_pull_none>,
466590 <1 RK_PB1 RK_FUNC_GPIO &pcfg_pull_none>,
467591 <3 RK_PA6 RK_FUNC_GPIO &pcfg_pull_none>,
468
- <4 RK_PC2 RK_FUNC_GPIO &pcfg_pull_none>,
469592 <3 RK_PD2 RK_FUNC_GPIO &pcfg_pull_none>,
470593 <3 RK_PD3 RK_FUNC_GPIO &pcfg_pull_none>,
471594 <3 RK_PD4 RK_FUNC_GPIO &pcfg_pull_none>,
472595 <3 RK_PD5 RK_FUNC_GPIO &pcfg_pull_none>,
473596 <3 RK_PD1 RK_FUNC_GPIO &pcfg_pull_none>,
597
+ <2 RK_PD5 RK_FUNC_GPIO &pcfg_pull_none>,//93 SPI2_CS0_M1_3V3
598
+ <2 RK_PD6 RK_FUNC_GPIO &pcfg_pull_none>,//94 SPI2_MOSI_M1_3V3
599
+ <2 RK_PD7 RK_FUNC_GPIO &pcfg_pull_none>,//95 SPI2_MISO_M1_3V3
600
+ <3 RK_PA0 RK_FUNC_GPIO &pcfg_pull_none>,//96 SPI2_CLK_M1_3V3
474601 <0 RK_PC6 RK_FUNC_GPIO &pcfg_pull_none>;
475602 };
476603 };
477604 };
478605
606
+&rk809_sound {
607
+ hp-det-gpio = <&gpio3 RK_PC2 GPIO_ACTIVE_LOW>;
608
+};
609
+
479610 &rkisp {
480
- status = "okay";
611
+ status = "disabled";
481612 };
482613
483614 &rkisp_mmu {
484
- status = "okay";
615
+ status = "disabled";
485616 };
486617
487618 &rkisp_vir0 {
488
- status = "okay";
619
+ status = "disabled";
489620
490621 port {
491622 #address-cells = <1>;
....@@ -499,13 +630,15 @@
499630 };
500631
501632 &route_dsi0 {
502
- status = "okay";
633
+ status = "disabled";
503634 connect = <&vp1_out_dsi0>;
504635 };
505636
637
+
638
+
506639 &route_edp {
507
- status = "okay";
508
- connect = <&vp0_out_edp>;
640
+ status = "disabled";
641
+ connect = <&vp1_out_edp>;
509642 };
510643
511644 &sata2 {
....@@ -513,23 +646,19 @@
513646 };
514647
515648 &sdmmc2 {
516
- status = "disabled";
517
-};
518
-
519
-&sdmmc1 {
520
- max-frequency = <150000000>;
521
- supports-sdio;
522
- bus-width = <4>;
523
- disable-wp;
524
- cap-sd-highspeed;
525
- cap-sdio-irq;
526
- keep-power-in-suspend;
527
- mmc-pwrseq = <&sdio_pwrseq>;
528
- non-removable;
529
- pinctrl-names = "default";
530
- pinctrl-0 = <&sdmmc1_bus4 &sdmmc1_cmd &sdmmc1_clk>;
531
- sd-uhs-sdr104;
532
- status = "okay";
649
+ max-frequency = <150000000>;
650
+ supports-sdio;
651
+ bus-width = <4>;
652
+ disable-wp;
653
+ cap-sd-highspeed;
654
+ cap-sdio-irq;
655
+ keep-power-in-suspend;
656
+ mmc-pwrseq = <&sdio_pwrseq>;
657
+ non-removable;
658
+ pinctrl-names = "default";
659
+ pinctrl-0 = <&sdmmc2m0_bus4 &sdmmc2m0_cmd &sdmmc2m0_clk>;
660
+ sd-uhs-sdr104;
661
+ status = "okay";
533662 };
534663
535664 &spdif_8ch {
....@@ -545,12 +674,12 @@
545674 };
546675
547676 &vcc3v3_lcd0_n {
548
- gpio = <&gpio2 RK_PD4 GPIO_ACTIVE_HIGH>;
677
+ gpio = <&gpio0 RK_PC4 GPIO_ACTIVE_HIGH>;
549678 enable-active-high;
550679 };
551680
552681 &vcc3v3_lcd1_n {
553
- gpio = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>;
682
+ gpio = <&gpio3 RK_PA3 GPIO_ACTIVE_HIGH>; //MIPI_3V3EN_GPIO3_A3_d_3V3
554683 enable-active-high;
555684 };
556685
....@@ -562,22 +691,17 @@
562691
563692 &wireless_bluetooth {
564693 compatible = "bluetooth-platdata";
565
- clocks = <&rk809 1>;
566
- clock-names = "ext_clock";
567
- //wifi-bt-power-toggle;
568
- uart_rts_gpios = <&gpio2 RK_PB5 GPIO_ACTIVE_LOW>;
569
- BT,power_gpio = <&gpio2 RK_PB7 GPIO_ACTIVE_HIGH>;
570
- pinctrl-names = "default", "rts_gpio";
571
- pinctrl-0 = <&uart1m0_rtsn>;
572
- pinctrl-1 = <&uart1_gpios>;
573
- BT,reset_gpio = <&gpio3 RK_PA0 GPIO_ACTIVE_HIGH>;
574
- BT,wake_gpio = <&gpio3 RK_PA2 GPIO_ACTIVE_HIGH>;
575
- BT,wake_host_irq = <&gpio3 RK_PA1 GPIO_ACTIVE_HIGH>;
576694 status = "disabled";
577695 };
578696
579697 &uart0 {
580698 status = "okay";
699
+};
700
+
701
+&uart1 {
702
+ pinctrl-names = "default";
703
+ pinctrl-0 = <&uart1m0_xfer &uart1m0_ctsn>;
704
+ status = "disabled";
581705 };
582706
583707 &uart3 {
....@@ -603,4 +727,4 @@
603727 &uart9 {
604728 status = "okay";
605729 pinctrl-0 = <&uart9m1_xfer>;
606
-};
730
+};