drivers: gpio: gpio_intel: add acpi base resource enumeration
add gpio_intel driver with acpi based resource enumeration support. Also updated test cases overlay with new dts entires. Signed-off-by: Najumon B.A <najumon.ba@intel.com>
This commit is contained in:
parent
1043d9ff75
commit
4a973db3d4
3 changed files with 195 additions and 78 deletions
|
@ -5,26 +5,24 @@ description: Intel GPIO node
|
|||
|
||||
compatible: "intel,gpio"
|
||||
|
||||
include: [gpio-controller.yaml, base.yaml]
|
||||
include: [acpi.yaml, gpio-controller.yaml, base.yaml]
|
||||
|
||||
properties:
|
||||
reg:
|
||||
required: true
|
||||
description: reg properties not required if acpi enumerated
|
||||
|
||||
group-index:
|
||||
type: int
|
||||
description: Group number for this GPIO entry
|
||||
|
||||
interrupts:
|
||||
required: true
|
||||
description: interrupts properties not required if acpi enumerated
|
||||
|
||||
ngpios:
|
||||
required: true
|
||||
description: Number of pins for this GPIO entry
|
||||
|
||||
pin-offset:
|
||||
type: int
|
||||
required: true
|
||||
description: Pin offset of this GPIO entry
|
||||
|
||||
"#gpio-cells":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue