| # 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 |