Skip to content

drivers: i3c: Add MAX32657 I3C driver #92171

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

ttmut
Copy link
Collaborator

@ttmut ttmut commented Jun 25, 2025

Adds I3C controller driver for MAX32657. Only controller mode is supported at the moment. Based on existing MCUX I3C driver.

ttmut added 5 commits June 25, 2025 15:39
Add I3C driver for ADI MAX32 microcontrollers.

Signed-off-by: Tahsin Mutlugun <[email protected]>
Add I3C instance to max32657.dtsi.

Signed-off-by: Tahsin Mutlugun <[email protected]>
Enables shell support for MAX32 I3C driver.

Signed-off-by: Tahsin Mutlugun <[email protected]>
Add I3C node to MAX32657EVKIT board devicetree and add I3C to the list
of supported drivers.

Signed-off-by: Tahsin Mutlugun <[email protected]>
Add support for ADXL367 accelerometer connected to I3C bus.

Signed-off-by: Tahsin Mutlugun <[email protected]>
Copy link

Comment on lines +15 to +16
# Enable I3C
CONFIG_I3C=y
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This enables I3C for all applications built for this board, even hello world. Should be removed

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fails to build sensor samples that is why I added it. I will think of a better solution.

https://github.com/zephyrproject-rtos/zephyr/actions/runs/15874279583/job/44758423761

Comment on lines +15 to +16
# Enable I3C
CONFIG_I3C=y
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: I3C platform: ADI Analog Devices, Inc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants