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