1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/gpio/microchip,mpfs-gpio.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Microchip MPFS GPIO Controller
10 - Conor Dooley <conor.dooley@microchip.com>
17 - microchip,coregpio-rtl-v3
24 Interrupt mapping, one per GPIO. Maximum 32 GPIOs.
28 interrupt-controller: true
41 The number of GPIOs available.
60 const: microchip,mpfs-gpio
65 - interrupt-controller
74 additionalProperties: false
79 compatible = "microchip,mpfs-gpio";
80 reg = <0x20122000 0x1000>;
81 clocks = <&clkcfg 25>;
82 interrupt-parent = <&plic>;
86 #interrupt-cells = <1>;
87 interrupts = <53>, <53>, <53>, <53>,
88 <53>, <53>, <53>, <53>,
89 <53>, <53>, <53>, <53>,
90 <53>, <53>, <53>, <53>,
91 <53>, <53>, <53>, <53>,
92 <53>, <53>, <53>, <53>,
93 <53>, <53>, <53>, <53>,
94 <53>, <53>, <53>, <53>;