1description: nRF PWM
2
3compatible: "nordic,nrf-pwm"
4
5include: [pwm-controller.yaml, base.yaml, pinctrl-device.yaml]
6
7properties:
8  reg:
9    required: true
10
11  pinctrl-0:
12    required: true
13
14  center-aligned:
15    type: boolean
16    description: Set this to use center-aligned (up and down) counter mode.
17
18  "#pwm-cells":
19    const: 3
20
21pwm-cells:
22  - channel
23  - period
24  - flags
25