2017-06-30 07:44:38 +08:00
|
|
|
---
|
|
|
|
title: Atmel SAM Family USART
|
|
|
|
version: 0.1
|
|
|
|
|
|
|
|
description: >
|
|
|
|
This binding gives a base representation of the Atmel SAM USART
|
|
|
|
|
|
|
|
inherits:
|
2017-11-23 15:48:10 +08:00
|
|
|
!include uart.yaml
|
2017-06-30 07:44:38 +08:00
|
|
|
|
|
|
|
properties:
|
2017-11-23 15:48:10 +08:00
|
|
|
compatible:
|
2017-06-30 07:44:38 +08:00
|
|
|
constraint: "atmel,sam-usart"
|
|
|
|
|
2017-11-23 15:48:10 +08:00
|
|
|
reg:
|
2017-06-30 07:44:38 +08:00
|
|
|
type: array
|
|
|
|
description: mmio register space
|
|
|
|
generation: define
|
|
|
|
category: required
|
|
|
|
|
2017-11-23 15:48:10 +08:00
|
|
|
interrupts:
|
2017-06-30 07:44:38 +08:00
|
|
|
type: array
|
|
|
|
category: required
|
|
|
|
description: required interrupts
|
|
|
|
generation: define
|
|
|
|
|
2017-11-23 15:48:10 +08:00
|
|
|
peripheral-id:
|
2017-10-15 21:27:47 +08:00
|
|
|
type: int
|
|
|
|
description: peripheral ID
|
|
|
|
generation: define
|
|
|
|
category: required
|
2017-06-30 07:44:38 +08:00
|
|
|
...
|