2018-03-03 08:14:16 +08:00
|
|
|
---
|
|
|
|
title: Atmel SAM GPIO PORT driver
|
|
|
|
version: 0.1
|
|
|
|
|
|
|
|
description: >
|
|
|
|
This is a representation of the SAM GPIO PORT nodes
|
|
|
|
|
2019-06-08 00:12:49 +08:00
|
|
|
inherits:
|
|
|
|
!include base.yaml
|
|
|
|
|
2018-03-03 08:14:16 +08:00
|
|
|
properties:
|
|
|
|
compatible:
|
|
|
|
constraint: "atmel,sam-gpio"
|
|
|
|
|
|
|
|
reg:
|
|
|
|
category: required
|
|
|
|
|
|
|
|
interrupts:
|
|
|
|
category: required
|
|
|
|
|
|
|
|
label:
|
|
|
|
category: required
|
|
|
|
|
|
|
|
peripheral-id:
|
|
|
|
type: int
|
|
|
|
description: peripheral ID
|
|
|
|
generation: define
|
|
|
|
category: required
|
2018-09-29 03:56:13 +08:00
|
|
|
|
|
|
|
"#cells":
|
|
|
|
- pin
|
|
|
|
- flags
|
|
|
|
...
|