Lines Matching +full:single +full:- +full:cell
4 The registers of all the banks are interwoven inside one single IO range.
10 - #gpio-cells : Should be two. The first cell is the GPIO pin number and the
11 second cell specifies GPIO flags, as defined in <dt-bindings/gpio/gpio.h>.
13 - #interrupt-cells : Specifies the number of cells needed to encode an
14 interrupt. Should be 2. The first cell defines the interrupt number,
16 Documentation/devicetree/bindings/interrupt-controller/interrupts.txt
17 - compatible:
18 - "mediatek,mt7621-gpio" for Mediatek controllers
19 - reg : Physical base address and length of the controller's registers
20 - interrupt-parent : phandle of the parent interrupt controller.
21 - interrupts : Interrupt specifier for the controllers interrupt.
22 - interrupt-controller : Mark the device node as an interrupt controller.
23 - gpio-controller : Marks the device node as a GPIO controller.
27 #gpio-cells = <2>;
28 #interrupt-cells = <2>;
29 compatible = "mediatek,mt7621-gpio";
30 gpio-controller;
31 interrupt-controller;
33 interrupt-parent = <&gic>;