ea40f3af24
The Nuvoton NCT38xx is a multi-function device providing a TCPC controller and a I/O expander (GPIO driver). Add a multi-function driver to manage exclusive access to the device. Tested with "twister -T tests/drivers/build_all/gpio". Signed-off-by: Keith Short <keithshort@google.com>
15 lines
360 B
YAML
15 lines
360 B
YAML
# Copyright (c) 2023, Google, LLC
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: |
|
|
Nuvoton NCT38xx multi-function device
|
|
|
|
The NCT38xx provides a TCPC and an I/O Expander capabilities.
|
|
|
|
The TCPC and I/O expander drivers are added to the devicetree
|
|
as children of the nuvoton,nct38xx device.
|
|
|
|
compatible: "nuvoton,nct38xx"
|
|
|
|
include: i2c-device.yaml
|