2024-11-28 15:34:39 +00:00
|
|
|
description: ARM MMIO32 GPIO
|
2019-10-22 14:01:03 -05:00
|
|
|
|
2024-11-28 15:34:39 +00:00
|
|
|
compatible: "arm,mmio32-gpio"
|
2019-10-22 14:01:03 -05:00
|
|
|
|
|
|
|
include: [gpio-controller.yaml, base.yaml]
|
|
|
|
|
|
|
|
properties:
|
2023-01-03 19:21:25 +00:00
|
|
|
reg:
|
|
|
|
required: true
|
2019-10-22 14:01:03 -05:00
|
|
|
|
2023-01-03 19:21:25 +00:00
|
|
|
ngpios:
|
|
|
|
required: true
|
2019-10-22 14:01:03 -05:00
|
|
|
|
2023-01-03 19:21:25 +00:00
|
|
|
"#gpio-cells":
|
|
|
|
const: 1
|
2019-10-22 14:01:03 -05:00
|
|
|
|
2024-11-28 15:34:39 +00:00
|
|
|
direction-input:
|
|
|
|
type: boolean
|
|
|
|
description: Marks this pin set as all input pins.
|
|
|
|
|
2019-10-22 14:01:03 -05:00
|
|
|
gpio-cells:
|
|
|
|
- pin
|