Lines Matching +full:neg +full:- +full:edge
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
7 /dts-v1/;
9 #include "stm32mp157c-emstamp-argon.dtsi"
12 model = "emtrion STM32MP157C emSBC-Argon Developer Board";
13 compatible = "emtrion,stm32mp157c-emsbc-argon", "emtrion,stm32mp157c-emstamp-argon",
17 compatible = "gpio-leds";
18 led-2 {
21 linux,default-trigger = "none";
22 default-state = "off";
24 led-3 {
27 linux,default-trigger = "none";
28 default-state = "off";
38 pinctrl-names = "default", "opendrain", "sleep";
39 pinctrl-0 = <&sdmmc1_b4_pins_a>;
40 pinctrl-1 = <&sdmmc1_b4_od_pins_a>;
41 pinctrl-2 = <&sdmmc1_b4_sleep_pins_a>;
42 cd-gpios = <&gpiob 7 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
43 disable-wp;
44 st,neg-edge;
45 bus-width = <4>;
46 vmmc-supply = <&vdd_sd>;