Lines Matching +full:imx93 +full:- +full:clock
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/gpio/gpio-vf610.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Stefan Agner <stefan@agner.ch>
23 - const: fsl,vf610-gpio
24 - items:
25 - const: fsl,imx7ulp-gpio
26 - const: fsl,vf610-gpio
27 - items:
28 - enum:
29 - fsl,imx93-gpio
30 - fsl,imx8ulp-gpio
31 - const: fsl,imx7ulp-gpio
41 interrupt-controller: true
43 "#interrupt-cells":
46 "#gpio-cells":
49 gpio-controller: true
53 - description: SoC GPIO clock
54 - description: SoC PORT clock
56 clock-names:
58 - const: gpio
59 - const: port
61 gpio-ranges:
65 - compatible
66 - reg
67 - interrupts
68 - interrupt-controller
69 - "#interrupt-cells"
70 - "#gpio-cells"
71 - gpio-controller
76 - |
77 #include <dt-bindings/interrupt-controller/arm-gic.h>
80 compatible = "fsl,vf610-gpio";
83 gpio-controller;
84 #gpio-cells = <2>;
85 interrupt-controller;
86 #interrupt-cells = <2>;
87 gpio-ranges = <&iomuxc 0 0 32>;