summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/pwm/brcm,bcm7038-pwm.yaml
blob: 119de3d7f9dd717f3b77d9f0a8ae82415542cbad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/pwm/brcm,bcm7038-pwm.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Broadcom BCM7038 PWM controller (BCM7xxx Set Top Box PWM controller)

maintainers:
  - Florian Fainelli <f.fainelli@gmail.com>

allOf:
  - $ref: pwm.yaml#

properties:
  compatible:
    const: brcm,bcm7038-pwm

  reg:
    maxItems: 1

  "#pwm-cells":
    const: 2

  clocks:
    maxItems: 1

required:
  - compatible
  - reg
  - clocks

additionalProperties: false

examples:
  - |
    pwm: pwm@f0408000 {
       compatible = "brcm,bcm7038-pwm";
       reg = <0xf0408000 0x28>;
       #pwm-cells = <2>;
       clocks = <&upg_fixed>;
    };