Lines Matching refs:gpio
8 - compatible : Should be "fsl,<soc>-gpio", currently "fsl,vf610-gpio"
12 - gpio-controller : Marks the device node as a gpio controller.
13 - #gpio-cells : Should be two. The first cell is the pin number and
14 the second cell is used to specify the gpio polarity:
35 gpio1: gpio@40049000 {
36 compatible = "fsl,vf610-gpio";
39 gpio-controller;
40 #gpio-cells = <2>;
43 gpio-ranges = <&iomuxc 0 0 32>;
46 gpio2: gpio@4004a000 {
47 compatible = "fsl,vf610-gpio";
50 gpio-controller;
51 #gpio-cells = <2>;
54 gpio-ranges = <&iomuxc 0 32 32>;