Lines Matching +full:pwm +full:- +full:names
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 - fsl,imx8qxp-pwm
47 - const: fsl,imx27-pwm
54 - description: SoC PWM ipg clock
55 - description: SoC PWM per clock
57 clock-names:
59 - const: ipg
60 - const: per
65 power-domains:
69 - compatible
70 - reg
71 - clocks
72 - clock-names
73 - interrupts
78 - |
79 #include <dt-bindings/clock/imx5-clock.h>
81 pwm@53fb4000 {
82 #pwm-cells = <3>;
83 compatible = "fsl,imx27-pwm";
87 clock-names = "ipg", "per";