-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Add minimal support for Microchip SAMA7D65-curiosity board #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
Update west.yml for Microchip SAMA7D65 HAL. Signed-off-by: Tony Han <tony.han@microchip.com>
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. |
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.
put through https://tinypng.com/
Change the location of the names for programable clocks from the stack to "static struct clk_programmable" array. Signed-off-by: Tony Han <tony.han@microchip.com>
Replace the array size for sama7g5 registered clocks with macros and put the macros to soc.h with descriptions. Signed-off-by: Tony Han <tony.han@microchip.com>
Product URL: https://www.microchip.com/en-us/product/SAMA7D65 Signed-off-by: Tony Han <tony.han@microchip.com>
Register sama7d65 clocks in sam_pmc_setup() which will be called by the PMC driver. Signed-off-by: Tony Han <tony.han@microchip.com>
Add LVDSPLL, MCK3 and MCK5 clock definitions for microchip SAMA7D65. Signed-off-by: Tony Han <tony.han@microchip.com>
Add the base DTSI file for Microchip sama7d65. Signed-off-by: Tony Han <tony.han@microchip.com>
Product URL: https://www.microchip.com/en-us/development-tool/EV63J76A Signed-off-by: Tony Han <tony.han@microchip.com>
Introduce sama7d65_curiosity.dts for sama7d65_curiosity board. Signed-off-by: Tony Han <tony.han@microchip.com>
|
EV63J76A provides the following hardware components: | ||
|
||
- Processor | ||
- Microchip SAMA7D65-V/4HB (SoC 343-ball TFBGA, 14x14 mm, 0.65 mm pitch) |
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.
Fix everywhere - see https://builds.zephyrproject.io/zephyr/pr/93133/docs/boards/microchip/sam/sama7d65_curiosity/doc/index.html
- Microchip SAMA7D65-V/4HB (SoC 343-ball TFBGA, 14x14 mm, 0.65 mm pitch) | |
- Microchip SAMA7D65-V/4HB (SoC 343-ball TFBGA, 14x14 mm, 0.65 mm pitch) |
This pull request introduces the minimal support for Microchip sama7d65-curiosity board.
Tested with
samples/hello_world
andsamples/subsys/shell/shell_module
.