| # Copyright (c) 2024 STMicroelectronics | |
| # SPDX-License-Identifier: Apache-2.0 | |
| description: MFXSTM32L152 I2C-based GPIO expander | |
| compatible: "st,mfxstm32l152" | |
| include: [gpio-controller.yaml, i2c-device.yaml] | |
| properties: | |
| int-gpios: | |
| type: phandle-array | |
| description: | | |
| GPIO connected to the controller INT pin. This pin is active-low | |
| and open-drain. | |
| "#gpio-cells": | |
| const: 2 | |
| gpio-cells: | |
| - pin | |
| - flags |