drivers: Add MAX32690 gpio driver
GPIO driver for MAX32690 Co-authored-by: Okan Sahin <okan.sahin@analog.com> Signed-off-by: Sadik Ozer <sadik.ozer@analog.com>
This commit is contained in:
parent
f76256d2f1
commit
d6e1753125
6 changed files with 367 additions and 0 deletions
19
dts/bindings/gpio/adi,max32-gpio.yaml
Normal file
19
dts/bindings/gpio/adi,max32-gpio.yaml
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Copyright (c) 2023-2024 Analog Devices, Inc.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: MAX32 GPIO
|
||||
|
||||
compatible: "adi,max32-gpio"
|
||||
|
||||
include: [gpio-controller.yaml, base.yaml]
|
||||
|
||||
properties:
|
||||
reg:
|
||||
required: true
|
||||
|
||||
"#gpio-cells":
|
||||
const: 2
|
||||
|
||||
gpio-cells:
|
||||
- pin
|
||||
- flags
|
Loading…
Add table
Add a link
Reference in a new issue