1# Copyright (c) 2021 Abel Sensors
2# SPDX-License-Identifier: Apache-2.0
3
4description: FXL6408 I2C-based GPIO expander
5
6compatible: "fcs,fxl6408"
7
8include: [gpio-controller.yaml, i2c-device.yaml]
9
10properties:
11  "#gpio-cells":
12    const: 2
13
14gpio-cells:
15  - pin
16  - flags
17