1 // SPDX-License-Identifier: GPL-2.0+ OR X11
3 * Copyright 2017 - Patrice Chotard <patrice.chotard@st.com>
8 #include "stm32h743.dtsi"
9 #include "stm32h743-pinctrl.dtsi"
12 model = "STMicroelectronics STM32H743i-Discovery board";
13 compatible = "st,stm32h743i-disco", "st,stm32h743";
16 bootargs = "root=/dev/ram";
17 stdout-path = "serial0:115200n8";
21 device_type = "memory";
22 reg = <0xd0000000 0x2000000>;
29 v3v3: regulator-v3v3 {
30 compatible = "regulator-fixed";
31 regulator-name = "v3v3";
32 regulator-min-microvolt = <3300000>;
33 regulator-max-microvolt = <3300000>;
39 clock-frequency = <25000000>;
44 pinctrl-0 = <ðernet_rmii>;
45 pinctrl-names = "default";
52 compatible = "snps,dwmac-mdio";
53 phy0: ethernet-phy@0 {
60 pinctrl-names = "default", "opendrain", "sleep";
61 pinctrl-0 = <&sdmmc1_b4_pins_a>;
62 pinctrl-1 = <&sdmmc1_b4_od_pins_a>;
63 pinctrl-2 = <&sdmmc1_b4_sleep_pins_a>;
67 vmmc-supply = <&v3v3>;
72 pinctrl-0 = <&usart2_pins>;
73 pinctrl-names = "default";