31baddaa51
Add GPIO driver for brcmstb, required by Raspberry Pi 5. Signed-off-by: Junho Lee <junho@tsnlab.com>
20 lines
293 B
YAML
20 lines
293 B
YAML
# Copyright (c) 2024 Junho Lee <junho@tsnlab.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: BRCMSTB GPIO
|
|
|
|
compatible: "brcm,brcmstb-gpio"
|
|
|
|
include: [gpio-controller.yaml, base.yaml]
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
"#gpio-cells":
|
|
const: 2
|
|
|
|
gpio-cells:
|
|
- pin
|
|
- flags
|