mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-22 01:45:23 +00:00
And implement DT_ANY_INST_ON_BUS() in terms of it. This makes some error messages quite a bit shorter by avoiding UTIL_LISTIFY(), which has a nasty temper and tends to explode if not treated gently. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
9 lines
179 B
YAML
9 lines
179 B
YAML
# Copyright (c) 2020 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: GPIO expander via I2C
|
|
|
|
compatible: "vnd,gpio-expander"
|
|
|
|
include: i2c-device.yaml
|