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,imx8ulp-gpio
24 - const: fsl,vf610-gpio
25 - items:
26 - const: fsl,imx7ulp-gpio
27 - const: fsl,vf610-gpio
28 - items:
29 - enum:
30 - fsl,imx93-gpio
31 - fsl,imx95-gpio
32 - const: fsl,imx8ulp-gpio
40 - description: GPIO Trustzone non-secure interrupt number
41 - description: GPIO Trustzone secure interrupt number
44 interrupt-controller: true
46 "#interrupt-cells":
49 "#gpio-cells":
52 gpio-controller: true
56 - description: SoC GPIO clock
57 - description: SoC PORT clock
59 clock-names:
61 - const: gpio
62 - const: port
64 gpio-ranges:
69 "^.+-hog(-[0-9]+)?$":
73 - gpio-hog
76 - compatible
77 - reg
78 - interrupts
79 - interrupt-controller
80 - "#interrupt-cells"
81 - "#gpio-cells"
82 - gpio-controller
85 - if:
90 - fsl,vf610-gpio
91 - fsl,imx7ulp-gpio
98 - description: PORT register base address
99 - description: GPIO register base address
106 - description: GPIO register base address
111 - |
112 #include <dt-bindings/interrupt-controller/arm-gic.h>
115 compatible = "fsl,vf610-gpio";
118 gpio-controller;
119 #gpio-cells = <2>;
120 interrupt-controller;
121 #interrupt-cells = <2>;
122 gpio-ranges = <&iomuxc 0 0 32>;