-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Add mcxn236 i3c support #80488
base: main
Are you sure you want to change the base?
Add mcxn236 i3c support #80488
Conversation
@@ -131,6 +131,10 @@ | |||
status = "okay"; | |||
}; | |||
|
|||
&i3c1 { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add I3C to the board YAML as well, like here:
- i3c |
Also, does this board have any sensor on the I3C bus we could enable here, to provide an easy way to validate the bus works?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @danieldegrasse , frdmmcxn236 board don't have I3C sensor.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI, some Freedom boards include the P3T1755 I3C temperature sensor. Mahesh just enabled this sensor in Add I3C support for FRDM-MCXN947. The N947 is a very similar SOC and shares the same I3C peripheral, so the driver is validated on that board.
For other boards without this sensor, NXP offers the P3T1755DP-ARD Arduino shield. @hakehuang has one of these shields so we can test boards without I3C sensors if needed.
Best regards
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update the board doc page with this added feature |
Add i3c nodes to NXP MCXN23x dtsi file Signed-off-by: Neil Chen <cheng.chen_1@nxp.com>
Support i3c for NXP frdm_mcxn236 board. Signed-off-by: Neil Chen <cheng.chen_1@nxp.com>
Support the shield on FRDM_MCXN236 board by I2C and I3C way. Signed-off-by: Neil Chen <cheng.chen_1@nxp.com>
372fecd
to
cebf927
Compare
Hi @hakehuang , I already enabled MCXN236 I3C support according to Lucien's PR. But I also don't have local environment to test, could you help test it on your side? Thanks a lot. |
Add mcxn236 i3c support