44 lines
897 B
YAML
44 lines
897 B
YAML
---
|
|
title: STM32 TIMERS
|
|
version: 0.1
|
|
|
|
description: >
|
|
This binding gives a base representation of the STM32 TIMERS
|
|
|
|
properties:
|
|
"#address-cells":
|
|
type: int
|
|
category: required
|
|
description: should be 1.
|
|
"#size-cells":
|
|
type: int
|
|
category: required
|
|
description: should be 0.
|
|
|
|
compatible:
|
|
type: string
|
|
category: required
|
|
description: compatible strings
|
|
constraint: "st,stm32-timers"
|
|
generation: define
|
|
|
|
label:
|
|
type: string
|
|
category: required
|
|
description: Human readable string describing the device (used by Zephyr for API name)
|
|
generation: define
|
|
|
|
reg:
|
|
type: array
|
|
description: mmio register space
|
|
generation: define
|
|
category: required
|
|
|
|
clocks:
|
|
type: array
|
|
category: required
|
|
description: Clock gate information
|
|
generation: define
|
|
|
|
...
|