zephyr/dts/bindings/gpio/microchip,mcp23s18.yaml
Armin Brauns 054cc09c88 drivers: add bindings for all existing mcp23xxx variants
This allows getting rid of the ngpios property, which is implicit in the
part number. It also prepares for configuring pins as open-drain on
supporting chips in the next commit.

Signed-off-by: Armin Brauns <armin.brauns@embedded-solutions.at>
2024-08-09 09:55:30 +02:00

11 lines
267 B
YAML

#
# Copyright (c) 2024 SILA Embedded Solutions GmbH
#
# SPDX-License-Identifier: Apache-2.0
#
description: This is a representation of the Microchip MCP23S18 SPI GPIO Expander.
compatible: "microchip,mcp23s18"
include: ["microchip,mcp23xxx.yaml", spi-device.yaml]