]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - arch/arm/boot/dts/stm32f429.dtsi
ARM: dts: stm32: Set gpio controller as interrupt controller on F4 and F7
[mirror_ubuntu-bionic-kernel.git] / arch / arm / boot / dts / stm32f429.dtsi
1 /*
2 * Copyright 2015 - Maxime Coquelin <mcoquelin.stm32@gmail.com>
3 *
4 * This file is dual-licensed: you can use it either under the terms
5 * of the GPL or the X11 license, at your option. Note that this dual
6 * licensing only applies to this file, and not this project as a
7 * whole.
8 *
9 * a) This file is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License as
11 * published by the Free Software Foundation; either version 2 of the
12 * License, or (at your option) any later version.
13 *
14 * This file is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public
20 * License along with this file; if not, write to the Free
21 * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
22 * MA 02110-1301 USA
23 *
24 * Or, alternatively,
25 *
26 * b) Permission is hereby granted, free of charge, to any person
27 * obtaining a copy of this software and associated documentation
28 * files (the "Software"), to deal in the Software without
29 * restriction, including without limitation the rights to use,
30 * copy, modify, merge, publish, distribute, sublicense, and/or
31 * sell copies of the Software, and to permit persons to whom the
32 * Software is furnished to do so, subject to the following
33 * conditions:
34 *
35 * The above copyright notice and this permission notice shall be
36 * included in all copies or substantial portions of the Software.
37 *
38 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
39 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
40 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
41 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
42 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
43 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
44 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
45 * OTHER DEALINGS IN THE SOFTWARE.
46 */
47
48 #include "skeleton.dtsi"
49 #include "armv7-m.dtsi"
50 #include <dt-bindings/pinctrl/stm32f429-pinfunc.h>
51 #include <dt-bindings/clock/stm32fx-clock.h>
52 #include <dt-bindings/mfd/stm32f4-rcc.h>
53
54 / {
55 clocks {
56 clk_hse: clk-hse {
57 #clock-cells = <0>;
58 compatible = "fixed-clock";
59 clock-frequency = <0>;
60 };
61
62 clk-lse {
63 #clock-cells = <0>;
64 compatible = "fixed-clock";
65 clock-frequency = <32768>;
66 };
67
68 clk_lsi: clk-lsi {
69 #clock-cells = <0>;
70 compatible = "fixed-clock";
71 clock-frequency = <32000>;
72 };
73
74 clk_i2s_ckin: i2s-ckin {
75 #clock-cells = <0>;
76 compatible = "fixed-clock";
77 clock-frequency = <0>;
78 };
79 };
80
81 soc {
82 timer2: timer@40000000 {
83 compatible = "st,stm32-timer";
84 reg = <0x40000000 0x400>;
85 interrupts = <28>;
86 clocks = <&rcc 0 STM32F4_APB1_CLOCK(TIM2)>;
87 status = "disabled";
88 };
89
90 timers2: timers@40000000 {
91 #address-cells = <1>;
92 #size-cells = <0>;
93 compatible = "st,stm32-timers";
94 reg = <0x40000000 0x400>;
95 clocks = <&rcc 0 STM32F4_APB1_CLOCK(TIM2)>;
96 clock-names = "int";
97 status = "disabled";
98
99 pwm {
100 compatible = "st,stm32-pwm";
101 status = "disabled";
102 };
103
104 timer@1 {
105 compatible = "st,stm32-timer-trigger";
106 reg = <1>;
107 status = "disabled";
108 };
109 };
110
111 timer3: timer@40000400 {
112 compatible = "st,stm32-timer";
113 reg = <0x40000400 0x400>;
114 interrupts = <29>;
115 clocks = <&rcc 0 STM32F4_APB1_CLOCK(TIM3)>;
116 status = "disabled";
117 };
118
119 timers3: timers@40000400 {
120 #address-cells = <1>;
121 #size-cells = <0>;
122 compatible = "st,stm32-timers";
123 reg = <0x40000400 0x400>;
124 clocks = <&rcc 0 STM32F4_APB1_CLOCK(TIM3)>;
125 clock-names = "int";
126 status = "disabled";
127
128 pwm {
129 compatible = "st,stm32-pwm";
130 status = "disabled";
131 };
132
133 timer@2 {
134 compatible = "st,stm32-timer-trigger";
135 reg = <2>;
136 status = "disabled";
137 };
138 };
139
140 timer4: timer@40000800 {
141 compatible = "st,stm32-timer";
142 reg = <0x40000800 0x400>;
143 interrupts = <30>;
144 clocks = <&rcc 0 STM32F4_APB1_CLOCK(TIM4)>;
145 status = "disabled";
146 };
147
148 timers4: timers@40000800 {
149 #address-cells = <1>;
150 #size-cells = <0>;
151 compatible = "st,stm32-timers";
152 reg = <0x40000800 0x400>;
153 clocks = <&rcc 0 STM32F4_APB1_CLOCK(TIM4)>;
154 clock-names = "int";
155 status = "disabled";
156
157 pwm {
158 compatible = "st,stm32-pwm";
159 status = "disabled";
160 };
161
162 timer@3 {
163 compatible = "st,stm32-timer-trigger";
164 reg = <3>;
165 status = "disabled";
166 };
167 };
168
169 timer5: timer@40000c00 {
170 compatible = "st,stm32-timer";
171 reg = <0x40000c00 0x400>;
172 interrupts = <50>;
173 clocks = <&rcc 0 STM32F4_APB1_CLOCK(TIM5)>;
174 };
175
176 timers5: timers@40000c00 {
177 #address-cells = <1>;
178 #size-cells = <0>;
179 compatible = "st,stm32-timers";
180 reg = <0x40000C00 0x400>;
181 clocks = <&rcc 0 STM32F4_APB1_CLOCK(TIM5)>;
182 clock-names = "int";
183 status = "disabled";
184
185 pwm {
186 compatible = "st,stm32-pwm";
187 status = "disabled";
188 };
189
190 timer@4 {
191 compatible = "st,stm32-timer-trigger";
192 reg = <4>;
193 status = "disabled";
194 };
195 };
196
197 timer6: timer@40001000 {
198 compatible = "st,stm32-timer";
199 reg = <0x40001000 0x400>;
200 interrupts = <54>;
201 clocks = <&rcc 0 STM32F4_APB1_CLOCK(TIM6)>;
202 status = "disabled";
203 };
204
205 timers6: timers@40001000 {
206 #address-cells = <1>;
207 #size-cells = <0>;
208 compatible = "st,stm32-timers";
209 reg = <0x40001000 0x400>;
210 clocks = <&rcc 0 STM32F4_APB1_CLOCK(TIM6)>;
211 clock-names = "int";
212 status = "disabled";
213
214 timer@5 {
215 compatible = "st,stm32-timer-trigger";
216 reg = <5>;
217 status = "disabled";
218 };
219 };
220
221 timer7: timer@40001400 {
222 compatible = "st,stm32-timer";
223 reg = <0x40001400 0x400>;
224 interrupts = <55>;
225 clocks = <&rcc 0 STM32F4_APB1_CLOCK(TIM7)>;
226 status = "disabled";
227 };
228
229 timers7: timers@40001400 {
230 #address-cells = <1>;
231 #size-cells = <0>;
232 compatible = "st,stm32-timers";
233 reg = <0x40001400 0x400>;
234 clocks = <&rcc 0 STM32F4_APB1_CLOCK(TIM7)>;
235 clock-names = "int";
236 status = "disabled";
237
238 timer@6 {
239 compatible = "st,stm32-timer-trigger";
240 reg = <6>;
241 status = "disabled";
242 };
243 };
244
245 timers12: timers@40001800 {
246 #address-cells = <1>;
247 #size-cells = <0>;
248 compatible = "st,stm32-timers";
249 reg = <0x40001800 0x400>;
250 clocks = <&rcc 0 STM32F4_APB1_CLOCK(TIM12)>;
251 clock-names = "int";
252 status = "disabled";
253
254 pwm {
255 compatible = "st,stm32-pwm";
256 status = "disabled";
257 };
258
259 timer@11 {
260 compatible = "st,stm32-timer-trigger";
261 reg = <11>;
262 status = "disabled";
263 };
264 };
265
266 timers13: timers@40001c00 {
267 #address-cells = <1>;
268 #size-cells = <0>;
269 compatible = "st,stm32-timers";
270 reg = <0x40001C00 0x400>;
271 clocks = <&rcc 0 STM32F4_APB1_CLOCK(TIM13)>;
272 clock-names = "int";
273 status = "disabled";
274
275 pwm {
276 compatible = "st,stm32-pwm";
277 status = "disabled";
278 };
279 };
280
281 timers14: timers@40002000 {
282 #address-cells = <1>;
283 #size-cells = <0>;
284 compatible = "st,stm32-timers";
285 reg = <0x40002000 0x400>;
286 clocks = <&rcc 0 STM32F4_APB1_CLOCK(TIM14)>;
287 clock-names = "int";
288 status = "disabled";
289
290 pwm {
291 compatible = "st,stm32-pwm";
292 status = "disabled";
293 };
294 };
295
296 rtc: rtc@40002800 {
297 compatible = "st,stm32-rtc";
298 reg = <0x40002800 0x400>;
299 clocks = <&rcc 1 CLK_RTC>;
300 clock-names = "ck_rtc";
301 assigned-clocks = <&rcc 1 CLK_RTC>;
302 assigned-clock-parents = <&rcc 1 CLK_LSE>;
303 interrupt-parent = <&exti>;
304 interrupts = <17 1>;
305 interrupt-names = "alarm";
306 st,syscfg = <&pwrcfg>;
307 status = "disabled";
308 };
309
310 iwdg: watchdog@40003000 {
311 compatible = "st,stm32-iwdg";
312 reg = <0x40003000 0x400>;
313 clocks = <&clk_lsi>;
314 status = "disabled";
315 };
316
317 usart2: serial@40004400 {
318 compatible = "st,stm32-usart", "st,stm32-uart";
319 reg = <0x40004400 0x400>;
320 interrupts = <38>;
321 clocks = <&rcc 0 STM32F4_APB1_CLOCK(UART2)>;
322 status = "disabled";
323 };
324
325 usart3: serial@40004800 {
326 compatible = "st,stm32-usart", "st,stm32-uart";
327 reg = <0x40004800 0x400>;
328 interrupts = <39>;
329 clocks = <&rcc 0 STM32F4_APB1_CLOCK(UART3)>;
330 status = "disabled";
331 dmas = <&dma1 1 4 0x400 0x0>,
332 <&dma1 3 4 0x400 0x0>;
333 dma-names = "rx", "tx";
334 };
335
336 usart4: serial@40004c00 {
337 compatible = "st,stm32-uart";
338 reg = <0x40004c00 0x400>;
339 interrupts = <52>;
340 clocks = <&rcc 0 STM32F4_APB1_CLOCK(UART4)>;
341 status = "disabled";
342 };
343
344 usart5: serial@40005000 {
345 compatible = "st,stm32-uart";
346 reg = <0x40005000 0x400>;
347 interrupts = <53>;
348 clocks = <&rcc 0 STM32F4_APB1_CLOCK(UART5)>;
349 status = "disabled";
350 };
351
352 i2c1: i2c@40005400 {
353 compatible = "st,stm32f4-i2c";
354 reg = <0x40005400 0x400>;
355 interrupts = <31>,
356 <32>;
357 resets = <&rcc STM32F4_APB1_RESET(I2C1)>;
358 clocks = <&rcc 0 STM32F4_APB1_CLOCK(I2C1)>;
359 #address-cells = <1>;
360 #size-cells = <0>;
361 status = "disabled";
362 };
363
364 usart7: serial@40007800 {
365 compatible = "st,stm32-usart", "st,stm32-uart";
366 reg = <0x40007800 0x400>;
367 interrupts = <82>;
368 clocks = <&rcc 0 STM32F4_APB1_CLOCK(UART7)>;
369 status = "disabled";
370 };
371
372 usart8: serial@40007c00 {
373 compatible = "st,stm32-usart", "st,stm32-uart";
374 reg = <0x40007c00 0x400>;
375 interrupts = <83>;
376 clocks = <&rcc 0 STM32F4_APB1_CLOCK(UART8)>;
377 status = "disabled";
378 };
379
380 timers1: timers@40010000 {
381 #address-cells = <1>;
382 #size-cells = <0>;
383 compatible = "st,stm32-timers";
384 reg = <0x40010000 0x400>;
385 clocks = <&rcc 0 STM32F4_APB2_CLOCK(TIM1)>;
386 clock-names = "int";
387 status = "disabled";
388
389 pwm {
390 compatible = "st,stm32-pwm";
391 status = "disabled";
392 };
393
394 timer@0 {
395 compatible = "st,stm32-timer-trigger";
396 reg = <0>;
397 status = "disabled";
398 };
399 };
400
401 timers8: timers@40010400 {
402 #address-cells = <1>;
403 #size-cells = <0>;
404 compatible = "st,stm32-timers";
405 reg = <0x40010400 0x400>;
406 clocks = <&rcc 0 STM32F4_APB2_CLOCK(TIM8)>;
407 clock-names = "int";
408 status = "disabled";
409
410 pwm {
411 compatible = "st,stm32-pwm";
412 status = "disabled";
413 };
414
415 timer@7 {
416 compatible = "st,stm32-timer-trigger";
417 reg = <7>;
418 status = "disabled";
419 };
420 };
421
422 usart1: serial@40011000 {
423 compatible = "st,stm32-usart", "st,stm32-uart";
424 reg = <0x40011000 0x400>;
425 interrupts = <37>;
426 clocks = <&rcc 0 STM32F4_APB2_CLOCK(USART1)>;
427 status = "disabled";
428 dmas = <&dma2 2 4 0x400 0x0>,
429 <&dma2 7 4 0x400 0x0>;
430 dma-names = "rx", "tx";
431 };
432
433 usart6: serial@40011400 {
434 compatible = "st,stm32-usart", "st,stm32-uart";
435 reg = <0x40011400 0x400>;
436 interrupts = <71>;
437 clocks = <&rcc 0 STM32F4_APB2_CLOCK(USART6)>;
438 status = "disabled";
439 };
440
441 adc: adc@40012000 {
442 compatible = "st,stm32f4-adc-core";
443 reg = <0x40012000 0x400>;
444 interrupts = <18>;
445 clocks = <&rcc 0 STM32F4_APB2_CLOCK(ADC1)>;
446 clock-names = "adc";
447 interrupt-controller;
448 #interrupt-cells = <1>;
449 #address-cells = <1>;
450 #size-cells = <0>;
451 status = "disabled";
452
453 adc1: adc@0 {
454 compatible = "st,stm32f4-adc";
455 #io-channel-cells = <1>;
456 reg = <0x0>;
457 clocks = <&rcc 0 STM32F4_APB2_CLOCK(ADC1)>;
458 interrupt-parent = <&adc>;
459 interrupts = <0>;
460 dmas = <&dma2 0 0 0x400 0x0>;
461 dma-names = "rx";
462 status = "disabled";
463 };
464
465 adc2: adc@100 {
466 compatible = "st,stm32f4-adc";
467 #io-channel-cells = <1>;
468 reg = <0x100>;
469 clocks = <&rcc 0 STM32F4_APB2_CLOCK(ADC2)>;
470 interrupt-parent = <&adc>;
471 interrupts = <1>;
472 dmas = <&dma2 3 1 0x400 0x0>;
473 dma-names = "rx";
474 status = "disabled";
475 };
476
477 adc3: adc@200 {
478 compatible = "st,stm32f4-adc";
479 #io-channel-cells = <1>;
480 reg = <0x200>;
481 clocks = <&rcc 0 STM32F4_APB2_CLOCK(ADC3)>;
482 interrupt-parent = <&adc>;
483 interrupts = <2>;
484 dmas = <&dma2 1 2 0x400 0x0>;
485 dma-names = "rx";
486 status = "disabled";
487 };
488 };
489
490 syscfg: system-config@40013800 {
491 compatible = "syscon";
492 reg = <0x40013800 0x400>;
493 };
494
495 exti: interrupt-controller@40013c00 {
496 compatible = "st,stm32-exti";
497 interrupt-controller;
498 #interrupt-cells = <2>;
499 reg = <0x40013C00 0x400>;
500 interrupts = <1>, <2>, <3>, <6>, <7>, <8>, <9>, <10>, <23>, <40>, <41>, <42>, <62>, <76>;
501 };
502
503 timers9: timers@40014000 {
504 #address-cells = <1>;
505 #size-cells = <0>;
506 compatible = "st,stm32-timers";
507 reg = <0x40014000 0x400>;
508 clocks = <&rcc 0 STM32F4_APB2_CLOCK(TIM9)>;
509 clock-names = "int";
510 status = "disabled";
511
512 pwm {
513 compatible = "st,stm32-pwm";
514 status = "disabled";
515 };
516
517 timer@8 {
518 compatible = "st,stm32-timer-trigger";
519 reg = <8>;
520 status = "disabled";
521 };
522 };
523
524 timers10: timers@40014400 {
525 #address-cells = <1>;
526 #size-cells = <0>;
527 compatible = "st,stm32-timers";
528 reg = <0x40014400 0x400>;
529 clocks = <&rcc 0 STM32F4_APB2_CLOCK(TIM10)>;
530 clock-names = "int";
531 status = "disabled";
532
533 pwm {
534 compatible = "st,stm32-pwm";
535 status = "disabled";
536 };
537 };
538
539 timers11: timers@40014800 {
540 #address-cells = <1>;
541 #size-cells = <0>;
542 compatible = "st,stm32-timers";
543 reg = <0x40014800 0x400>;
544 clocks = <&rcc 0 STM32F4_APB2_CLOCK(TIM11)>;
545 clock-names = "int";
546 status = "disabled";
547
548 pwm {
549 compatible = "st,stm32-pwm";
550 status = "disabled";
551 };
552 };
553
554 pwrcfg: power-config@40007000 {
555 compatible = "syscon";
556 reg = <0x40007000 0x400>;
557 };
558
559 ltdc: display-controller@40016800 {
560 compatible = "st,stm32-ltdc";
561 reg = <0x40016800 0x200>;
562 interrupts = <88>, <89>;
563 resets = <&rcc STM32F4_APB2_RESET(LTDC)>;
564 clocks = <&rcc 1 CLK_LCD>;
565 clock-names = "lcd";
566 status = "disabled";
567 };
568
569 pinctrl: pin-controller {
570 #address-cells = <1>;
571 #size-cells = <1>;
572 compatible = "st,stm32f429-pinctrl";
573 ranges = <0 0x40020000 0x3000>;
574 interrupt-parent = <&exti>;
575 st,syscfg = <&syscfg 0x8>;
576 pins-are-numbered;
577
578 gpioa: gpio@40020000 {
579 gpio-controller;
580 #gpio-cells = <2>;
581 interrupt-controller;
582 #interrupt-cells = <2>;
583 reg = <0x0 0x400>;
584 clocks = <&rcc 0 STM32F4_AHB1_CLOCK(GPIOA)>;
585 st,bank-name = "GPIOA";
586 };
587
588 gpiob: gpio@40020400 {
589 gpio-controller;
590 #gpio-cells = <2>;
591 interrupt-controller;
592 #interrupt-cells = <2>;
593 reg = <0x400 0x400>;
594 clocks = <&rcc 0 STM32F4_AHB1_CLOCK(GPIOB)>;
595 st,bank-name = "GPIOB";
596 };
597
598 gpioc: gpio@40020800 {
599 gpio-controller;
600 #gpio-cells = <2>;
601 interrupt-controller;
602 #interrupt-cells = <2>;
603 reg = <0x800 0x400>;
604 clocks = <&rcc 0 STM32F4_AHB1_CLOCK(GPIOC)>;
605 st,bank-name = "GPIOC";
606 };
607
608 gpiod: gpio@40020c00 {
609 gpio-controller;
610 #gpio-cells = <2>;
611 interrupt-controller;
612 #interrupt-cells = <2>;
613 reg = <0xc00 0x400>;
614 clocks = <&rcc 0 STM32F4_AHB1_CLOCK(GPIOD)>;
615 st,bank-name = "GPIOD";
616 };
617
618 gpioe: gpio@40021000 {
619 gpio-controller;
620 #gpio-cells = <2>;
621 interrupt-controller;
622 #interrupt-cells = <2>;
623 reg = <0x1000 0x400>;
624 clocks = <&rcc 0 STM32F4_AHB1_CLOCK(GPIOE)>;
625 st,bank-name = "GPIOE";
626 };
627
628 gpiof: gpio@40021400 {
629 gpio-controller;
630 #gpio-cells = <2>;
631 interrupt-controller;
632 #interrupt-cells = <2>;
633 reg = <0x1400 0x400>;
634 clocks = <&rcc 0 STM32F4_AHB1_CLOCK(GPIOF)>;
635 st,bank-name = "GPIOF";
636 };
637
638 gpiog: gpio@40021800 {
639 gpio-controller;
640 #gpio-cells = <2>;
641 interrupt-controller;
642 #interrupt-cells = <2>;
643 reg = <0x1800 0x400>;
644 clocks = <&rcc 0 STM32F4_AHB1_CLOCK(GPIOG)>;
645 st,bank-name = "GPIOG";
646 };
647
648 gpioh: gpio@40021c00 {
649 gpio-controller;
650 #gpio-cells = <2>;
651 interrupt-controller;
652 #interrupt-cells = <2>;
653 reg = <0x1c00 0x400>;
654 clocks = <&rcc 0 STM32F4_AHB1_CLOCK(GPIOH)>;
655 st,bank-name = "GPIOH";
656 };
657
658 gpioi: gpio@40022000 {
659 gpio-controller;
660 #gpio-cells = <2>;
661 interrupt-controller;
662 #interrupt-cells = <2>;
663 reg = <0x2000 0x400>;
664 clocks = <&rcc 0 STM32F4_AHB1_CLOCK(GPIOI)>;
665 st,bank-name = "GPIOI";
666 };
667
668 gpioj: gpio@40022400 {
669 gpio-controller;
670 #gpio-cells = <2>;
671 interrupt-controller;
672 #interrupt-cells = <2>;
673 reg = <0x2400 0x400>;
674 clocks = <&rcc 0 STM32F4_AHB1_CLOCK(GPIOJ)>;
675 st,bank-name = "GPIOJ";
676 };
677
678 gpiok: gpio@40022800 {
679 gpio-controller;
680 #gpio-cells = <2>;
681 interrupt-controller;
682 #interrupt-cells = <2>;
683 reg = <0x2800 0x400>;
684 clocks = <&rcc 0 STM32F4_AHB1_CLOCK(GPIOK)>;
685 st,bank-name = "GPIOK";
686 };
687
688 usart1_pins_a: usart1@0 {
689 pins1 {
690 pinmux = <STM32F429_PA9_FUNC_USART1_TX>;
691 bias-disable;
692 drive-push-pull;
693 slew-rate = <0>;
694 };
695 pins2 {
696 pinmux = <STM32F429_PA10_FUNC_USART1_RX>;
697 bias-disable;
698 };
699 };
700
701 usart3_pins_a: usart3@0 {
702 pins1 {
703 pinmux = <STM32F429_PB10_FUNC_USART3_TX>;
704 bias-disable;
705 drive-push-pull;
706 slew-rate = <0>;
707 };
708 pins2 {
709 pinmux = <STM32F429_PB11_FUNC_USART3_RX>;
710 bias-disable;
711 };
712 };
713
714 usbotg_fs_pins_a: usbotg_fs@0 {
715 pins {
716 pinmux = <STM32F429_PA10_FUNC_OTG_FS_ID>,
717 <STM32F429_PA11_FUNC_OTG_FS_DM>,
718 <STM32F429_PA12_FUNC_OTG_FS_DP>;
719 bias-disable;
720 drive-push-pull;
721 slew-rate = <2>;
722 };
723 };
724
725 usbotg_fs_pins_b: usbotg_fs@1 {
726 pins {
727 pinmux = <STM32F429_PB12_FUNC_OTG_HS_ID>,
728 <STM32F429_PB14_FUNC_OTG_HS_DM>,
729 <STM32F429_PB15_FUNC_OTG_HS_DP>;
730 bias-disable;
731 drive-push-pull;
732 slew-rate = <2>;
733 };
734 };
735
736 usbotg_hs_pins_a: usbotg_hs@0 {
737 pins {
738 pinmux = <STM32F429_PH4_FUNC_OTG_HS_ULPI_NXT>,
739 <STM32F429_PI11_FUNC_OTG_HS_ULPI_DIR>,
740 <STM32F429_PC0_FUNC_OTG_HS_ULPI_STP>,
741 <STM32F429_PA5_FUNC_OTG_HS_ULPI_CK>,
742 <STM32F429_PA3_FUNC_OTG_HS_ULPI_D0>,
743 <STM32F429_PB0_FUNC_OTG_HS_ULPI_D1>,
744 <STM32F429_PB1_FUNC_OTG_HS_ULPI_D2>,
745 <STM32F429_PB10_FUNC_OTG_HS_ULPI_D3>,
746 <STM32F429_PB11_FUNC_OTG_HS_ULPI_D4>,
747 <STM32F429_PB12_FUNC_OTG_HS_ULPI_D5>,
748 <STM32F429_PB13_FUNC_OTG_HS_ULPI_D6>,
749 <STM32F429_PB5_FUNC_OTG_HS_ULPI_D7>;
750 bias-disable;
751 drive-push-pull;
752 slew-rate = <2>;
753 };
754 };
755
756 ethernet_mii: mii@0 {
757 pins {
758 pinmux = <STM32F429_PG13_FUNC_ETH_MII_TXD0_ETH_RMII_TXD0>,
759 <STM32F429_PG14_FUNC_ETH_MII_TXD1_ETH_RMII_TXD1>,
760 <STM32F429_PC2_FUNC_ETH_MII_TXD2>,
761 <STM32F429_PB8_FUNC_ETH_MII_TXD3>,
762 <STM32F429_PC3_FUNC_ETH_MII_TX_CLK>,
763 <STM32F429_PG11_FUNC_ETH_MII_TX_EN_ETH_RMII_TX_EN>,
764 <STM32F429_PA2_FUNC_ETH_MDIO>,
765 <STM32F429_PC1_FUNC_ETH_MDC>,
766 <STM32F429_PA1_FUNC_ETH_MII_RX_CLK_ETH_RMII_REF_CLK>,
767 <STM32F429_PA7_FUNC_ETH_MII_RX_DV_ETH_RMII_CRS_DV>,
768 <STM32F429_PC4_FUNC_ETH_MII_RXD0_ETH_RMII_RXD0>,
769 <STM32F429_PC5_FUNC_ETH_MII_RXD1_ETH_RMII_RXD1>,
770 <STM32F429_PH6_FUNC_ETH_MII_RXD2>,
771 <STM32F429_PH7_FUNC_ETH_MII_RXD3>;
772 slew-rate = <2>;
773 };
774 };
775
776 adc3_in8_pin: adc@200 {
777 pins {
778 pinmux = <STM32F429_PF10_FUNC_ANALOG>;
779 };
780 };
781
782 pwm1_pins: pwm@1 {
783 pins {
784 pinmux = <STM32F429_PA8_FUNC_TIM1_CH1>,
785 <STM32F429_PB13_FUNC_TIM1_CH1N>,
786 <STM32F429_PB12_FUNC_TIM1_BKIN>;
787 };
788 };
789
790 pwm3_pins: pwm@3 {
791 pins {
792 pinmux = <STM32F429_PB4_FUNC_TIM3_CH1>,
793 <STM32F429_PB5_FUNC_TIM3_CH2>;
794 };
795 };
796
797 i2c1_pins: i2c1@0 {
798 pins {
799 pinmux = <STM32F429_PB9_FUNC_I2C1_SDA>,
800 <STM32F429_PB6_FUNC_I2C1_SCL>;
801 bias-disable;
802 drive-open-drain;
803 slew-rate = <3>;
804 };
805 };
806
807 ltdc_pins: ltdc@0 {
808 pins {
809 pinmux = <STM32F429_PI12_FUNC_LCD_HSYNC>,
810 <STM32F429_PI13_FUNC_LCD_VSYNC>,
811 <STM32F429_PI14_FUNC_LCD_CLK>,
812 <STM32F429_PI15_FUNC_LCD_R0>,
813 <STM32F429_PJ0_FUNC_LCD_R1>,
814 <STM32F429_PJ1_FUNC_LCD_R2>,
815 <STM32F429_PJ2_FUNC_LCD_R3>,
816 <STM32F429_PJ3_FUNC_LCD_R4>,
817 <STM32F429_PJ4_FUNC_LCD_R5>,
818 <STM32F429_PJ5_FUNC_LCD_R6>,
819 <STM32F429_PJ6_FUNC_LCD_R7>,
820 <STM32F429_PJ7_FUNC_LCD_G0>,
821 <STM32F429_PJ8_FUNC_LCD_G1>,
822 <STM32F429_PJ9_FUNC_LCD_G2>,
823 <STM32F429_PJ10_FUNC_LCD_G3>,
824 <STM32F429_PJ11_FUNC_LCD_G4>,
825 <STM32F429_PJ12_FUNC_LCD_B0>,
826 <STM32F429_PJ13_FUNC_LCD_B1>,
827 <STM32F429_PJ14_FUNC_LCD_B2>,
828 <STM32F429_PJ15_FUNC_LCD_B3>,
829 <STM32F429_PK0_FUNC_LCD_G5>,
830 <STM32F429_PK1_FUNC_LCD_G6>,
831 <STM32F429_PK2_FUNC_LCD_G7>,
832 <STM32F429_PK3_FUNC_LCD_B4>,
833 <STM32F429_PK4_FUNC_LCD_B5>,
834 <STM32F429_PK5_FUNC_LCD_B6>,
835 <STM32F429_PK6_FUNC_LCD_B7>,
836 <STM32F429_PK7_FUNC_LCD_DE>;
837 slew-rate = <2>;
838 };
839 };
840 };
841
842 rcc: rcc@40023810 {
843 #reset-cells = <1>;
844 #clock-cells = <2>;
845 compatible = "st,stm32f42xx-rcc", "st,stm32-rcc";
846 reg = <0x40023800 0x400>;
847 clocks = <&clk_hse>, <&clk_i2s_ckin>;
848 st,syscfg = <&pwrcfg>;
849 assigned-clocks = <&rcc 1 CLK_HSE_RTC>;
850 assigned-clock-rates = <1000000>;
851 };
852
853 dma1: dma-controller@40026000 {
854 compatible = "st,stm32-dma";
855 reg = <0x40026000 0x400>;
856 interrupts = <11>,
857 <12>,
858 <13>,
859 <14>,
860 <15>,
861 <16>,
862 <17>,
863 <47>;
864 clocks = <&rcc 0 STM32F4_AHB1_CLOCK(DMA1)>;
865 #dma-cells = <4>;
866 };
867
868 dma2: dma-controller@40026400 {
869 compatible = "st,stm32-dma";
870 reg = <0x40026400 0x400>;
871 interrupts = <56>,
872 <57>,
873 <58>,
874 <59>,
875 <60>,
876 <68>,
877 <69>,
878 <70>;
879 clocks = <&rcc 0 STM32F4_AHB1_CLOCK(DMA2)>;
880 #dma-cells = <4>;
881 st,mem2mem;
882 };
883
884 mac: ethernet@40028000 {
885 compatible = "st,stm32-dwmac", "snps,dwmac-3.50a";
886 reg = <0x40028000 0x8000>;
887 reg-names = "stmmaceth";
888 interrupts = <61>;
889 interrupt-names = "macirq";
890 clock-names = "stmmaceth", "mac-clk-tx", "mac-clk-rx";
891 clocks = <&rcc 0 STM32F4_AHB1_CLOCK(ETHMAC)>,
892 <&rcc 0 STM32F4_AHB1_CLOCK(ETHMACTX)>,
893 <&rcc 0 STM32F4_AHB1_CLOCK(ETHMACRX)>;
894 st,syscon = <&syscfg 0x4>;
895 snps,pbl = <8>;
896 snps,mixed-burst;
897 status = "disabled";
898 };
899
900 usbotg_hs: usb@40040000 {
901 compatible = "snps,dwc2";
902 reg = <0x40040000 0x40000>;
903 interrupts = <77>;
904 clocks = <&rcc 0 STM32F4_AHB1_CLOCK(OTGHS)>;
905 clock-names = "otg";
906 status = "disabled";
907 };
908
909 usbotg_fs: usb@50000000 {
910 compatible = "st,stm32f4x9-fsotg";
911 reg = <0x50000000 0x40000>;
912 interrupts = <67>;
913 clocks = <&rcc 0 39>;
914 clock-names = "otg";
915 status = "disabled";
916 };
917
918 rng: rng@50060800 {
919 compatible = "st,stm32-rng";
920 reg = <0x50060800 0x400>;
921 interrupts = <80>;
922 clocks = <&rcc 0 STM32F4_AHB2_CLOCK(RNG)>;
923
924 };
925 };
926 };
927
928 &systick {
929 clocks = <&rcc 1 SYSTICK>;
930 status = "okay";
931 };