Lines Matching +full:imx27 +full:- +full:pwm
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
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>
13 - $ref: pwm.yaml#
16 "#pwm-cells":
18 Should be 2 for i.MX1 and 3 for i.MX27 and newer SoCs. See pwm.yaml
21 - 2
22 - 3
26 - enum:
27 - fsl,imx1-pwm
28 - fsl,imx27-pwm
29 - items:
30 - enum:
31 - fsl,imx25-pwm
32 - fsl,imx31-pwm
33 - fsl,imx50-pwm
34 - fsl,imx51-pwm
35 - fsl,imx53-pwm
36 - fsl,imx6q-pwm
37 - fsl,imx6sl-pwm
38 - fsl,imx6sll-pwm
39 - fsl,imx6sx-pwm
40 - fsl,imx6ul-pwm
41 - fsl,imx7d-pwm
42 - fsl,imx8mm-pwm
43 - fsl,imx8mn-pwm
44 - fsl,imx8mp-pwm
45 - fsl,imx8mq-pwm
46 - const: fsl,imx27-pwm
53 - description: SoC PWM ipg clock
54 - description: SoC PWM per clock
56 clock-names:
58 - const: ipg
59 - const: per
65 - compatible
66 - reg
67 - clocks
68 - clock-names
69 - interrupts
74 - |
75 #include <dt-bindings/clock/imx5-clock.h>
77 pwm@53fb4000 {
78 #pwm-cells = <3>;
79 compatible = "fsl,imx27-pwm";
83 clock-names = "ipg", "per";