1description: Silabs Gecko PWM port 2 3compatible: "silabs,gecko-pwm" 4 5include: [pwm-controller.yaml, base.yaml] 6 7properties: 8 pin-location: 9 type: array 10 required: true 11 description: pwm pin configuration defined as <location port pin> 12 13 prescaler: 14 type: int 15 default: 1 16 description: prescaling factor from the HFPERCLK clock 17 enum: 18 - 1 19 - 2 20 - 4 21 - 8 22 - 16 23 - 32 24 - 64 25 - 128 26 - 256 27 - 512 28 - 1024 29 30 "#pwm-cells": 31 const: 3 32 33pwm-cells: 34 - channel 35 - period 36 - flags 37