zephyr/dts/bindings/pwm/silabs,gecko-pwm.yaml
Fabio Baltieri eb0a524972 yamllint: indentation: fix dts/bindings/
Fix the YAML files indentation for files in dts/bindings/.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-01-04 14:23:53 +01:00

37 lines
553 B
YAML

description: Silabs Gecko PWM port
compatible: "silabs,gecko-pwm"
include: [pwm-controller.yaml, base.yaml]
properties:
pin-location:
type: array
required: true
description: pwm pin configuration defined as <location port pin>
prescaler:
type: int
default: 1
description: prescaling factor from the HFPERCLK clock
enum:
- 1
- 2
- 4
- 8
- 16
- 32
- 64
- 128
- 256
- 512
- 1024
"#pwm-cells":
const: 3
pwm-cells:
- channel
- period
- flags