blob: 67a0010cfe8d8bd82c74ddb5dc7b8eb4d0f36cf8 [file] [log] [blame]
---
title: STM32 PWM
version: 0.1
description: >
This binding gives a base representation of the STM32 PWM
properties:
compatible:
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
"#cells":
- channel
# period in terms of nanoseconds
- period
...