1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/clock/imx27-clock.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Clock bindings for Freescale i.MX27
10 - Fabio Estevam <fabio.estevam@nxp.com>
13 The clock consumer should specify the desired clock by having the clock
14 ID in its "clocks" phandle cell. See include/dt-bindings/clock/imx27-clock.h
15 for the full list of i.MX27 clock IDs.
35 additionalProperties: false
39 #include <dt-bindings/clock/imx27-clock.h>
41 clock-controller@10027000 {
42 compatible = "fsl,imx27-ccm";
43 reg = <0x10027000 0x1000>;
49 compatible = "fsl,imx27-uart", "fsl,imx21-uart";
50 reg = <0x1000a000 0x1000>;
52 clocks = <&clks IMX27_CLK_UART1_IPG_GATE>,
53 <&clks IMX27_CLK_PER1_GATE>;
54 clock-names = "ipg", "per";