Home
last modified time | relevance | path

Searched refs:GPIO_ACTIVE_HIGH (Results 1 – 12 of 12) sorted by relevance

/optee_os/core/arch/arm/dts/
H A Dat91-sama5d27_wlsom1_ek.dts36 gpios = <&pioA PIN_PA6 GPIO_ACTIVE_HIGH>;
41 gpios = <&pioA PIN_PA7 GPIO_ACTIVE_HIGH>;
46 gpios = <&pioA PIN_PA8 GPIO_ACTIVE_HIGH>;
229 atmel,vbus-gpio = <&pioA PIN_PA16 GPIO_ACTIVE_HIGH>;
238 &pioA PIN_PA10 GPIO_ACTIVE_HIGH
H A Dat91-sama5d2_xplained.dts42 atmel,vbus-gpio = <&pioA PIN_PA31 GPIO_ACTIVE_HIGH>;
50 atmel,vbus-gpio = <0 /* &pioA PIN_PB9 GPIO_ACTIVE_HIGH */
51 &pioA PIN_PB10 GPIO_ACTIVE_HIGH
184 sda-gpios = <&pioA PIN_PD21 GPIO_ACTIVE_HIGH>;
185 scl-gpios = <&pioA PIN_PD22 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
306 active-semi,chglev-gpios = <&pioA PIN_PA12 GPIO_ACTIVE_HIGH>;
338 sda-gpios = <&pioA PIN_PB28 GPIO_ACTIVE_HIGH>;
339 scl-gpios = <&pioA PIN_PB29 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
386 sda-gpios = <&pioA PIN_PD12 GPIO_ACTIVE_HIGH>;
387 scl-gpios = <&pioA PIN_PD13 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
[all …]
H A Dstm32mp15xx-dhcor-avenger96.dtsi47 gpios = <&gpioz 7 GPIO_ACTIVE_HIGH>;
54 gpios = <&gpiof 3 GPIO_ACTIVE_HIGH>;
61 gpios = <&gpiog 0 GPIO_ACTIVE_HIGH>;
68 gpios = <&gpiog 1 GPIO_ACTIVE_HIGH>;
83 gpios = <&gpioi 5 GPIO_ACTIVE_HIGH>;
104 gpios = <&gpioz 3 GPIO_ACTIVE_HIGH>;
410 shutdown-gpios = <&gpioz 6 GPIO_ACTIVE_HIGH>;
H A Dstm32mp15xx-dhcom-pdk2.dtsi29 enable-gpios = <&gpioi 0 GPIO_ACTIVE_HIGH>;
81 gpios = <&gpioc 6 GPIO_ACTIVE_HIGH>;
88 gpios = <&gpiod 11 GPIO_ACTIVE_HIGH>;
94 gpios = <&gpioi 2 GPIO_ACTIVE_HIGH>;
100 gpios = <&gpioi 3 GPIO_ACTIVE_HIGH>;
H A Dat91-sama5d27_som1_ek.dts33 atmel,vbus-gpio = <&pioA PIN_PD20 GPIO_ACTIVE_HIGH>;
41 atmel,vbus-gpio = <0 /* &pioA PIN_PD20 GPIO_ACTIVE_HIGH */
42 &pioA PIN_PA27 GPIO_ACTIVE_HIGH
478 gpios = <&pioA PIN_PA10 GPIO_ACTIVE_HIGH>;
483 gpios = <&pioA PIN_PB1 GPIO_ACTIVE_HIGH>;
488 gpios = <&pioA PIN_PA31 GPIO_ACTIVE_HIGH>;
H A Dat91-sama5d27_wlsom1.dtsi47 sda-gpios = <&pioA PIN_PD21 GPIO_ACTIVE_HIGH>;
48 scl-gpios = <&pioA PIN_PD22 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
57 sda-gpios = <&pioA PIN_PD19 GPIO_ACTIVE_HIGH>;
58 scl-gpios = <&pioA PIN_PD20 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
H A Dat91-sama7g54_ek.dts47 gpios = <&pioA PIN_PB8 GPIO_ACTIVE_HIGH>;
52 gpios = <&pioA PIN_PA13 GPIO_ACTIVE_HIGH>;
57 gpios = <&pioA PIN_PD20 GPIO_ACTIVE_HIGH>;
909 atmel,vbus-gpio = <&pioA PIN_PD11 GPIO_ACTIVE_HIGH>;
918 atmel,vbus-gpio = <&pioA PIN_PC12 GPIO_ACTIVE_HIGH>;
929 &pioA PIN_PC11 GPIO_ACTIVE_HIGH
930 &pioA PIN_PC6 GPIO_ACTIVE_HIGH
H A Dstm32mp157c-ev1.dts183 powerdown-gpios = <&stmfx_pinctrl 18 (GPIO_ACTIVE_HIGH | GPIO_PUSH_PULL)>;
H A Dstm32mp157c-ed1.dts93 gpios = <&gpiof 14 GPIO_ACTIVE_HIGH>;
H A Dstm32mp15xx-dkx.dtsi73 gpios = <&gpiod 11 GPIO_ACTIVE_HIGH>;
H A Dfsl-lx2160a.dtsi576 scl-gpios = <&gpio2 15 GPIO_ACTIVE_HIGH>;
621 scl-gpios = <&gpio2 16 GPIO_ACTIVE_HIGH>;
/optee_os/core/include/dt-bindings/gpio/
H A Dgpio.h14 #define GPIO_ACTIVE_HIGH 0 macro