1 // SPDX-License-Identifier: GPL-2.0+ OR X11
3 * Copyright 2021 - Dillon Min <dillon.minfei@gmail.com>
8 #include "stm32h750.dtsi"
9 #include "stm32h7-pinctrl.dtsi"
10 #include <dt-bindings/interrupt-controller/irq.h>
11 #include <dt-bindings/gpio/gpio.h>
14 model = "RT-Thread STM32H750i-ART-PI board";
15 compatible = "st,stm32h750i-art-pi", "st,stm32h750";
18 bootargs = "root=/dev/ram";
19 stdout-path = "serial0:2000000n8";
23 device_type = "memory";
24 reg = <0xc0000000 0x2000000>;
33 compatible = "shared-dma-pool";
46 compatible = "gpio-leds";
51 gpios = <&gpioc 15 0>;
52 linux,default-trigger = "heartbeat";
56 v3v3: regulator-v3v3 {
57 compatible = "regulator-fixed";
58 regulator-name = "v3v3";
59 regulator-min-microvolt = <3300000>;
60 regulator-max-microvolt = <3300000>;
64 wlan_pwr: regulator-wlan {
65 compatible = "regulator-fixed";
67 regulator-name = "wl-reg";
68 regulator-min-microvolt = <3300000>;
69 regulator-max-microvolt = <3300000>;
71 gpios = <&gpioc 13 GPIO_ACTIVE_HIGH>;
77 clock-frequency = <25000000>;
90 pinctrl-0 = <ðernet_rmii>;
91 pinctrl-names = "default";
98 compatible = "snps,dwmac-mdio";
99 phy0: ethernet-phy@0 {
106 pinctrl-names = "default", "opendrain", "sleep";
107 pinctrl-0 = <&sdmmc1_b4_pins_a>;
108 pinctrl-1 = <&sdmmc1_b4_od_pins_a>;
109 pinctrl-2 = <&sdmmc1_b4_sleep_pins_a>;
113 vmmc-supply = <&v3v3>;
118 pinctrl-names = "default", "opendrain", "sleep";
119 pinctrl-0 = <&sdmmc2_b4_pins_a>;
120 pinctrl-1 = <&sdmmc2_b4_od_pins_a>;
121 pinctrl-2 = <&sdmmc2_b4_sleep_pins_a>;
126 vmmc-supply = <&wlan_pwr>;
129 #address-cells = <1>;
133 compatible = "brcm,bcm4329-fmac";
139 pinctrl-0 = <&spi1_pins>;
140 pinctrl-names = "default";
141 cs-gpios = <&gpioa 4 GPIO_ACTIVE_LOW>;
142 dmas = <&dmamux1 37 0x400 0x05>,
143 <&dmamux1 38 0x400 0x05>;
144 dma-names = "rx", "tx";
147 #address-cells = <1>;
149 compatible = "winbond,w25q128", "jedec,spi-nor";
151 spi-max-frequency = <80000000>;
154 label = "root filesystem";
161 pinctrl-0 = <&usart2_pins>;
162 pinctrl-names = "default";
167 pinctrl-names = "default";
168 pinctrl-0 = <&usart3_pins>;
169 dmas = <&dmamux1 45 0x400 0x05>,
170 <&dmamux1 46 0x400 0x05>;
171 dma-names = "rx", "tx";
176 compatible = "brcm,bcm43438-bt";
177 host-wakeup-gpios = <&gpioc 0 GPIO_ACTIVE_HIGH>;
178 device-wakeup-gpios = <&gpioi 10 GPIO_ACTIVE_HIGH>;
179 shutdown-gpios = <&gpioi 11 GPIO_ACTIVE_HIGH>;
180 max-speed = <115200>;
185 pinctrl-0 = <&uart4_pins>;
186 pinctrl-names = "default";