Skip to content

Commit 26c0acb

Browse files
ck-telecomnashif
authored andcommitted
dts: bingdings: spi: sf32lb: add spi bingdings
Add spi controller bingdings Signed-off-by: Qingsong Gou <[email protected]>
1 parent 04b8dba commit 26c0acb

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Copyright (c) 2025, Qingsong Gou <[email protected]>
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
description: |
5+
SiFLI SPI controller for SF32LB family of MCUs.
6+
7+
compatible: "sifli,sf32lb-spi"
8+
9+
include: [spi-controller.yaml, pinctrl-device.yaml]
10+
11+
properties:
12+
reg:
13+
required: true
14+
15+
clocks:
16+
required: true
17+
18+
interrupts:
19+
required: true
20+
21+
pinctrl-0:
22+
required: true
23+
24+
pinctrl-names:
25+
required: true

0 commit comments

Comments
 (0)