1# Copyright (c), 2023 Basalte bv 2# SPDX-License-Identifier: Apache-2.0 3 4description: GPIO controller part for the SC18IM704 bridge 5 6compatible: "nxp,sc18im704-gpio" 7 8include: gpio-controller.yaml 9 10properties: 11 "#gpio-cells": 12 required: true 13 const: 2 14 15 ngpios: 16 required: true 17 const: 8 18 19gpio-cells: 20 - pin 21 - flags 22 23on-bus: nxp,sc18im704 24