2017-04-06 00:49:41 +08:00
|
|
|
---
|
|
|
|
title: EFM32 USART
|
|
|
|
id: silabs,efm32-usart
|
|
|
|
version: 0.1
|
|
|
|
|
|
|
|
description: >
|
|
|
|
This binding gives a base representation of the EFM32 USART
|
|
|
|
|
|
|
|
inherits:
|
2017-11-23 15:48:10 +08:00
|
|
|
!include uart.yaml
|
2017-04-06 00:49:41 +08:00
|
|
|
|
|
|
|
properties:
|
2017-11-23 15:48:10 +08:00
|
|
|
compatible:
|
2017-04-06 00:49:41 +08:00
|
|
|
constraint: "silabs,efm32-usart"
|
|
|
|
|
2017-11-23 15:48:10 +08:00
|
|
|
reg:
|
2017-04-06 00:49:41 +08:00
|
|
|
type: array
|
|
|
|
description: mmio register space
|
|
|
|
generation: define
|
|
|
|
category: required
|
|
|
|
|
2017-11-23 15:48:10 +08:00
|
|
|
interrupts:
|
2017-04-06 00:49:41 +08:00
|
|
|
type: array
|
|
|
|
category: required
|
|
|
|
description: required interrupts
|
|
|
|
generation: define
|
|
|
|
...
|