1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/clock/imx7d-clock.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Freescale i.MX7 Dual Clock Controller
14 The clock consumer should specify the desired clock by having the clock
15 ID in its "clocks" phandle cell. See include/dt-bindings/clock/imx7d-clock.h
16 for the full list of i.MX7 Dual clock IDs.
27 - description: CCM interrupt request 1
28 - description: CCM interrupt request 2
35 - description: 32k osc
36 - description: 24m osc
51 additionalProperties: false
55 #include <dt-bindings/interrupt-controller/arm-gic.h>
57 clock-controller@30380000 {
58 compatible = "fsl,imx7d-ccm";
59 reg = <0x30380000 0x10000>;
60 interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>,
61 <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
63 clocks = <&ckil>, <&osc>;
64 clock-names = "ckil", "osc";