fbd2b84e0e
Add pinctrl to the Davinci GPIO driver to allow muxing pins dirctly in this driver. Also aligned the macro backslashes as line continuation character at the end of each line with each at the same position and removed the GPIO_DAVINCI_DEVICE_INIT macro which seems to be not used. Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
19 lines
355 B
YAML
19 lines
355 B
YAML
# Copyright (C) 2023 BeagleBoard.org Foundation
|
|
# Copyright (C) 2023 S Prashanth
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: GPIO controller for Davinci and Keystone devices
|
|
|
|
compatible: "ti,davinci-gpio-nexus"
|
|
|
|
include: [base.yaml, gpio-nexus.yaml, pinctrl-device.yaml]
|
|
|
|
properties:
|
|
"#gpio-cells":
|
|
const: 2
|
|
|
|
gpio-cells:
|
|
- pin
|
|
- flags
|