Searched +full:supports +full:- +full:sleepmode (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/gpio/st,nomadik-gpio.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#12 with pinctrl-nomadik.15 - Linus Walleij <linus.walleij@linaro.org>19 pattern: "^gpio@[0-9a-f]+$"23 - st,nomadik-gpio24 - mobileye,eyeq5-gpio32 "#gpio-cells":[all …]
4 - compatible : Should be "st,nomadik-gpio".5 - reg : Physical base address and length of the controller's registers.6 - interrupts : The interrupt outputs from the controller.7 - #gpio-cells : Should be two:10 - bits[3:0] trigger type and level flags:11 1 = low-to-high edge triggered.12 2 = high-to-low edge triggered.13 4 = active high level-sensitive.14 8 = active low level-sensitive.15 - gpio-controller : Marks the device node as a GPIO controller.[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later6 #include <dt-bindings/interrupt-controller/irq.h>7 #include <dt-bindings/interrupt-controller/arm-gi[all...]