|
# 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
|