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.
17 lines
No EOL
271 B
YAML
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. |