xref: /optee_os/core/arch/arm/dts/stm32mp15xx-dkx.dtsi (revision 23ca21385d22d70f97dbdf61f2cbef415515e9ae)
1// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
2/*
3 * Copyright (C) STMicroelectronics 2019 - All Rights Reserved
4 * Author: Alexandre Torgue <alexandre.torgue@st.com> for STMicroelectronics.
5 */
6
7#include <dt-bindings/gpio/gpio.h>
8#include <dt-bindings/mfd/st,stpmic1.h>
9
10/ {
11	memory@c0000000 {
12		device_type = "memory";
13		reg = <0xc0000000 0x20000000>;
14	};
15
16	reserved-memory {
17		#address-cells = <1>;
18		#size-cells = <1>;
19		ranges;
20
21		mcuram2: mcuram2@10000000 {
22			compatible = "shared-dma-pool";
23			reg = <0x10000000 0x40000>;
24			no-map;
25		};
26
27		vdev0vring0: vdev0vring0@10040000 {
28			compatible = "shared-dma-pool";
29			reg = <0x10040000 0x1000>;
30			no-map;
31		};
32
33		vdev0vring1: vdev0vring1@10041000 {
34			compatible = "shared-dma-pool";
35			reg = <0x10041000 0x1000>;
36			no-map;
37		};
38
39		vdev0buffer: vdev0buffer@10042000 {
40			compatible = "shared-dma-pool";
41			reg = <0x10042000 0x4000>;
42			no-map;
43		};
44
45		mcuram: mcuram@30000000 {
46			compatible = "shared-dma-pool";
47			reg = <0x30000000 0x40000>;
48			no-map;
49		};
50
51		retram: retram@38000000 {
52			compatible = "shared-dma-pool";
53			reg = <0x38000000 0x10000>;
54			no-map;
55		};
56
57		gpu_reserved: gpu@d4000000 {
58			reg = <0xd4000000 0x4000000>;
59			no-map;
60		};
61	};
62
63	led {
64		compatible = "gpio-leds";
65		led-blue {
66			label = "heartbeat";
67			gpios = <&gpiod 11 GPIO_ACTIVE_HIGH>;
68			linux,default-trigger = "heartbeat";
69			default-state = "off";
70			status = "disabled";
71		};
72	};
73
74	sound {
75		compatible = "audio-graph-card";
76		label = "STM32MP1-DK";
77		routing =
78			"Playback" , "MCLK",
79			"Capture" , "MCLK",
80			"MICL" , "Mic Bias";
81		dais = <&sai2a_port &sai2b_port &i2s2_port>;
82		status = "disabled";
83	};
84
85	vin: vin {
86		compatible = "regulator-fixed";
87		regulator-name = "vin";
88		regulator-min-microvolt = <5000000>;
89		regulator-max-microvolt = <5000000>;
90		regulator-always-on;
91	};
92};
93
94&adc {
95	pinctrl-names = "default";
96	pinctrl-0 = <&adc12_ain_pins_a>, <&adc12_usb_cc_pins_a>;
97	vdd-supply = <&vdd>;
98	vdda-supply = <&vdd>;
99	vref-supply = <&vrefbuf>;
100	status = "disabled";
101	adc1: adc@0 {
102		/*
103		 * Type-C USB_PWR_CC1 & USB_PWR_CC2 on in18 & in19.
104		 * Use at least 5 * RC time, e.g. 5 * (Rp + Rd) * C:
105		 * 5 * (56 + 47kOhms) * 5pF => 2.5us.
106		 * Use arbitrary margin here (e.g. 5us).
107		 */
108		st,min-sample-time-nsecs = <5000>;
109		/* AIN connector, USB Type-C CC1 & CC2 */
110		st,adc-channels = <0 1 6 13 18 19>;
111		status = "okay";
112	};
113	adc2: adc@100 {
114		/* AIN connector, USB Type-C CC1 & CC2 */
115		st,adc-channels = <0 1 2 6 18 19>;
116		st,min-sample-time-nsecs = <5000>;
117		status = "okay";
118	};
119};
120
121&cec {
122	pinctrl-names = "default", "sleep";
123	pinctrl-0 = <&cec_pins_b>;
124	pinctrl-1 = <&cec_sleep_pins_b>;
125	status = "disabled";
126};
127
128&crc1 {
129	status = "disabled";
130};
131
132&dts {
133	status = "disabled";
134};
135
136&ethernet0 {
137	status = "disabled";
138	pinctrl-0 = <&ethernet0_rgmii_pins_a>;
139	pinctrl-1 = <&ethernet0_rgmii_sleep_pins_a>;
140	pinctrl-names = "default", "sleep";
141	phy-mode = "rgmii-id";
142	max-speed = <1000>;
143	phy-handle = <&phy0>;
144
145	mdio0 {
146		#address-cells = <1>;
147		#size-cells = <0>;
148		compatible = "snps,dwmac-mdio";
149		phy0: ethernet-phy@0 {
150			reg = <0>;
151		};
152	};
153};
154
155&gpu {
156	contiguous-area = <&gpu_reserved>;
157};
158
159&hash1 {
160	status = "disabled";
161};
162
163&i2c1 {
164	pinctrl-names = "default", "sleep";
165	pinctrl-0 = <&i2c1_pins_a>;
166	pinctrl-1 = <&i2c1_sleep_pins_a>;
167	i2c-scl-rising-time-ns = <100>;
168	i2c-scl-falling-time-ns = <7>;
169	status = "disabled";
170	/delete-property/dmas;
171	/delete-property/dma-names;
172
173	hdmi-transmitter@39 {
174		compatible = "sil,sii9022";
175		reg = <0x39>;
176		iovcc-supply = <&v3v3_hdmi>;
177		cvcc12-supply = <&v1v2_hdmi>;
178		reset-gpios = <&gpioa 10 GPIO_ACTIVE_LOW>;
179		interrupts = <1 IRQ_TYPE_EDGE_FALLING>;
180		interrupt-parent = <&gpiog>;
181		#sound-dai-cells = <0>;
182		status = "okay";
183
184		ports {
185			#address-cells = <1>;
186			#size-cells = <0>;
187
188			port@0 {
189				reg = <0>;
190				sii9022_in: endpoint {
191					remote-endpoint = <&ltdc_ep0_out>;
192				};
193			};
194
195			port@3 {
196				reg = <3>;
197				sii9022_tx_endpoint: endpoint {
198					remote-endpoint = <&i2s2_endpoint>;
199				};
200			};
201		};
202	};
203
204	cs42l51: cs42l51@4a {
205		compatible = "cirrus,cs42l51";
206		reg = <0x4a>;
207		#sound-dai-cells = <0>;
208		VL-supply = <&v3v3>;
209		VD-supply = <&v1v8_audio>;
210		VA-supply = <&v1v8_audio>;
211		VAHP-supply = <&v1v8_audio>;
212		reset-gpios = <&gpiog 9 GPIO_ACTIVE_LOW>;
213		clocks = <&sai2a>;
214		clock-names = "MCLK";
215		status = "okay";
216
217		cs42l51_port: port {
218			#address-cells = <1>;
219			#size-cells = <0>;
220
221			cs42l51_tx_endpoint: endpoint@0 {
222				reg = <0>;
223				remote-endpoint = <&sai2a_endpoint>;
224				frame-master = <&cs42l51_tx_endpoint>;
225				bitclock-master = <&cs42l51_tx_endpoint>;
226			};
227
228			cs42l51_rx_endpoint: endpoint@1 {
229				reg = <1>;
230				remote-endpoint = <&sai2b_endpoint>;
231				frame-master = <&cs42l51_rx_endpoint>;
232				bitclock-master = <&cs42l51_rx_endpoint>;
233			};
234		};
235	};
236};
237
238&i2c4 {
239	pinctrl-names = "default", "sleep";
240	pinctrl-0 = <&i2c4_pins_a>;
241	pinctrl-1 = <&i2c4_sleep_pins_a>;
242	i2c-scl-rising-time-ns = <185>;
243	i2c-scl-falling-time-ns = <20>;
244	clock-frequency = <400000>;
245	status = "okay";
246	/* spare dmas for other usage */
247	/delete-property/dmas;
248	/delete-property/dma-names;
249
250	stusb1600@28 {
251		compatible = "st,stusb1600";
252		reg = <0x28>;
253		interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
254		interrupt-parent = <&gpioi>;
255		pinctrl-names = "default";
256		pinctrl-0 = <&stusb1600_pins_a>;
257		status = "okay";
258		vdd-supply = <&vin>;
259
260		connector {
261			compatible = "usb-c-connector";
262			label = "USB-C";
263			power-role = "dual";
264			typec-power-opmode = "default";
265
266			port {
267				con_usbotg_hs_ep: endpoint {
268					remote-endpoint = <&usbotg_hs_ep>;
269				};
270			};
271		};
272	};
273
274	pmic: stpmic@33 {
275		compatible = "st,stpmic1";
276		reg = <0x33>;
277		interrupts-extended = <&gpioa 0 IRQ_TYPE_EDGE_FALLING>;
278		interrupt-controller;
279		#interrupt-cells = <2>;
280		status = "okay";
281
282		regulators {
283			compatible = "st,stpmic1-regulators";
284			buck1-supply = <&vin>;
285			buck2-supply = <&vin>;
286			buck3-supply = <&vin>;
287			buck4-supply = <&vin>;
288			ldo1-supply = <&v3v3>;
289			ldo2-supply = <&vin>;
290			ldo3-supply = <&vdd_ddr>;
291			ldo4-supply = <&vin>;
292			ldo5-supply = <&vin>;
293			ldo6-supply = <&v3v3>;
294			vref_ddr-supply = <&vin>;
295			boost-supply = <&vin>;
296			pwr_sw1-supply = <&bst_out>;
297			pwr_sw2-supply = <&bst_out>;
298
299			vddcore: buck1 {
300				regulator-name = "vddcore";
301				regulator-min-microvolt = <1200000>;
302				regulator-max-microvolt = <1350000>;
303				regulator-always-on;
304				regulator-initial-mode = <0>;
305				regulator-over-current-protection;
306			};
307
308			vdd_ddr: buck2 {
309				regulator-name = "vdd_ddr";
310				regulator-min-microvolt = <1350000>;
311				regulator-max-microvolt = <1350000>;
312				regulator-always-on;
313				regulator-initial-mode = <0>;
314				regulator-over-current-protection;
315			};
316
317			vdd: buck3 {
318				regulator-name = "vdd";
319				regulator-min-microvolt = <3300000>;
320				regulator-max-microvolt = <3300000>;
321				regulator-always-on;
322				st,mask-reset;
323				regulator-initial-mode = <0>;
324				regulator-over-current-protection;
325			};
326
327			v3v3: buck4 {
328				regulator-name = "v3v3";
329				regulator-min-microvolt = <3300000>;
330				regulator-max-microvolt = <3300000>;
331				regulator-always-on;
332				regulator-over-current-protection;
333				regulator-initial-mode = <0>;
334			};
335
336			v1v8_audio: ldo1 {
337				regulator-name = "v1v8_audio";
338				regulator-min-microvolt = <1800000>;
339				regulator-max-microvolt = <1800000>;
340				regulator-always-on;
341				interrupts = <IT_CURLIM_LDO1 0>;
342			};
343
344			v3v3_hdmi: ldo2 {
345				regulator-name = "v3v3_hdmi";
346				regulator-min-microvolt = <3300000>;
347				regulator-max-microvolt = <3300000>;
348				regulator-always-on;
349				interrupts = <IT_CURLIM_LDO2 0>;
350			};
351
352			vtt_ddr: ldo3 {
353				regulator-name = "vtt_ddr";
354				regulator-min-microvolt = <500000>;
355				regulator-max-microvolt = <750000>;
356				regulator-always-on;
357				regulator-over-current-protection;
358			};
359
360			vdd_usb: ldo4 {
361				regulator-name = "vdd_usb";
362				interrupts = <IT_CURLIM_LDO4 0>;
363				regulator-always-on;
364			};
365
366			vdda: ldo5 {
367				regulator-name = "vdda";
368				regulator-min-microvolt = <2900000>;
369				regulator-max-microvolt = <2900000>;
370				interrupts = <IT_CURLIM_LDO5 0>;
371				regulator-boot-on;
372			};
373
374			v1v2_hdmi: ldo6 {
375				regulator-name = "v1v2_hdmi";
376				regulator-min-microvolt = <1200000>;
377				regulator-max-microvolt = <1200000>;
378				regulator-always-on;
379				interrupts = <IT_CURLIM_LDO6 0>;
380			};
381
382			vref_ddr: vref_ddr {
383				regulator-name = "vref_ddr";
384				regulator-always-on;
385			};
386
387			 bst_out: boost {
388				regulator-name = "bst_out";
389				interrupts = <IT_OCP_BOOST 0>;
390			 };
391
392			vbus_otg: pwr_sw1 {
393				regulator-name = "vbus_otg";
394				interrupts = <IT_OCP_OTG 0>;
395			 };
396
397			 vbus_sw: pwr_sw2 {
398				regulator-name = "vbus_sw";
399				interrupts = <IT_OCP_SWOUT 0>;
400				regulator-active-discharge = <1>;
401			 };
402		};
403
404		onkey {
405			compatible = "st,stpmic1-onkey";
406			interrupts = <IT_PONKEY_F 0>, <IT_PONKEY_R 0>;
407			interrupt-names = "onkey-falling", "onkey-rising";
408			power-off-time-sec = <10>;
409			status = "okay";
410		};
411
412		watchdog {
413			compatible = "st,stpmic1-wdt";
414			status = "disabled";
415		};
416	};
417};
418
419&i2c5 {
420	pinctrl-names = "default", "sleep";
421	pinctrl-0 = <&i2c5_pins_a>;
422	pinctrl-1 = <&i2c5_sleep_pins_a>;
423	i2c-scl-rising-time-ns = <185>;
424	i2c-scl-falling-time-ns = <20>;
425	clock-frequency = <400000>;
426	/* spare dmas for other usage */
427	/delete-property/dmas;
428	/delete-property/dma-names;
429	status = "disabled";
430};
431
432&i2s2 {
433	clocks = <&rcc SPI2>, <&rcc SPI2_K>, <&rcc PLL3_Q>, <&rcc PLL3_R>;
434	clock-names = "pclk", "i2sclk", "x8k", "x11k";
435	pinctrl-names = "default", "sleep";
436	pinctrl-0 = <&i2s2_pins_a>;
437	pinctrl-1 = <&i2s2_sleep_pins_a>;
438	status = "disabled";
439
440	i2s2_port: port {
441		i2s2_endpoint: endpoint {
442			remote-endpoint = <&sii9022_tx_endpoint>;
443			format = "i2s";
444			mclk-fs = <256>;
445		};
446	};
447};
448
449&ipcc {
450	status = "disabled";
451};
452
453&iwdg1 {
454	timeout-sec = <32>;
455	status = "okay";
456};
457
458&iwdg2 {
459	timeout-sec = <32>;
460	status = "okay";
461	secure-status = "disabled";
462};
463
464&ltdc {
465	pinctrl-names = "default", "sleep";
466	pinctrl-0 = <&ltdc_pins_a>;
467	pinctrl-1 = <&ltdc_sleep_pins_a>;
468	status = "disabled";
469
470	port {
471		ltdc_ep0_out: endpoint@0 {
472			reg = <0>;
473			remote-endpoint = <&sii9022_in>;
474		};
475	};
476};
477
478&m4_rproc {
479	memory-region = <&retram>, <&mcuram>, <&mcuram2>, <&vdev0vring0>,
480			<&vdev0vring1>, <&vdev0buffer>;
481	mboxes = <&ipcc 0>, <&ipcc 1>, <&ipcc 2>, <&ipcc 3>;
482	mbox-names = "vq0", "vq1", "shutdown", "detach";
483	interrupt-parent = <&exti>;
484	interrupts = <68 1>;
485	status = "okay";
486};
487
488&pwr_regulators {
489	vdd-supply = <&vdd>;
490	vdd_3v3_usbfs-supply = <&vdd_usb>;
491};
492
493&rcc {
494	compatible = "st,stm32mp1-rcc-secure";
495	status = "okay";
496};
497
498&rng1 {
499	status = "okay";
500};
501
502&rtc {
503	status = "okay";
504};
505
506&sai2 {
507	clocks = <&rcc SAI2>, <&rcc PLL3_Q>, <&rcc PLL3_R>;
508	clock-names = "pclk", "x8k", "x11k";
509	pinctrl-names = "default", "sleep";
510	pinctrl-0 = <&sai2a_pins_a>, <&sai2b_pins_b>;
511	pinctrl-1 = <&sai2a_sleep_pins_a>, <&sai2b_sleep_pins_b>;
512	status = "disabled";
513
514	sai2a: audio-controller@4400b004 {
515		#clock-cells = <0>;
516		dma-names = "tx";
517		clocks = <&rcc SAI2_K>;
518		clock-names = "sai_ck";
519		status = "okay";
520
521		sai2a_port: port {
522			sai2a_endpoint: endpoint {
523				remote-endpoint = <&cs42l51_tx_endpoint>;
524				format = "i2s";
525				mclk-fs = <256>;
526				dai-tdm-slot-num = <2>;
527				dai-tdm-slot-width = <32>;
528			};
529		};
530	};
531
532	sai2b: audio-controller@4400b024 {
533		dma-names = "rx";
534		st,sync = <&sai2a 2>;
535		clocks = <&rcc SAI2_K>, <&sai2a>;
536		clock-names = "sai_ck", "MCLK";
537		status = "okay";
538
539		sai2b_port: port {
540			sai2b_endpoint: endpoint {
541				remote-endpoint = <&cs42l51_rx_endpoint>;
542				format = "i2s";
543				mclk-fs = <256>;
544				dai-tdm-slot-num = <2>;
545				dai-tdm-slot-width = <32>;
546			};
547		};
548	};
549};
550
551&sdmmc1 {
552	pinctrl-names = "default", "opendrain", "sleep";
553	pinctrl-0 = <&sdmmc1_b4_pins_a>;
554	pinctrl-1 = <&sdmmc1_b4_od_pins_a>;
555	pinctrl-2 = <&sdmmc1_b4_sleep_pins_a>;
556	cd-gpios = <&gpiob 7 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
557	disable-wp;
558	st,neg-edge;
559	bus-width = <4>;
560	vmmc-supply = <&v3v3>;
561	status = "disabled";
562};
563
564&sdmmc3 {
565	pinctrl-names = "default", "opendrain", "sleep";
566	pinctrl-0 = <&sdmmc3_b4_pins_a>;
567	pinctrl-1 = <&sdmmc3_b4_od_pins_a>;
568	pinctrl-2 = <&sdmmc3_b4_sleep_pins_a>;
569	broken-cd;
570	st,neg-edge;
571	bus-width = <4>;
572	vmmc-supply = <&v3v3>;
573	status = "disabled";
574};
575
576&timers1 {
577	/* spare dmas for other usage */
578	/delete-property/dmas;
579	/delete-property/dma-names;
580	status = "disabled";
581	pwm {
582		pinctrl-0 = <&pwm1_pins_a>;
583		pinctrl-1 = <&pwm1_sleep_pins_a>;
584		pinctrl-names = "default", "sleep";
585		status = "okay";
586	};
587	timer@0 {
588		status = "okay";
589	};
590};
591
592&timers3 {
593	/delete-property/dmas;
594	/delete-property/dma-names;
595	status = "disabled";
596	pwm {
597		pinctrl-0 = <&pwm3_pins_a>;
598		pinctrl-1 = <&pwm3_sleep_pins_a>;
599		pinctrl-names = "default", "sleep";
600		status = "okay";
601	};
602	timer@2 {
603		status = "okay";
604	};
605};
606
607&timers4 {
608	/delete-property/dmas;
609	/delete-property/dma-names;
610	status = "disabled";
611	pwm {
612		pinctrl-0 = <&pwm4_pins_a &pwm4_pins_b>;
613		pinctrl-1 = <&pwm4_sleep_pins_a &pwm4_sleep_pins_b>;
614		pinctrl-names = "default", "sleep";
615		status = "okay";
616	};
617	timer@3 {
618		status = "okay";
619	};
620};
621
622&timers5 {
623	/delete-property/dmas;
624	/delete-property/dma-names;
625	status = "disabled";
626	pwm {
627		pinctrl-0 = <&pwm5_pins_a>;
628		pinctrl-1 = <&pwm5_sleep_pins_a>;
629		pinctrl-names = "default", "sleep";
630		status = "okay";
631	};
632	timer@4 {
633		status = "okay";
634	};
635};
636
637&timers6 {
638	/delete-property/dmas;
639	/delete-property/dma-names;
640	status = "disabled";
641	timer@5 {
642		status = "okay";
643	};
644};
645
646&timers12 {
647	/delete-property/dmas;
648	/delete-property/dma-names;
649	status = "disabled";
650	pwm {
651		pinctrl-0 = <&pwm12_pins_a>;
652		pinctrl-1 = <&pwm12_sleep_pins_a>;
653		pinctrl-names = "default", "sleep";
654		status = "okay";
655	};
656	timer@11 {
657		status = "okay";
658	};
659};
660
661&uart4 {
662	pinctrl-names = "default", "sleep", "idle";
663	pinctrl-0 = <&uart4_pins_a>;
664	pinctrl-1 = <&uart4_sleep_pins_a>;
665	pinctrl-2 = <&uart4_idle_pins_a>;
666	/delete-property/dmas;
667	/delete-property/dma-names;
668	status = "okay";
669};
670
671&uart7 {
672	pinctrl-names = "default", "sleep", "idle";
673	pinctrl-0 = <&uart7_pins_c>;
674	pinctrl-1 = <&uart7_sleep_pins_c>;
675	pinctrl-2 = <&uart7_idle_pins_c>;
676	/delete-property/dmas;
677	/delete-property/dma-names;
678	status = "disabled";
679};
680
681&usart3 {
682	pinctrl-names = "default", "sleep", "idle";
683	pinctrl-0 = <&usart3_pins_c>;
684	pinctrl-1 = <&usart3_sleep_pins_c>;
685	pinctrl-2 = <&usart3_idle_pins_c>;
686	uart-has-rtscts;
687	status = "disabled";
688};
689
690&usbh_ehci {
691	phys = <&usbphyc_port0>;
692	status = "disabled";
693};
694
695&usbotg_hs {
696	phys = <&usbphyc_port1 0>;
697	phy-names = "usb2-phy";
698	usb-role-switch;
699	status = "disabled";
700
701	port {
702		usbotg_hs_ep: endpoint {
703			remote-endpoint = <&con_usbotg_hs_ep>;
704		};
705	};
706};
707
708&usbphyc {
709	status = "disabled";
710};
711
712&usbphyc_port0 {
713	phy-supply = <&vdd_usb>;
714	st,tune-hs-dc-level = <2>;
715	st,enable-fs-rftime-tuning;
716	st,enable-hs-rftime-reduction;
717	st,trim-hs-current = <15>;
718	st,trim-hs-impedance = <1>;
719	st,tune-squelch-level = <3>;
720	st,tune-hs-rx-offset = <2>;
721	st,no-lsfs-sc;
722};
723
724&usbphyc_port1 {
725	phy-supply = <&vdd_usb>;
726	st,tune-hs-dc-level = <2>;
727	st,enable-fs-rftime-tuning;
728	st,enable-hs-rftime-reduction;
729	st,trim-hs-current = <15>;
730	st,trim-hs-impedance = <1>;
731	st,tune-squelch-level = <3>;
732	st,tune-hs-rx-offset = <2>;
733	st,no-lsfs-sc;
734};
735
736&vrefbuf {
737	regulator-min-microvolt = <2500000>;
738	regulator-max-microvolt = <2500000>;
739	vdda-supply = <&vdd>;
740	status = "okay";
741};
742