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 - fsl,imx23-pwm
24 "#pwm-cells":
27 fsl,pwm-number:
29 description: u32 value representing the number of PWM devices
32 - compatible
33 - reg
34 - fsl,pwm-number
39 - |
40 pwm@80064000 {
41 compatible = "fsl,imx23-pwm";
43 #pwm-cells = <3>;
44 fsl,pwm-number = <8>;