blob: 4a1bd963d5d143407deb96537fbac7bae2115670 [file]
---
title: GECKO USART
version: 0.1
description: >
This binding gives a base representation of the Gecko USART
inherits:
!include uart.yaml
properties:
compatible:
constraint: "silabs,gecko-usart"
reg:
type: array
description: mmio register space
generation: define
category: required
interrupts:
type: compound
category: required
description: required interrupts
generation: define
location:
type: int
category: required
description: PIN location
generation: define
...