Skip to content

Commit 3eca7ef

Browse files
gmarullcfriedt
authored andcommitted
dts: bindings: gpio: add sifli,sf32lb-gpio
Add bindings for the SF32LB GPIO controller. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 3a56ded commit 3eca7ef

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Copyright (c) 2025 Core Devices LLC
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
description: SF32LB GPIO
5+
6+
compatible: "sifli,sf32lb-gpio"
7+
8+
include: [gpio-controller.yaml, base.yaml]
9+
10+
properties:
11+
reg:
12+
required: true
13+
14+
ngpios:
15+
required: true
16+
17+
"#gpio-cells":
18+
const: 2
19+
20+
sifli,pinmuxs:
21+
type: phandle-array
22+
required: true
23+
24+
gpio-cells:
25+
- pin
26+
- flags

0 commit comments

Comments
 (0)