21 lines
347 B
YAML
21 lines
347 B
YAML
title: Atmel SAM Family USART
|
|
|
|
description: >
|
|
This binding gives a base representation of the Atmel SAM USART
|
|
|
|
compatible: "atmel,sam-usart"
|
|
|
|
include: uart-controller.yaml
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
interrupts:
|
|
required: true
|
|
|
|
peripheral-id:
|
|
type: int
|
|
description: peripheral ID
|
|
required: true
|