1 # SPDX-License-Identifier: GPL-2.0
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>
16 - rockchip,rk3188-gpio-bank0
27 - description: APB interface clock source
28 - description: GPIO debounce reference clock source
39 interrupt-controller: true
58 - interrupt-controller
61 additionalProperties: false
65 #include <dt-bindings/interrupt-controller/arm-gic.h>
71 gpio0: gpio@2000a000 {
72 compatible = "rockchip,rk3188-gpio-bank0";
73 reg = <0x2000a000 0x100>;
74 interrupts = <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>;
75 clocks = <&clk_gates8 9>;
81 #interrupt-cells = <2>;
84 gpio1: gpio@2003c000 {
85 compatible = "rockchip,gpio-bank";
86 reg = <0x2003c000 0x100>;
87 interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
88 clocks = <&clk_gates8 10>;
94 #interrupt-cells = <2>;