Skip to content
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

boards: nxp: add RT1060 EVKC support #83546

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dleach02
Copy link
Member

@dleach02 dleach02 commented Jan 3, 2025

MIMXRT1060 EVK rev C initial support files.


/* FLEXPWM not routed to LED on this EVK */
&flexpwm2_pwm3 {
status = "disabled";
Copy link
Member

Choose a reason for hiding this comment

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

maybe would be also good to do /delete-node/ on the pwm leds nodes if there are no pwm leds on the board

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah. This is a direct copy of the rev B dts. I want to review some stuff on this with the team.

I also have a local change for docs to discuss. I found one example in the tree that used tabs (which I personally like). There is also a consideration to change the default rev to something folks can actually buy.

@@ -0,0 +1,15 @@
/*
* Copyright (c) 2022, Whisper.ai
Copy link
Contributor

Choose a reason for hiding this comment

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

add NXP copyright and year? If so, there are other files in the PR with NXP copyright missing.

Copy link
Member Author

Choose a reason for hiding this comment

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

I'm not sure this file needs it. I just copied it from the revB and made no changes. But I'll walk through the others to verify.

MIMXRT1060 EVK rev C initial support files.

Signed-off-by: David Leach <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants