Skip to content

Commit 949812d

Browse files
committed
dts: bindings: spi: Add DT bindings for TI MSPM0 SPI module
Add devicetree bindings for the TI MSPM0 SPI module. Signed-off-by: Jackson Farley <[email protected]> Signed-off-by: Santhosh Charles <[email protected]>
1 parent 44929f7 commit 949812d

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

dts/bindings/spi/ti,mspm0-spi.yaml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Copyright (c) 2025 Linumiz GmbH
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
description: |
5+
Texas Instruments MSPM0 SERIAL PERIPHERAL INTERFACE (SPI).
6+
7+
compatible: "ti,mspm0-spi"
8+
include: [spi-controller.yaml, pinctrl-device.yaml]
9+
10+
properties:
11+
reg:
12+
required: true
13+
14+
pinctrl-0:
15+
required: true
16+
17+
clocks:
18+
required: true
19+
20+
clk-div:
21+
type: int
22+
default: 1
23+
enum:
24+
- 1
25+
- 2
26+
- 3
27+
- 4
28+
- 5
29+
- 6
30+
- 7
31+
- 8

0 commit comments

Comments
 (0)