Lines Matching +full:- +full:gpio +full:- +full:bank
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/gpio/rockchip,gpio-bank.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Rockchip GPIO bank
10 - Heiko Stuebner <heiko@sntech.de>
15 - rockchip,gpio-bank
16 - rockchip,rk3188-gpio-bank0
27 - description: APB interface clock source
28 - description: GPIO debounce reference clock source
30 gpio-ranges: true
32 gpio-controller: true
34 gpio-line-names: true
36 "#gpio-cells":
39 interrupt-controller: true
41 "#interrupt-cells":
45 - compatible
46 - reg
47 - interrupts
48 - clocks
49 - gpio-controller
50 - "#gpio-cells"
51 - interrupt-controller
52 - "#interrupt-cells"
57 - |
58 #include <dt-bindings/interrupt-controller/arm-gic.h>
60 #address-cells = <1>;
61 #size-cells = <1>;
64 gpio0: gpio@2000a000 {
65 compatible = "rockchip,rk3188-gpio-bank0";
70 gpio-controller;
71 #gpio-cells = <2>;
73 interrupt-controller;
74 #interrupt-cells = <2>;
77 gpio1: gpio@2003c000 {
78 compatible = "rockchip,gpio-bank";
83 gpio-controller;
84 #gpio-cells = <2>;
86 interrupt-controller;
87 #interrupt-cells = <2>;