33 lines
500 B
YAML
33 lines
500 B
YAML
title: Atmel SAM GPIO PORT driver
|
|
|
|
description: >
|
|
This is a representation of the SAM GPIO PORT nodes
|
|
|
|
inherits:
|
|
!include [gpio-controller.yaml, base.yaml]
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "atmel,sam-gpio"
|
|
|
|
reg:
|
|
category: required
|
|
|
|
interrupts:
|
|
category: required
|
|
|
|
label:
|
|
category: required
|
|
|
|
peripheral-id:
|
|
type: int
|
|
description: peripheral ID
|
|
category: required
|
|
|
|
"#gpio-cells":
|
|
const: 2
|
|
|
|
"#cells":
|
|
- pin
|
|
- flags
|