Lines Matching +full:neg +full:- +full:edge
2 * Copyright 2021 - Dillon Min <dillon.minfei@gmail.com>
4 * This file is dual-licensed: you can use it either under the terms
42 * For art-pi board resources, you can refer to link:
43 * https://art-pi.gitee.io/website/
46 /dts-v1/;
48 #include "stm32h7-pinctrl.dtsi"
49 #include <dt-bindings/interrupt-controller/irq.h>
50 #include <dt-bindings/gpio/gpio.h>
53 model = "RT-Thread STM32H750i-ART-PI board";
54 compatible = "st,stm32h750i-art-pi", "st,stm32h750";
58 stdout-path = "serial0:2000000n8";
66 reserved-memory {
67 #address-cells = <1>;
68 #size-cells = <1>;
72 compatible = "shared-dma-pool";
73 no-map;
75 linux,dma-default;
85 compatible = "gpio-leds";
86 led-red {
89 led-green {
91 linux,default-trigger = "heartbeat";
95 v3v3: regulator-v3v3 {
96 compatible = "regulator-fixed";
97 regulator-name = "v3v3";
98 regulator-min-microvolt = <3300000>;
99 regulator-max-microvolt = <3300000>;
100 regulator-always-on;
103 wlan_pwr: regulator-wlan {
104 compatible = "regulator-fixed";
106 regulator-name = "wl-reg";
107 regulator-min-microvolt = <3300000>;
108 regulator-max-microvolt = <3300000>;
111 enable-active-high;
116 clock-frequency = <25000000>;
129 pinctrl-0 = <ðernet_rmii>;
130 pinctrl-names = "default";
131 phy-mode = "rmii";
132 phy-handle = <&phy0>;
135 #address-cells = <1>;
136 #size-cells = <0>;
137 compatible = "snps,dwmac-mdio";
138 phy0: ethernet-phy@0 {
145 pinctrl-names = "default", "opendrain", "sleep";
146 pinctrl-0 = <&sdmmc1_b4_pins_a>;
147 pinctrl-1 = <&sdmmc1_b4_od_pins_a>;
148 pinctrl-2 = <&sdmmc1_b4_sleep_pins_a>;
149 broken-cd;
150 st,neg-edge;
151 bus-width = <4>;
152 vmmc-supply = <&v3v3>;
157 pinctrl-names = "default", "opendrain", "sleep";
158 pinctrl-0 = <&sdmmc2_b4_pins_a>;
159 pinctrl-1 = <&sdmmc2_b4_od_pins_a>;
160 pinctrl-2 = <&sdmmc2_b4_sleep_pins_a>;
161 broken-cd;
162 non-removable;
163 st,neg-edge;
164 bus-width = <4>;
165 vmmc-supply = <&wlan_pwr>;
168 #address-cells = <1>;
169 #size-cells = <0>;
172 compatible = "brcm,bcm4329-fmac";
178 pinctrl-0 = <&spi1_pins>;
179 pinctrl-names = "default";
180 cs-gpios = <&gpioa 4 GPIO_ACTIVE_LOW>;
183 dma-names = "rx", "tx";
186 #address-cells = <1>;
187 #size-cells = <1>;
188 compatible = "winbond,w25q128", "jedec,spi-nor";
190 spi-max-frequency = <80000000>;
200 pinctrl-0 = <&usart2_pins>;
201 pinctrl-names = "default";
206 pinctrl-names = "default";
207 pinctrl-0 = <&usart3_pins>;
210 dma-names = "rx", "tx";
211 uart-has-rtscts;
215 compatible = "brcm,bcm43438-bt";
216 host-wakeup-gpios = <&gpioc 0 GPIO_ACTIVE_HIGH>;
217 device-wakeup-gpios = <&gpioi 10 GPIO_ACTIVE_HIGH>;
218 shutdown-gpios = <&gpioi 11 GPIO_ACTIVE_HIGH>;
219 max-speed = <115200>;
224 pinctrl-0 = <&uart4_pins>;
225 pinctrl-names = "default";