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