Lines Matching +full:pwm +full:- +full:number
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pwm/mxs-pwm.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Freescale MXS PWM controller
10 - Shawn Guo <shawnguo@kernel.org>
11 - Anson Huang <anson.huang@nxp.com>
14 - $ref: pwm.yaml#
19 - const: fsl,imx23-pwm
20 - items:
21 - enum:
22 - fsl,imx28-pwm
23 - const: fsl,imx23-pwm
31 "#pwm-cells":
34 fsl,pwm-number:
36 description: u32 value representing the number of PWM devices
39 - compatible
40 - reg
41 - clocks
42 - fsl,pwm-number
47 - |
48 pwm@80064000 {
49 compatible = "fsl,imx23-pwm";
52 #pwm-cells = <3>;
53 fsl,pwm-number = <8>;