1# 2# Copyright (c) 2022 SILA Embedded Solutions GmbH 3# 4# SPDX-License-Identifier: Apache-2.0 5# 6 7description: | 8 This is a representation of the Rohm BD8LB600FS SPI Gpio Expander. 9 10compatible: "rohm,bd8lb600fs" 11 12include: [gpio-controller.yaml, spi-device.yaml] 13 14properties: 15 "#gpio-cells": 16 const: 2 17 18 ngpios: 19 type: int 20 required: true 21 const: 8 22 description: Number of gpios supported 23 24 reset-gpios: 25 type: phandle-array 26 required: true 27 description: "GPIO for reset" 28 29gpio-cells: 30 - pin 31 - flags 32