Blame view

arch/arm/dts/fsl-imx8mq-aiy.dts 17.6 KB
686470235   Ji Luo   MA-13453-1 Add ne...
1
  /*
be25ff5c1   Leonid Lobachev   MA-14518 AIY: Ena...
2
   * Copyright 2019 NXP
686470235   Ji Luo   MA-13453-1 Add ne...
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
   *
   * This program is free software; you can redistribute it and/or
   * modify it under the terms of the GNU General Public License
   * as published by the Free Software Foundation; either version 2
   * of the License, or (at your option) any later version.
   *
   * This program is distributed in the hope that it will be useful,
   * but WITHOUT ANY WARRANTY; without even the implied warranty of
   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   * GNU General Public License for more details.
   */
  
  /dts-v1/;
  
  /* First 128KB is for PSCI ATF. */
  /memreserve/ 0x40000000 0x00020000;
  
  #include "fsl-imx8mq.dtsi"
  
  / {
  	model = "Freescale i.MX8MQ AIY";
  	compatible = "fsl,imx8mq-aiy", "fsl,imx8mq";
  
  	bcmdhd_wlan_0: bcmdhd_wlan@0 {
  		compatible = "android,bcmdhd_wlan";
  		bcmdhd_fw = "/lib/firmware/bcm/1CX_BCM4356/fw_bcmdhd.bin";
  		bcmdhd_nv = "/lib/firmware/bcm/1CX_BCM4356/bcmdhd.cal";
  	};
  
  	chosen {
  		bootargs = "console=ttymxc0,115200 earlycon=ec_imx6q,0x30860000,115200";
  		stdout-path = &uart1;
  	};
  
  	regulators {
  		compatible = "simple-bus";
  		#address-cells = <1>;
  		#size-cells = <0>;
  
  		reg_usdhc2_vmmc: usdhc2_vmmc {
  			compatible = "regulator-fixed";
  			regulator-name = "VSD_3V3";
  			regulator-min-microvolt = <3300000>;
  			regulator-max-microvolt = <3300000>;
  			gpio = <&gpio2 19 GPIO_ACTIVE_HIGH>;
  			enable-active-high;
  		};
  	};
  
  	modem_reset: modem-reset {
  		compatible = "gpio-reset";
  		reset-gpios = <&gpio3 5 GPIO_ACTIVE_LOW>;
  		reset-delay-us = <2000>;
  		reset-post-delay-ms = <40>;
  		#reset-cells = <0>;
  	};
  
  	wm8524: wm8524 {
  		compatible = "wlf,wm8524";
  		clocks = <&clk IMX8MQ_CLK_SAI2_ROOT>;
  		clock-names = "mclk";
  		wlf,mute-gpios = <&gpio1 8 GPIO_ACTIVE_LOW>;
  	};
  
  	sound-wm8524 {
  		compatible = "fsl,imx-audio-wm8524";
  		model = "wm8524-audio";
  		audio-cpu = <&sai2>;
  		audio-codec = <&wm8524>;
  		audio-routing =
  			"Line Out Jack", "LINEVOUTL",
  			"Line Out Jack", "LINEVOUTR";
  	};
  
  	pwmleds {
  		compatible = "pwm-leds";
  
  		ledpwm2 {
  			label = "PWM2";
  			pwms = <&pwm2 0 50000>;
  			max-brightness = <255>;
  		};
  	};
  	regulator-virtuals {
  		compatible = "simple-bus";
  
  		virt-buck1 {
  			compatible = "regulator-virtual";
  			virtual-supply = "buck1";
  		};
  		virt-buck2 {
  			compatible = "regulator-virtual";
  			virtual-supply = "buck2";
  		};
  		virt-buck3 {
  			compatible = "regulator-virtual";
  			virtual-supply = "buck3";
  		};
  		virt-buck4 {
  			compatible = "regulator-virtual";
  			virtual-supply = "buck4";
  		};
  		virt-buck5 {
  			compatible = "regulator-virtual";
  			virtual-supply = "buck5";
  		};
  		virt-buck6 {
  			compatible = "regulator-virtual";
  			virtual-supply = "buck6";
  		};
  		virt-buck7 {
  			compatible = "regulator-virtual";
  			virtual-supply = "buck7";
  		};
  		virt-buck8 {
  			compatible = "regulator-virtual";
  			virtual-supply = "buck8";
  		};
  		virt-ldo1 {
  			compatible = "regulator-virtual";
  			virtual-supply = "ldo1";
  		};
  		virt-ldo2 {
  			compatible = "regulator-virtual";
  			virtual-supply = "ldo2";
  		};
  		virt-ldo3 {
  			compatible = "regulator-virtual";
  			virtual-supply = "ldo3";
  		};
  		virt-ldo4 {
  			compatible = "regulator-virtual";
  			virtual-supply = "ldo4";
  		};
  		virt-ldo5 {
  			compatible = "regulator-virtual";
  			virtual-supply = "ldo5";
  		};
  		virt-ldo6 {
  			compatible = "regulator-virtual";
  			virtual-supply = "ldo6";
  		};
  		virt-ldo7 {
  			compatible = "regulator-virtual";
  			virtual-supply = "ldo7";
  		};
  	};
  };
  
  &iomuxc {
  	pinctrl-names = "default";
  
  	imx8mq-evk {
  		pinctrl_fec1: fec1grp {
  			fsl,pins = <
  				MX8MQ_IOMUXC_ENET_MDC_ENET1_MDC		0x3
  				MX8MQ_IOMUXC_ENET_MDIO_ENET1_MDIO	0x23
  				MX8MQ_IOMUXC_ENET_TD3_ENET1_RGMII_TD3	0x1f
  				MX8MQ_IOMUXC_ENET_TD2_ENET1_RGMII_TD2	0x1f
  				MX8MQ_IOMUXC_ENET_TD1_ENET1_RGMII_TD1	0x1f
  				MX8MQ_IOMUXC_ENET_TD0_ENET1_RGMII_TD0	0x1f
  				MX8MQ_IOMUXC_ENET_RD3_ENET1_RGMII_RD3	0x91
  				MX8MQ_IOMUXC_ENET_RD2_ENET1_RGMII_RD2	0x91
  				MX8MQ_IOMUXC_ENET_RD1_ENET1_RGMII_RD1	0x91
  				MX8MQ_IOMUXC_ENET_RD0_ENET1_RGMII_RD0	0x91
  				MX8MQ_IOMUXC_ENET_TXC_ENET1_RGMII_TXC	0x1f
  				MX8MQ_IOMUXC_ENET_RXC_ENET1_RGMII_RXC	0x91
  				MX8MQ_IOMUXC_ENET_RX_CTL_ENET1_RGMII_RX_CTL	0x91
  				MX8MQ_IOMUXC_ENET_TX_CTL_ENET1_RGMII_TX_CTL	0x1f
  				MX8MQ_IOMUXC_GPIO1_IO09_GPIO1_IO9	0x19
  			>;
  		};
  
  		pinctrl_i2c1: i2c1grp {
  			fsl,pins = <
  				MX8MQ_IOMUXC_I2C1_SCL_I2C1_SCL			0x4000007f
  				MX8MQ_IOMUXC_I2C1_SDA_I2C1_SDA			0x4000007f
  			>;
  		};
  
  		pinctrl_i2c2: i2c2grp {
  			fsl,pins = <
  				MX8MQ_IOMUXC_I2C2_SCL_I2C2_SCL			0x4000007f
  				MX8MQ_IOMUXC_I2C2_SDA_I2C2_SDA			0x4000007f
  			>;
  		};
be25ff5c1   Leonid Lobachev   MA-14518 AIY: Ena...
189
190
191
192
193
194
  		pinctrl_i2c3: i2c3grp {
  			fsl,pins = <
  				MX8MQ_IOMUXC_I2C3_SCL_I2C3_SCL			0x4000007f
  				MX8MQ_IOMUXC_I2C3_SDA_I2C3_SDA			0x4000007f
  			>;
  		};
686470235   Ji Luo   MA-13453-1 Add ne...
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
  
  		pinctrl_pcie0: pcie0grp {
  			fsl,pins = <
  				MX8MQ_IOMUXC_I2C4_SCL_GPIO5_IO20	0x16
  				MX8MQ_IOMUXC_UART4_TXD_GPIO5_IO29	0x16
  				MX8MQ_IOMUXC_UART4_RXD_GPIO5_IO28	0x16
  			>;
  		};
  
  		pinctrl_pcie1: pcie1grp {
  			fsl,pins = <
  				MX8MQ_IOMUXC_I2C4_SDA_GPIO5_IO21	0x16
  				MX8MQ_IOMUXC_ECSPI2_SCLK_GPIO5_IO10	0x16
  				MX8MQ_IOMUXC_ECSPI2_MISO_GPIO5_IO12	0x16
  			>;
  		};
  
  		pinctrl_pwm2: pwm2grp {
  			fsl,pins = <
  				MX8MQ_IOMUXC_GPIO1_IO13_PWM2_OUT	0x16
  			>;
  		};
  
  		pinctrl_qspi: qspigrp {
  			fsl,pins = <
  				MX8MQ_IOMUXC_NAND_ALE_QSPI_A_SCLK	0x82
  				MX8MQ_IOMUXC_NAND_CE0_B_QSPI_A_SS0_B	0x82
  				MX8MQ_IOMUXC_NAND_DATA00_QSPI_A_DATA0	0x82
  				MX8MQ_IOMUXC_NAND_DATA01_QSPI_A_DATA1	0x82
  				MX8MQ_IOMUXC_NAND_DATA02_QSPI_A_DATA2	0x82
  				MX8MQ_IOMUXC_NAND_DATA03_QSPI_A_DATA3	0x82
  
  			>;
  		};
  
  		pinctrl_uart1: uart1grp {
  			fsl,pins = <
  				MX8MQ_IOMUXC_UART1_RXD_UART1_DCE_RX		0x79
  				MX8MQ_IOMUXC_UART1_TXD_UART1_DCE_TX		0x79
  			>;
  		};
  
  		pinctrl_uart3: uart3grp {
  			fsl,pins = <
  				MX8MQ_IOMUXC_UART3_TXD_UART3_DCE_TX		0x79
  				MX8MQ_IOMUXC_UART3_RXD_UART3_DCE_RX		0x79
  				MX8MQ_IOMUXC_ECSPI1_MISO_UART3_DCE_CTS_B	0x79
  				MX8MQ_IOMUXC_ECSPI1_SS0_UART3_DCE_RTS_B		0x79
  				MX8MQ_IOMUXC_NAND_CLE_GPIO3_IO5			0x19
  			>;
  		};
  
  		pinctrl_usdhc1: usdhc1grp {
  			fsl,pins = <
  				MX8MQ_IOMUXC_SD1_CLK_USDHC1_CLK			0x83
  				MX8MQ_IOMUXC_SD1_CMD_USDHC1_CMD			0xc3
  				MX8MQ_IOMUXC_SD1_DATA0_USDHC1_DATA0		0xc3
  				MX8MQ_IOMUXC_SD1_DATA1_USDHC1_DATA1		0xc3
  				MX8MQ_IOMUXC_SD1_DATA2_USDHC1_DATA2		0xc3
  				MX8MQ_IOMUXC_SD1_DATA3_USDHC1_DATA3		0xc3
  				MX8MQ_IOMUXC_SD1_DATA4_USDHC1_DATA4		0xc3
  				MX8MQ_IOMUXC_SD1_DATA5_USDHC1_DATA5		0xc3
  				MX8MQ_IOMUXC_SD1_DATA6_USDHC1_DATA6		0xc3
  				MX8MQ_IOMUXC_SD1_DATA7_USDHC1_DATA7		0xc3
  				MX8MQ_IOMUXC_SD1_STROBE_USDHC1_STROBE 		0x83
  				MX8MQ_IOMUXC_SD1_RESET_B_USDHC1_RESET_B		0xc1
  			>;
  		};
  
  		pinctrl_usdhc1_100mhz: usdhc1grp100mhz {
  			fsl,pins = <
  				MX8MQ_IOMUXC_SD1_CLK_USDHC1_CLK			0x85
  				MX8MQ_IOMUXC_SD1_CMD_USDHC1_CMD			0xc5
  				MX8MQ_IOMUXC_SD1_DATA0_USDHC1_DATA0		0xc5
  				MX8MQ_IOMUXC_SD1_DATA1_USDHC1_DATA1		0xc5
  				MX8MQ_IOMUXC_SD1_DATA2_USDHC1_DATA2		0xc5
  				MX8MQ_IOMUXC_SD1_DATA3_USDHC1_DATA3		0xc5
  				MX8MQ_IOMUXC_SD1_DATA4_USDHC1_DATA4		0xc5
  				MX8MQ_IOMUXC_SD1_DATA5_USDHC1_DATA5		0xc5
  				MX8MQ_IOMUXC_SD1_DATA6_USDHC1_DATA6		0xc5
  				MX8MQ_IOMUXC_SD1_DATA7_USDHC1_DATA7		0xc5
  				MX8MQ_IOMUXC_SD1_STROBE_USDHC1_STROBE 		0x85
  				MX8MQ_IOMUXC_SD1_RESET_B_USDHC1_RESET_B		0xc1
  			>;
  		};
  
  		pinctrl_usdhc1_200mhz: usdhc1grp200mhz {
  			fsl,pins = <
  				MX8MQ_IOMUXC_SD1_CLK_USDHC1_CLK			0x87
  				MX8MQ_IOMUXC_SD1_CMD_USDHC1_CMD			0xc7
  				MX8MQ_IOMUXC_SD1_DATA0_USDHC1_DATA0		0xc7
  				MX8MQ_IOMUXC_SD1_DATA1_USDHC1_DATA1		0xc7
  				MX8MQ_IOMUXC_SD1_DATA2_USDHC1_DATA2		0xc7
  				MX8MQ_IOMUXC_SD1_DATA3_USDHC1_DATA3		0xc7
  				MX8MQ_IOMUXC_SD1_DATA4_USDHC1_DATA4		0xc7
  				MX8MQ_IOMUXC_SD1_DATA5_USDHC1_DATA5		0xc7
  				MX8MQ_IOMUXC_SD1_DATA6_USDHC1_DATA6		0xc7
  				MX8MQ_IOMUXC_SD1_DATA7_USDHC1_DATA7		0xc7
  				MX8MQ_IOMUXC_SD1_STROBE_USDHC1_STROBE 		0x87
  				MX8MQ_IOMUXC_SD1_RESET_B_USDHC1_RESET_B		0xc1
  			>;
  		};
  
  		pinctrl_usdhc2_gpio: usdhc2grpgpio {
  			fsl,pins = <
  				MX8MQ_IOMUXC_SD2_CD_B_GPIO2_IO12	0x41
  				MX8MQ_IOMUXC_SD2_RESET_B_GPIO2_IO19	0x41
  			>;
  		};
  
  		pinctrl_usdhc2: usdhc2grp {
  			fsl,pins = <
  				MX8MQ_IOMUXC_SD2_CLK_USDHC2_CLK			0x83
  				MX8MQ_IOMUXC_SD2_CMD_USDHC2_CMD			0xc3
  				MX8MQ_IOMUXC_SD2_DATA0_USDHC2_DATA0		0xc3
  				MX8MQ_IOMUXC_SD2_DATA1_USDHC2_DATA1		0xc3
  				MX8MQ_IOMUXC_SD2_DATA2_USDHC2_DATA2		0xc3
  				MX8MQ_IOMUXC_SD2_DATA3_USDHC2_DATA3		0xc3
  				MX8MQ_IOMUXC_GPIO1_IO04_USDHC2_VSELECT		0xc1
  			>;
  		};
  
  		pinctrl_usdhc2_100mhz: usdhc2grp100mhz {
  			fsl,pins = <
  				MX8MQ_IOMUXC_SD2_CLK_USDHC2_CLK			0x85
  				MX8MQ_IOMUXC_SD2_CMD_USDHC2_CMD			0xc5
  				MX8MQ_IOMUXC_SD2_DATA0_USDHC2_DATA0		0xc5
  				MX8MQ_IOMUXC_SD2_DATA1_USDHC2_DATA1		0xc5
  				MX8MQ_IOMUXC_SD2_DATA2_USDHC2_DATA2		0xc5
  				MX8MQ_IOMUXC_SD2_DATA3_USDHC2_DATA3		0xc5
  				MX8MQ_IOMUXC_GPIO1_IO04_USDHC2_VSELECT		0xc1
  			>;
  		};
  
  		pinctrl_usdhc2_200mhz: usdhc2grp200mhz {
  			fsl,pins = <
  				MX8MQ_IOMUXC_SD2_CLK_USDHC2_CLK			0x87
  				MX8MQ_IOMUXC_SD2_CMD_USDHC2_CMD			0xc7
  				MX8MQ_IOMUXC_SD2_DATA0_USDHC2_DATA0		0xc7
  				MX8MQ_IOMUXC_SD2_DATA1_USDHC2_DATA1		0xc7
  				MX8MQ_IOMUXC_SD2_DATA2_USDHC2_DATA2		0xc7
  				MX8MQ_IOMUXC_SD2_DATA3_USDHC2_DATA3		0xc7
  				MX8MQ_IOMUXC_GPIO1_IO04_USDHC2_VSELECT		0xc1
  			>;
  		};
  
  		pinctrl_sai2: sai2grp {
  			fsl,pins = <
  				MX8MQ_IOMUXC_SAI2_TXFS_SAI2_TX_SYNC	0xd6
  				MX8MQ_IOMUXC_SAI2_TXC_SAI2_TX_BCLK	0xd6
  				MX8MQ_IOMUXC_SAI2_MCLK_SAI2_MCLK	0xd6
  				MX8MQ_IOMUXC_SAI2_TXD0_SAI2_TX_DATA0	0xd6
  				MX8MQ_IOMUXC_GPIO1_IO08_GPIO1_IO8	0xd6
  			>;
  		};
  
  		pinctrl_wdog: wdoggrp {
  			fsl,pins = <
  				MX8MQ_IOMUXC_GPIO1_IO02_WDOG1_WDOG_B 0xc6
  			>;
  		};
  
  		pinctrl_pmic: pmicirq {
  			fsl,pins = <
  				MX8MQ_IOMUXC_GPIO1_IO03_GPIO1_IO3	0x41 /*0x17059*/
  			>;
  		};
  	};
  };
  
  &fec1 {
  	pinctrl-names = "default";
  	pinctrl-0 = <&pinctrl_fec1>;
  	phy-mode = "rgmii-id";
  	phy-handle = <&ethphy0>;
  	fsl,magic-packet;
  	status = "okay";
  
  	mdio {
  		#address-cells = <1>;
  		#size-cells = <0>;
  
  		ethphy0: ethernet-phy@0 {
  			compatible = "ethernet-phy-ieee802.3-c22";
  			reg = <0>;
  			at803x,led-act-blind-workaround;
  			at803x,eee-disabled;
  		};
  	};
  };
  
  &i2c1 {
  	clock-frequency = <100000>;
  	pinctrl-names = "default";
  	pinctrl-0 = <&pinctrl_i2c1>;
  	status = "okay";
  
  	pmic: bd71837@4b {
  		reg = <0x4b>;
  		compatible = "rohm,bd71837";
  		/* PMIC BD71837 PMIC_nINT GPIO1_IO12 */
  		pinctrl-0 = <&pinctrl_pmic>;
  		gpio_intr = <&gpio1 3 GPIO_ACTIVE_LOW>;
  
  		bd71837,pmic-buck1-uses-i2c-dvs;
  		bd71837,pmic-buck1-dvs-voltage = <900000>, <850000>, <800000>; /* VDD_SOC: Run-Idle-Suspend */
  		bd71837,pmic-buck2-uses-i2c-dvs;
  		bd71837,pmic-buck2-dvs-voltage = <1000000>, <900000>, <0>; /* VDD_ARM: Run-Idle */
  		bd71837,pmic-buck3-uses-i2c-dvs;
  		bd71837,pmic-buck3-dvs-voltage = <1000000>, <0>, <0>; /* VDD_GPU: Run */
  		bd71837,pmic-buck4-uses-i2c-dvs;
  		bd71837,pmic-buck4-dvs-voltage = <1000000>, <0>, <0>; /* VDD_VPU: Run */
  		
  		gpo {
  			rohm,drv = <0x0C>;	/* 0b0000_1100 all gpos with cmos output mode */
  		};
  
  		regulators {
  			#address-cells = <1>;
  			#size-cells = <0>;
  
  			buck1_reg: regulator@0 {
  				reg = <0>;
  				regulator-compatible = "buck1";
  				regulator-min-microvolt = <700000>;
  				regulator-max-microvolt = <1300000>;
  				regulator-boot-on;
  				regulator-always-on;
  				regulator-ramp-delay = <1250>;
  			};
  
  			buck2_reg: regulator@1 {
  				reg = <1>;
  				regulator-compatible = "buck2";
  				regulator-min-microvolt = <700000>;
  				regulator-max-microvolt = <1300000>;
  				regulator-boot-on;
  				regulator-always-on;
  				regulator-ramp-delay = <1250>;
  			};
  
  			buck3_reg: regulator@2 {
  				reg = <2>;
  				regulator-compatible = "buck3";
  				regulator-min-microvolt = <700000>;
  				regulator-max-microvolt = <1300000>;
  				regulator-boot-on;
  				regulator-always-on;
  			};
  
  			buck4_reg: regulator@3 {
  				reg = <3>;
  				regulator-compatible = "buck4";
  				regulator-min-microvolt = <700000>;
  				regulator-max-microvolt = <1300000>;
  				regulator-boot-on;
  				regulator-always-on;
  			};
  
  			buck5_reg: regulator@4 {
  				reg = <4>;
  				regulator-compatible = "buck5";
  				regulator-min-microvolt = <700000>;
  				regulator-max-microvolt = <1350000>;
  				regulator-boot-on;
  				regulator-always-on;
  			};
  
  			buck6_reg: regulator@5 {
  				reg = <5>;
  				regulator-compatible = "buck6";
  				regulator-min-microvolt = <3000000>;
  				regulator-max-microvolt = <3300000>;
  				regulator-boot-on;
  				regulator-always-on;
  			};
  			
  			buck7_reg: regulator@6 {
  				reg = <6>;
  				regulator-compatible = "buck7";
  				regulator-min-microvolt = <1605000>;
  				regulator-max-microvolt = <1995000>;
  				regulator-boot-on;
  				regulator-always-on;
  			};
  			
  			buck8_reg: regulator@7 {
  				reg = <7>;
  				regulator-compatible = "buck8";
  				regulator-min-microvolt = <800000>;
  				regulator-max-microvolt = <1400000>;
  				regulator-boot-on;
  				regulator-always-on;
  			};
  			
  
  			ldo1_reg: regulator@8 {
  				reg = <8>;
  				regulator-compatible = "ldo1";
  				regulator-min-microvolt = <3000000>;
  				regulator-max-microvolt = <3300000>;
  				regulator-boot-on;
  				regulator-always-on;
  			};
  
  			ldo2_reg: regulator@9 {
  				reg = <9>;
  				regulator-compatible = "ldo2";
  				regulator-min-microvolt = <900000>;
  				regulator-max-microvolt = <900000>;
  				regulator-boot-on;
  				regulator-always-on;
  			};
  
  			ldo3_reg: regulator@10 {
  				reg = <10>;
  				regulator-compatible = "ldo3";
  				regulator-min-microvolt = <1800000>;
  				regulator-max-microvolt = <3300000>;
  				regulator-boot-on;
  				regulator-always-on;
  			};
  
  			ldo4_reg: regulator@11 {
  				reg = <11>;
  				regulator-compatible = "ldo4";
  				regulator-min-microvolt = <900000>;
  				regulator-max-microvolt = <1800000>;
  				regulator-boot-on;
  				regulator-always-on;
  			};
  
  			ldo5_reg: regulator@12 {
  				reg = <12>;
  				regulator-compatible = "ldo5";
  				regulator-min-microvolt = <1800000>;
  				regulator-max-microvolt = <3300000>;
  				regulator-boot-on;
  				regulator-always-on;
  			};
  
  			ldo6_reg: regulator@13 {
  				reg = <13>;
  				regulator-compatible = "ldo6";
  				regulator-min-microvolt = <900000>;
  				regulator-max-microvolt = <1800000>;
  				regulator-boot-on;
  				regulator-always-on;
  			};
  
  			ldo7_reg: regulator@14 {
  				reg = <14>;
  				regulator-compatible = "ldo7";
  				regulator-min-microvolt = <1800000>;
  				regulator-max-microvolt = <3300000>;
  				regulator-boot-on;
  				regulator-always-on;
  			};
  		};
  	};
  
  	adv7535: adv7535@3d {
  		compatible = "adi,adv7535";
  		reg = <0x3d>;		/* PD pin is low */
  		/* TODO: pin config & irq */
  		video-mode = <34>;	/* 1920x1080@30HZ */
  		dsi-traffic-mode = <0>;
  		bpp = <24>;
  		status = "okay";
  		port {
  			dsi_to_hdmi: endpoint {
  				remote-endpoint = <&mipi_dsi_ep>;
  			};
  		};
  	};
  };
  
  &i2c2 {
  	clock-frequency = <100000>;
  	pinctrl-names = "default";
  	pinctrl-0 = <&pinctrl_i2c2>;
be25ff5c1   Leonid Lobachev   MA-14518 AIY: Ena...
576
577
578
579
580
581
582
583
  	status = "okay";
  };
  
  &i2c3 {
  	clock-frequency = <100000>;
  	pinctrl-names = "default";
  	pinctrl-0 = <&pinctrl_i2c3>;
  	status = "okay";
686470235   Ji Luo   MA-13453-1 Add ne...
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
  };
  
  &pcie0{
  	pinctrl-names = "default";
  	pinctrl-0 = <&pinctrl_pcie0>;
  	clkreq-gpio = <&gpio5 20 GPIO_ACTIVE_LOW>;
  	disable-gpio = <&gpio5 29 GPIO_ACTIVE_LOW>;
  	reset-gpio = <&gpio5 28 GPIO_ACTIVE_LOW>;
  	status = "okay";
  };
  
  &pcie1{
  	pinctrl-names = "default";
  	pinctrl-0 = <&pinctrl_pcie1>;
  	clkreq-gpio = <&gpio5 21 GPIO_ACTIVE_LOW>;
  	disable-gpio = <&gpio5 10 GPIO_ACTIVE_LOW>;
  	reset-gpio = <&gpio5 12 GPIO_ACTIVE_LOW>;
  	status = "okay";
  };
  
  &pwm2 {
  	pinctrl-names = "default";
  	pinctrl-0 = <&pinctrl_pwm2>;
  	status = "okay";
  };
  
  &uart1 { /* console */
  	pinctrl-names = "default";
  	pinctrl-0 = <&pinctrl_uart1>;
  	assigned-clocks = <&clk IMX8MQ_CLK_UART1_SRC>;
  	assigned-clock-parents = <&clk IMX8MQ_CLK_25M>;
  	status = "okay";
  };
  
  &lcdif {
  	status = "okay";
  	disp-dev = "mipi_dsi_northwest";
  	display = <&display0>;
  
  	display0: display@0 {
  		bits-per-pixel = <24>;
  		bus-width = <24>;
  
  		display-timings {
  			native-mode = <&timing0>;
  			timing0: timing0 {
  			clock-frequency = <9200000>;
  			hactive = <480>;
  			vactive = <272>;
  			hfront-porch = <8>;
  			hback-porch = <4>;
  			hsync-len = <41>;
  			vback-porch = <2>;
  			vfront-porch = <4>;
  			vsync-len = <10>;
  
  			hsync-active = <0>;
  			vsync-active = <0>;
  			de-active = <1>;
  			pixelclk-active = <0>;
  			};
  		};
  	};
  };
  
  &qspi {
  	pinctrl-names = "default";
  	pinctrl-0 = <&pinctrl_qspi>;
  	status = "okay";
  
  	flash0: n25q256a@0 {
  		reg = <0>;
  		#address-cells = <1>;
  		#size-cells = <1>;
  		compatible = "micron,n25q256a";
  		spi-max-frequency = <29000000>;
  		spi-nor,ddr-quad-read-dummy = <6>;
  	};
  };
  
  &mipi_dsi {
  	reset = <&src>;
  	mux-sel = <&gpr>;	/* lcdif or dcss */
  	status = "okay";
  	port {
  		mipi_dsi_ep: endpoint {
  			remote-endpoint = <&dsi_to_hdmi>;
  		};
  	};
  };
  
  &uart3 { /* BT */
  	pinctrl-names = "default";
  	pinctrl-0 = <&pinctrl_uart3>;
  	assigned-clocks = <&clk IMX8MQ_CLK_UART3_SRC>;
  	assigned-clock-parents = <&clk IMX8MQ_SYS1_PLL_80M>;
  	fsl,uart-has-rtscts;
  	resets = <&modem_reset>;
  	status = "okay";
  };
  
  &usdhc1 {
  	pinctrl-names = "default", "state_100mhz", "state_200mhz";
  	pinctrl-0 = <&pinctrl_usdhc1>;
  	pinctrl-1 = <&pinctrl_usdhc1_100mhz>;
  	pinctrl-2 = <&pinctrl_usdhc1_200mhz>;
  	bus-width = <8>;
  	non-removable;
  	status = "okay";
  };
  
  &usdhc2 {
  	pinctrl-names = "default", "state_100mhz", "state_200mhz";
  	pinctrl-0 = <&pinctrl_usdhc2>, <&pinctrl_usdhc2_gpio>;
  	pinctrl-1 = <&pinctrl_usdhc2_100mhz>, <&pinctrl_usdhc2_gpio>;
  	pinctrl-2 = <&pinctrl_usdhc2_200mhz>, <&pinctrl_usdhc2_gpio>;
  	bus-width = <4>;
  	cd-gpios = <&gpio2 12 GPIO_ACTIVE_LOW>;
  	vmmc-supply = <&reg_usdhc2_vmmc>;
  	status = "okay";
  };
  
  &usb3_phy0 {
  	status = "okay";
  };
  
  &usb3_0 {
  	status = "okay";
  };
  
  &usb_dwc3_0 {
  	status = "okay";
  	dr_mode = "peripheral";
  };
  
  &usb3_phy1 {
  	status = "okay";
  };
  
  &usb3_1 {
  	status = "okay";
  };
  
  &usb_dwc3_1 {
  	status = "okay";
  	dr_mode = "host";
  };
  
  &sai2 {
  	pinctrl-names = "default";
  	pinctrl-0 = <&pinctrl_sai2>;
  	assigned-clocks = <&clk IMX8MQ_CLK_SAI2_SRC>,
  			<&clk IMX8MQ_AUDIO_PLL1>,
  			<&clk IMX8MQ_CLK_SAI2_PRE_DIV>,
  			<&clk IMX8MQ_CLK_SAI2_DIV>;
  	assigned-clock-parents = <&clk IMX8MQ_AUDIO_PLL1_OUT>;
  	assigned-clock-rates = <0>, <786432000>, <98306000>, <24576000>;
  	status = "okay";
  };
  
  &gpu {
  	status = "okay";
  };
  
  &vpu {
  	status = "okay";
  };
  
  &wdog1 {
  	pinctrl-names = "default";
  	pinctrl-0 = <&pinctrl_wdog>;
  	fsl,ext-reset-output;
  	status = "okay";
  };