1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/clock/imx6q-clock.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Clock bindings for Freescale i.MX6 Quad
10 - Anson Huang <Anson.Huang@nxp.com>
20 description: CCM provides 2 interrupt requests, request 1 is to generate
21 interrupt for frequency or mux change, request 2 is to generate
22 interrupt for oscillator read or PLL lock.
24 - description: CCM interrupt request 1
25 - description: CCM interrupt request 2
32 - description: 24m osc
33 - description: 32k osc
34 - description: ckih1 clock input
35 - description: anaclk1 clock input
36 - description: anaclk2 clock input
46 fsl,pmic-stby-poweroff:
47 $ref: /schemas/types.yaml#/definitions/flag
49 Use this property if the SoC should be powered off by external power
50 management IC (PMIC) triggered via PMIC_STBY_REQ signal.
51 Boards that are designed to initiate poweroff on PMIC_ON_REQ signal should
52 be using "syscon-poweroff" driver instead.
60 additionalProperties: false
63 # Clock Control Module node:
65 #include <dt-bindings/interrupt-controller/arm-gic.h>
67 clock-controller@20c4000 {
68 compatible = "fsl,imx6q-ccm";
69 reg = <0x020c4000 0x4000>;
70 interrupts = <0 87 IRQ_TYPE_LEVEL_HIGH>,
71 <0 88 IRQ_TYPE_LEVEL_HIGH>;