zephyr/dts/bindings/pwm/nxp,sctimer-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

32 lines
507 B
YAML

# Copyright (c) 2021, NXP
# SPDX-License-Identifier: Apache-2.0
description: NXP SCTimer PWM
compatible: "nxp,sctimer-pwm"
include: [pwm-controller.yaml, pinctrl-device.yaml, base.yaml]
properties:
prescaler:
type: int
default: 1
description: prescaling factor from the SCT clock. Default to 1 which is the reset value
enum:
- 1
- 2
- 4
- 8
- 16
- 32
- 64
- 128
"#pwm-cells":
const: 3
pwm-cells:
- channel
- period
- flags