Skip to content

Commit f7ef082

Browse files
committed
dts: bindings: can: Add DT bindings for TI MSPM0 G-Series MCAN module
Add devicetree bindings for the TI MSPM0 G-Series MCAN module. Signed-off-by: Santhosh Charles <[email protected]> Signed-off-by: Jackson Farley <[email protected]>
1 parent f23b1f5 commit f7ef082

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Copyright (c) 2024 Texas Instruments
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
description: TI MSPM0 CANFD
5+
6+
compatible: "ti,mspm0-canfd"
7+
8+
include: ["bosch,m_can-base.yaml", "pinctrl-device.yaml"]
9+
10+
properties:
11+
reg:
12+
required: true
13+
14+
interrupts:
15+
required: true
16+
17+
clocks:
18+
required: true
19+
20+
ti,canclk-source:
21+
type: int
22+
required: false
23+
enum:
24+
- 0
25+
- 1
26+
default: 1
27+
description: |
28+
Selects the source clock for the CANCLK (MCAN_FCLK).
29+
0: HFCLK
30+
1: PLLCLK1
31+
If not specified, defaults to PLLCLK1 (1).
32+
33+
ti,divider:
34+
type: int
35+
required: true
36+
description: |
37+
Clock divide ratio specification. Enables configuring clock divide
38+
settings for the MCAN functional clock input to the MCAN-SS.
39+
Divide by 1 is the default unless the property is configured.

0 commit comments

Comments
 (0)