Skip to content

Conversation

@maidnl
Copy link

@maidnl maidnl commented Nov 20, 2025

This PR fix the analog input A5 and A6 not working on Portenta C33

@maidnl maidnl requested a review from pennam November 20, 2025 16:49
@per1234 per1234 added the bug Something isn't working label Nov 20, 2025
Copy link

@pillo79 pillo79 left a comment

Choose a reason for hiding this comment

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

Thanks! But the reg property and the part after the @ in the node name must always be in sync. Can you add the following changes please?

zephyr,resolution = <12>;
};

a6: channel@e {
Copy link

Choose a reason for hiding this comment

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

Suggested change
a6: channel@e {
a6: channel@c {

zephyr,resolution = <12>;
};

a5: channel@f {
Copy link

Choose a reason for hiding this comment

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

Suggested change
a5: channel@f {
a5: channel@d {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants