1# Copyright (c) 2023 Martin Kiepfer 2# SPDX-License-Identifier: Apache-2.0 3 4description: PXA192 GPIO Controller 5 6compatible: "x-powers,axp192-gpio" 7 8include: gpio-controller.yaml 9 10properties: 11 "#gpio-cells": 12 const: 2 13 14 ngpios: 15 required: true 16 const: 5 17 description: | 18 Number of GPIOs available on axp192. 19 20gpio-cells: 21 - pin 22 - flags 23