b-parasite-esp32/code/nrf-connect/prstlib/dts/bindings/pwm-fixed.yaml
rbaron 1983f31af9 Store calibration polynomial in devicetree
This will enable us to transparently use different calibration for
different board revisions. The 2.0.0 revision changes the sensing
circuitry and will need its own coeffs.

In this commit, both models are run in parallel for debugging.
2023-03-19 15:06:39 +01:00

17 lines
No EOL
271 B
YAML

description: A fixed frequency & pulse PWM.
compatible: pwm-fixed
include: base.yaml
properties:
pwms:
type: phandle-array
required: true
description: the PWM spec.
pulse:
required: true
type: int
description: The period of the PWM pulse.