| # | |
| # Copyright (c) 2024 SILA Embedded Solutions GmbH | |
| # | |
| # SPDX-License-Identifier: Apache-2.0 | |
| # | |
| description: Rohm BD8LB600FS SPI Gpio Expander MFD | |
| compatible: "rohm,bd8lb600fs" | |
| include: spi-device.yaml | |
| bus: bd8lb600fs | |
| properties: | |
| reset-gpios: | |
| type: phandle-array | |
| required: true | |
| description: GPIO for reset | |
| instance-count: | |
| type: int | |
| required: true | |
| default: 1 | |
| enum: | |
| - 1 | |
| - 2 | |
| - 3 | |
| - 4 | |
| description: | |
| number of daisy chained instances, defaults to no daisy chaining |