Lines Matching +full:nr +full:- +full:gpios
10 -------------------
12 - compatible: Should be one of the following:
13 - "netlogic,xlp832-gpio": For Netlogic XLP832
14 - "netlogic,xlp316-gpio": For Netlogic XLP316
15 - "netlogic,xlp208-gpio": For Netlogic XLP208
16 - "netlogic,xlp980-gpio": For Netlogic XLP980
17 - "netlogic,xlp532-gpio": For Netlogic XLP532
18 - "brcm,vulcan-gpio": For Broadcom Vulcan ARM64
19 - reg: Physical base address and length of the controller's registers.
20 - #gpio-cells: Should be two. The first cell is the pin number and the second
22 - gpio-controller: Marks the device node as a GPIO controller.
23 - nr-gpios: Number of GPIO pins supported by the controller.
24 - interrupt-cells: Should be two. The first cell is the GPIO Number. The
27 - trigger type:
30 4 = active high level-sensitive.
31 8 = active low level-sensitive.
32 - interrupts: Interrupt number for this device.
33 - interrupt-controller: Identifies the node as an interrupt controller.
38 compatible = "netlogic,xlp316-gpio";
41 #gpio-cells = <2>;
42 gpio-controller;
43 nr-gpios = <57>;
45 #interrupt-cells = <2>;
46 interrupt-parent = <&pic>;
48 interrupt-controller;