2019-11-19 15:39:11 +08:00
|
|
|
description: SAM GPIO PORT node
|
2018-03-03 08:14:16 +08:00
|
|
|
|
2019-08-20 02:32:25 +08:00
|
|
|
compatible: "atmel,sam-gpio"
|
|
|
|
|
2019-08-22 07:10:12 +08:00
|
|
|
include: [gpio-controller.yaml, base.yaml]
|
2019-06-08 00:12:49 +08:00
|
|
|
|
2018-03-03 08:14:16 +08:00
|
|
|
properties:
|
|
|
|
reg:
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|
2018-03-03 08:14:16 +08:00
|
|
|
|
|
|
|
interrupts:
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|
2018-03-03 08:14:16 +08:00
|
|
|
|
|
|
|
label:
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|
2018-03-03 08:14:16 +08:00
|
|
|
|
|
|
|
peripheral-id:
|
|
|
|
type: int
|
|
|
|
description: peripheral ID
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|
2018-09-29 03:56:13 +08:00
|
|
|
|
2019-08-10 03:54:26 +08:00
|
|
|
"#gpio-cells":
|
|
|
|
const: 2
|
|
|
|
|
2019-09-27 02:34:13 +08:00
|
|
|
gpio-cells:
|
2018-09-29 03:56:13 +08:00
|
|
|
- pin
|
|
|
|
- flags
|