Adds a clock control device for a PWM node, allowing the PWM to be controlled using the clock control API. It is a similar idea to the device driver in linux: linux/Documentation/devicetree/bindings/clock/pwm-clock.yaml Signed-off-by: Andriy Gelman <andriy.gelman@gmail.com>
8 lines
183 B
YAML
8 lines
183 B
YAML
tests:
|
|
drivers.clock.pwm_clock:
|
|
filter: dt_compat_enabled("pwm-clock") and dt_compat_enabled("test-clock-control-pwm-clock")
|
|
tags:
|
|
- drivers
|
|
- clock
|
|
- pwm
|