-
Notifications
You must be signed in to change notification settings - Fork 8k
drivers: can: Add driver support for TI MSPM0 G-Series MCAN module #97092
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
drivers: can: Add driver support for TI MSPM0 G-Series MCAN module #97092
Conversation
Add devicetree bindings for the TI MSPM0 G-Series MCAN module. Signed-off-by: Santhosh Charles <santhosh@linumiz.com> Signed-off-by: Jackson Farley <j-farley@ti.com>
Add driver support for MCAN module on TI's MSPM0 G-Series MCUs. The MCAN module supports both classic CAN and CAN FD protocols. Signed-off-by: Santhosh Charles <santhosh@linumiz.com> Signed-off-by: Jackson Farley <j-farley@ti.com> Signed-off-by: Tomasz Bursztyka <tobu@bang-olufsen.dk>
Add CAN-FD devicetree nodes for MSPM0 G-Series SoCs that include the peripheral: mspm0g310x, mspm0g350x and mspm0gx51x. Signed-off-by: Santhosh Charles <santhosh@linumiz.com> Signed-off-by: Tomasz Bursztyka <tobu@bang-olufsen.dk>
Add support for the CANCLK source for MSPM0. `mspm0_canclk_cfg` config struct is used to provide CAN-FD clock frequency selection. - Select HFCLK (HFXT) freq when `ti,canclk-source = 0` - Else fall back to SYSOSC frequency. Signed-off-by: Santhosh Charles <santhosh@linumiz.com>
Would you like review comments on the current state or should I wait until you move it out of draft? |
In flight PR includes the input-enable property for all CAN RX pins. Signed-off-by: Santhosh Charles <santhosh@linumiz.com>
0b687ba
to
47777cc
Compare
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 project with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action. |
|
This is a draft PR for adding the driver support for TI MSPM0 G-Series CAN module.
Signed-off-by: Santhosh Charles santhosh@linumiz.com