1# Copyright (C) 2023 BeagleBoard.org Foundation 2# Copyright (C) 2023 S Prashanth 3# 4# SPDX-License-Identifier: Apache-2.0 5 6description: GPIO controller for Davinci and Keystone devices 7 8compatible: "ti,davinci-gpio-nexus" 9 10include: [base.yaml, gpio-nexus.yaml, pinctrl-device.yaml] 11 12properties: 13 "#gpio-cells": 14 const: 2 15 16gpio-cells: 17 - pin 18 - flags 19