WIP FPC-III support
[linux/fpc-iii.git] / Documentation / devicetree / bindings / pwm / intel,lgm-pwm.yaml
blob11a606536169e7480487f8e3d2c1c359a05ca7f6
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2 %YAML 1.2
3 ---
4 $id: http://devicetree.org/schemas/pwm/intel,lgm-pwm.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: LGM SoC PWM fan controller
9 maintainers:
10   - Rahul Tanwar <rtanwar@maxlinear.com>
12 properties:
13   compatible:
14     const: intel,lgm-pwm
16   reg:
17     maxItems: 1
19   "#pwm-cells":
20     const: 2
22   clocks:
23     maxItems: 1
25   resets:
26     maxItems: 1
28 required:
29   - compatible
30   - reg
31   - clocks
32   - resets
34 additionalProperties: false
36 examples:
37   - |
38     pwm: pwm@e0d00000 {
39         compatible = "intel,lgm-pwm";
40         reg = <0xe0d00000 0x30>;
41         #pwm-cells = <2>;
42         clocks = <&cgu0 126>;
43         resets = <&rcu0 0x30 21>;
44     };