Skip to content

Commit dfefa15

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: Santhosh Charles <[email protected]> Signed-off-by: Jackson Farley <[email protected]>
1 parent 44929f7 commit dfefa15

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

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

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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+
interrupts:
21+
required: true
22+
23+
ti,clk-div:
24+
type: int
25+
default: 1
26+
enum:
27+
- 1
28+
- 2
29+
- 3
30+
- 4
31+
- 5
32+
- 6
33+
- 7
34+
- 8

0 commit comments

Comments
 (0)