zephyr/dts/bindings/serial/silabs,gecko-leuart.yaml

45 lines
1015 B
YAML

---
title: GECKO LEUART
version: 0.1
description: >
This binding gives a base representation of the Gecko LEUART
inherits:
!include uart.yaml
properties:
compatible:
type: string
category: required
description: compatible strings
constraint: "silabs,gecko-leuart"
reg:
type: array
description: mmio register space
generation: define
category: required
interrupts:
type: array
category: required
description: required interrupts
generation: define
# Note: Not all SoC series support setting individual pin location. If this
# is a case all location-* properties need to have identical value.
location-rx:
type: array
category: required
description: RX pin configuration defined as <location port pin>
generation: define
location-tx:
type: array
category: required
description: TX pin configuration defined as <location port pin>
generation: define
...