Lines Matching refs:gpio
6 - "renesas,gpio-r8a7778": for R8A7778 (R-Mobile M1) compatible GPIO controller.
7 - "renesas,gpio-r8a7779": for R8A7779 (R-Car H1) compatible GPIO controller.
8 - "renesas,gpio-r8a7790": for R8A7790 (R-Car H2) compatible GPIO controller.
9 - "renesas,gpio-r8a7791": for R8A7791 (R-Car M2-W) compatible GPIO controller.
10 - "renesas,gpio-r8a7793": for R8A7793 (R-Car M2-N) compatible GPIO controller.
11 - "renesas,gpio-r8a7794": for R8A7794 (R-Car E2) compatible GPIO controller.
12 - "renesas,gpio-rcar": for generic R-Car GPIO controller.
20 - gpio-controller: Marks the device node as a gpio controller.
21 - #gpio-cells: Should be 2. The first cell is the GPIO number and the second
22 cell specifies GPIO flags, as defined in <dt-bindings/gpio/gpio.h>. Only the
24 - gpio-ranges: Range of pins managed by the GPIO controller.
32 Please refer to gpio.txt in this directory for details of gpio-ranges property
41 gpio0: gpio@ffc40000 {
42 compatible = "renesas,gpio-r8a7779", "renesas,gpio-rcar";
46 #gpio-cells = <2>;
47 gpio-controller;
48 gpio-ranges = <&pfc 0 0 32>;
53 gpio6: gpio@ffc46000 {
54 compatible = "renesas,gpio-r8a7779", "renesas,gpio-rcar";
58 #gpio-cells = <2>;
59 gpio-controller;
60 gpio-ranges = <&pfc 0 192 9>;