22 lines
382 B
YAML
22 lines
382 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"
|
|
|
|
include: [base.yaml, gpio-controller.yaml, pinctrl-device.yaml]
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
"#gpio-cells":
|
|
const: 2
|
|
|
|
gpio-cells:
|
|
- pin
|
|
- flags
|