1# Copyright (c) 2023 Intel Corporation
2#
3# SPDX-License-Identifier: Apache-2.0
4
5description: Intel blinky PWM
6
7compatible: "intel,blinky-pwm"
8
9include: [pwm-controller.yaml, base.yaml]
10
11properties:
12  reg:
13    required: true
14
15  reg-offset:
16    type: int
17    required: true
18    description: PWM control register offset from base
19
20  clock-frequency:
21    type: int
22    required: true
23    description: PWM Peripheral Clock frequency in Hz
24
25  max-pins:
26    type: int
27    required: true
28    description: Maximum number of pins supported by platform
29
30  "#pwm-cells":
31    const: 2
32
33pwm-cells:
34  - channel
35  - period
36