blob: fb5f31d00f13eb6ee3589d1b553e20374ccd53ba [file] [log] [blame]
---
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
...