1 // SPDX-License-Identifier: GPL-2.0+ OR X11
3 * Copyright 2015 - Maxime Coquelin <mcoquelin.stm32@gmail.com>
7 #include "stm32f429.dtsi"
8 #include "stm32f429-pinctrl.dtsi"
9 #include <dt-bindings/input/input.h>
12 model = "STMicroelectronics STM32F429i-DISCO board";
13 compatible = "st,stm32f429i-disco", "st,stm32f429";
16 bootargs = "root=/dev/ram";
17 stdout-path = "serial0:115200n8";
21 device_type = "memory";
22 reg = <0x90000000 0x800000>;
30 compatible = "gpio-leds";
32 gpios = <&gpiog 14 0>;
35 gpios = <&gpiog 13 0>;
36 linux,default-trigger = "heartbeat";
41 compatible = "gpio-keys";
47 linux,code = <KEY_HOME>;
52 /* This turns on vbus for otg for host mode (dwc2) */
53 vcc5v_otg: vcc5v-otg-regulator {
54 compatible = "regulator-fixed";
56 regulator-name = "vcc5_host1";
62 clock-frequency = <8000000>;
70 assigned-clocks = <&rcc 1 CLK_RTC>;
71 assigned-clock-parents = <&rcc 1 CLK_LSI>;
76 pinctrl-0 = <&usart1_pins_a>;
77 pinctrl-names = "default";
82 compatible = "st,stm32f4x9-fsotg";
84 pinctrl-0 = <&usbotg_fs_pins_b>;
85 pinctrl-names = "default";