blob: d4f0ce2da5bf49eab0e0615f85c8ade2ecff9e9f [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
- interrupt-names:
type: stringlist
category: optional
description: names of required interrupts
generation: define
- pinctrl-\d+:
type: array
category: optional
description: pinmux information for RX, TX, CTS, RTS
generation: define
...