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

31 lines
692 B
YAML

title: GECKO UART
description: >
This binding gives a base representation of the GECKO UART
inherits:
!include uart.yaml
properties:
compatible:
constraint: "silabs,gecko-uart"
reg:
category: required
interrupts:
category: required
# 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>
location-tx:
type: array
category: required
description: TX pin configuration defined as <location port pin>