2019-11-19 08:39:11 +01:00
|
|
|
description: SAM GPIO PORT node
|
2018-03-02 16:14:16 -08:00
|
|
|
|
2019-08-19 20:32:25 +02:00
|
|
|
compatible: "atmel,sam-gpio"
|
|
|
|
|
2019-08-21 18:10:12 -05:00
|
|
|
include: [gpio-controller.yaml, base.yaml]
|
2019-06-07 11:12:49 -05:00
|
|
|
|
2018-03-02 16:14:16 -08:00
|
|
|
properties:
|
|
|
|
reg:
|
2019-08-28 00:22:01 +02:00
|
|
|
required: true
|
2018-03-02 16:14:16 -08:00
|
|
|
|
|
|
|
interrupts:
|
2019-08-28 00:22:01 +02:00
|
|
|
required: true
|
2018-03-02 16:14:16 -08:00
|
|
|
|
|
|
|
label:
|
2019-08-28 00:22:01 +02:00
|
|
|
required: true
|
2018-03-02 16:14:16 -08:00
|
|
|
|
|
|
|
peripheral-id:
|
|
|
|
type: int
|
|
|
|
description: peripheral ID
|
2019-08-28 00:22:01 +02:00
|
|
|
required: true
|
2018-09-28 14:56:13 -05:00
|
|
|
|
2019-08-09 14:54:26 -05:00
|
|
|
"#gpio-cells":
|
|
|
|
const: 2
|
|
|
|
|
2020-04-07 14:38:04 -05:00
|
|
|
"#atmel,pin-cells":
|
|
|
|
type: int
|
|
|
|
required: true
|
|
|
|
const: 2
|
|
|
|
description: Number of items to expect in a atmel,pins specifier
|
|
|
|
|
|
|
|
|
2019-09-26 20:34:13 +02:00
|
|
|
gpio-cells:
|
2018-09-28 14:56:13 -05:00
|
|
|
- pin
|
|
|
|
- flags
|
2020-04-07 14:38:04 -05:00
|
|
|
|
|
|
|
atmel,pin-cells:
|
|
|
|
- pin
|
|
|
|
- peripheral
|