1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/pwm/imx-pwm.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Freescale i.MX PWM controller
10 - Philipp Zabel <p.zabel@pengutronix.de>
15 Should be 2 for i.MX1 and 3 for i.MX27 and newer SoCs. See pwm.yaml
16 in this directory for a description of the cells format.
43 - const: fsl,imx27-pwm
50 - description: SoC PWM ipg clock
51 - description: SoC PWM per clock
69 additionalProperties: false
73 #include <dt-bindings/clock/imx5-clock.h>
77 compatible = "fsl,imx27-pwm";
78 reg = <0x53fb4000 0x4000>;
79 clocks = <&clks IMX5_CLK_PWM1_IPG_GATE>,
80 <&clks IMX5_CLK_PWM1_HF_GATE>;
81 clock-names = "ipg", "per";