blob: 14a5f8fb5fe51527c6672dd4acbb5493bd401df8 [file] [log] [blame]
---
title: Uart Base Structure
id: uart
version: 0.1
description: >
This binding gives the base structures for all UART devices
properties:
- clock-frequency:
type: int
category: optional
description: Clock frequency information for UART operation
generation: define
- current-speed:
type: int
category: required
description: Initial baud rate setting for UART
generation: define
- clocks:
type: array
category: required
description: Clock gate information
generation: define
- label:
type: string
category: required
description: Human readable string describing the device (used by Zephyr for API name)
generation: define
...