1# Copyright 2020 Broadcom 2# SPDX-License-Identifier: Apache-2.0 3 4description: Broadcom iProc GPIO Controller 5 6compatible: "brcm,iproc-gpio" 7 8include: [gpio-controller.yaml, base.yaml] 9 10properties: 11 reg: 12 required: true 13 description: | 14 Define the base and range of the I/O address space that contains SoC 15 GPIO/PINCONF controller registers 16 17 ngpios: 18 required: true 19 description: Total number of in-use slots in GPIO controller 20 21 interrupts: 22 required: true 23 24 "#gpio-cells": 25 const: 2 26 27gpio-cells: 28 - pin 29 - flags 30