Lines Matching +full:mpfs +full:- +full:clkcfg
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
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>
15 - enum:
16 - microchip,mpfs-gpio
17 - microchip,coregpio-rtl-v3
28 interrupt-controller: true
33 "#gpio-cells":
36 "#interrupt-cells":
46 gpio-controller: true
47 gpio-line-names: true
50 "^.+-hog(-[0-9]+)?$":
53 - gpio-hog
56 - if:
60 const: microchip,mpfs-gpio
63 - interrupts
64 - "#interrupt-cells"
65 - interrupt-controller
68 - compatible
69 - reg
70 - "#gpio-cells"
71 - gpio-controller
72 - clocks
77 - |
79 compatible = "microchip,mpfs-gpio";
81 clocks = <&clkcfg 25>;
82 interrupt-parent = <&plic>;
83 gpio-controller;
84 #gpio-cells = <2>;
85 interrupt-controller;
86 #interrupt-cells = <1>;