drivers: gpio: add brcmstb gpio driver
Add GPIO driver for brcmstb, required by Raspberry Pi 5. Signed-off-by: Junho Lee <junho@tsnlab.com>
This commit is contained in:
parent
247ac7fce9
commit
31baddaa51
5 changed files with 172 additions and 0 deletions
19
dts/bindings/gpio/brcm,brcmstb-gpio.yaml
Normal file
19
dts/bindings/gpio/brcm,brcmstb-gpio.yaml
Normal file
|
@ -0,0 +1,19 @@
|
|||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue