blob: b9e9a62a2e89bb1197c21f84d456831f13c086af [file] [log] [blame]
---
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
...