39 lines
750 B
YAML
39 lines
750 B
YAML
---
|
|
title: OpenISA LPUART
|
|
version: 0.1
|
|
|
|
description: >
|
|
This binding gives a base representation of the OpenISA LPUART
|
|
|
|
inherits:
|
|
!include uart.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "openisa,rv32m1-lpuart"
|
|
|
|
reg:
|
|
type: array
|
|
description: mmio register space
|
|
generation: define
|
|
category: required
|
|
|
|
interrupts:
|
|
type: array
|
|
category: required
|
|
description: required interrupts
|
|
generation: define
|
|
|
|
pinctrl-*:
|
|
type: array
|
|
category: optional
|
|
description: pinmux information for RX, TX, CTS, RTS
|
|
generation: structures
|
|
|
|
hw-flow-control:
|
|
type: boolean
|
|
category: optional
|
|
description: use hw flow control
|
|
generation: define
|
|
...
|