zephyr/dts/bindings/pwm/st,stm32-pwm.yaml

28 lines
597 B
YAML
Raw Normal View History

---
title: STM32 PWM
id: st,stm32-pwm
version: 0.1
description: >
This binding gives a base representation of the STM32 PWM
properties:
compatible:
type: string
category: required
description: compatible strings
constraint: "st,stm32-pwm"
label:
type: string
category: required
description: Human readable string describing the device (used by Zephyr for API name)
generation: define
st,prescaler:
type: int
category: required
description: Clock prescaler at the input of the timer
generation: define
...