Lines Matching +full:imx7ulp +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
36 interrupt-controller: true
38 "#interrupt-cells":
41 "#gpio-cells":
44 gpio-controller: true
48 - description: SoC GPIO clock
49 - description: SoC PORT clock
51 clock-names:
53 - const: gpio
54 - const: port
56 gpio-ranges:
60 - compatible
61 - reg
62 - interrupts
63 - interrupt-controller
64 - "#interrupt-cells"
65 - "#gpio-cells"
66 - gpio-controller
71 - |
72 #include <dt-bindings/interrupt-controller/arm-gic.h>
75 compatible = "fsl,vf610-gpio";
78 gpio-controller;
79 #gpio-cells = <2>;
80 interrupt-controller;
81 #interrupt-cells = <2>;
82 gpio-ranges = <&iomuxc 0 0 32>;