Lines Matching refs:gpio
4 - compatible : Should be "intel,pxa25x-gpio", "intel,pxa26x-gpio",
5 "intel,pxa27x-gpio", "intel,pxa3xx-gpio",
6 "marvell,pxa93x-gpio", "marvell,mmp-gpio",
7 "marvell,mmp2-gpio" or marvell,pxa1928-gpio.
9 - interrupts : Should be the port interrupt shared by all gpio pins.
10 There're three gpio interrupts in arch-pxa, and they're gpio0,
11 gpio1 and gpio_mux. There're only one gpio interrupt in arch-mmp,
19 - gpio-controller : Marks the device node as a gpio controller.
20 - #gpio-cells : Should be one. It is the pin number.
24 gpio: gpio@d4019000 {
25 compatible = "marvell,mmp-gpio";
29 gpio-controller;
30 #gpio-cells = <1>;
37 gpio: gpio@40e00000 {
38 compatible = "intel,pxa3xx-gpio";
42 gpio-controller;
43 #gpio-cells = <0x2>;
51 - compatible : Should be "marvell,orion-gpio"
53 - gpio-controller : So we know this is a gpio controller.
62 gpio0: gpio@10100 {
63 compatible = "marvell,orion-gpio";
64 #gpio-cells = <2>;
65 gpio-controller;