Lines Matching +full:level +full:- +full:triggered
8 - compatible : Should be "fsl,<soc>-gpio", below is supported list:
9 "fsl,vf610-gpio"
10 "fsl,imx7ulp-gpio"
11 - reg : The first reg tuple represents the PORT module, the second tuple
13 - interrupts : Should be the port interrupt shared by all 32 pins.
14 - gpio-controller : Marks the device node as a gpio controller.
15 - #gpio-cells : Should be two. The first cell is the pin number and
19 - interrupt-controller: Marks the device node as an interrupt controller.
20 - #interrupt-cells : Should be 2. The first cell is the GPIO number.
21 The second cell bits[3:0] is used to specify trigger type and level flags:
22 1 = low-to-high edge triggered.
23 2 = high-to-low edge triggered.
24 4 = active high level-sensitive.
25 8 = active low level-sensitive.
28 -clocks: Must contain an entry for each entry in clock-names.
29 See common clock-bindings.txt for details.
30 -clock-names: A list of clock names. For imx7ulp, it must contain
44 compatible = "fsl,vf610-gpio";
47 gpio-controller;
48 #gpio-cells = <2>;
49 interrupt-controller;
50 #interrupt-cells = <2>;
51 gpio-ranges = <&iomuxc 0 0 32>;
55 compatible = "fsl,vf610-gpio";
58 gpio-controller;
59 #gpio-cells = <2>;
60 interrupt-controller;
61 #interrupt-cells = <2>;
62 gpio-ranges = <&iomuxc 0 32 32>;