-
Notifications
You must be signed in to change notification settings - Fork 8k
soc: mchp: Introduce support to SAMA7D65 #93133
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?
Conversation
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
Hi @TonyHan11 , Reorder the commits. |
Change the location of the names for programable clocks from the stack to "static struct clk_programmable" array. Signed-off-by: Tony Han <[email protected]>
Replace the array size for sama7g5 registered clocks with macros and put the macros to soc.h with descriptions. Signed-off-by: Tony Han <[email protected]>
Commits reordered with:
|
Add the base DTSI file for Microchip sama7d65. Signed-off-by: Tony Han <[email protected]>
Product URL: https://www.microchip.com/en-us/product/SAMA7D65 Signed-off-by: Tony Han <[email protected]>
Add LVDSPLL, MCK3 and MCK5 clock definitions for microchip SAMA7D65. Signed-off-by: Tony Han <[email protected]>
Register sama7d65 clocks in sam_pmc_setup() which will be called by the PMC driver. Signed-off-by: Tony Han <[email protected]>
supported: | ||
- shell | ||
- uart |
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.
All drivers added by the "dts: microchip: add the DTSI file for sama7d65" devicetree commit must be present on this list and pass. Any that fail - no driver available - must be added/enabled later.
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.
gic
, i2c
and pmc
added to the support list, thanks.
- zephyr | ||
ram: 128 | ||
supported: | ||
- gic |
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.
Where are the gic
and pmc
sample/tests ?
and
Why pinctrl
is not in the list ?
This is how do you know the tags : )
- pinctrl |
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.
OK, I'll remove the gic
and pmc
. pinctrl
will be added in the comming updates. Thanks.
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.
Updated the list: gic
and pmc
removed, pinctrl
added.
Product URL: https://www.microchip.com/en-us/development-tool/EV63J76A Signed-off-by: Tony Han <[email protected]>
|
This pull request introduces the minimal support for Microchip sama7d65-curiosity board.
Tested with
samples/hello_world
andsamples/subsys/shell/shell_module
.