-
Notifications
You must be signed in to change notification settings - Fork 7.5k
boards: atmel: samx7x add hsmci peripheral #90220
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
Conversation
BTW, how are you testing this ? |
Good question. I have a SAMV71 Xplained Ultra I've been building for so same family. I actually noticed I didn't change the board for that so have added a commit. In terms of testing I tested basic build and disk access with the
|
Adds samx7x hsmci peripheral according to datasheet sections 10-1 and 14.1: https://ww1.microchip.com/downloads/aemDocuments/documents/MCU32/ProductDocuments/DataSheets/SAM-E70-S70-V70-V71-Family-Data-Sheet-DS60001527.pdf Updates sam_e70_xplained overlay to include pin mapping to the SD card connected to the hsmci and adds sdhc0 alias. Signed-off-by: John Whittington <git@jbrengineering.co.uk>
Based on 4.3.6 https://ww1.microchip.com/downloads/en/devicedoc/atmel-42408-samv71-xplained-ultra_user-guide.pdf Signed-off-by: John Whittington <git@jbrengineering.co.uk>
|
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 @tuna-f1sh ,
In terms of testing I tested basic build and disk access with the sam_v71_xult/samv71q21 which works.
I think for the purpose of this PR the above is fine!
Thank you for bring the samv_71_xult too : )
Enjoy!
Adds samx7x hsmci peripheral according to datasheet sections 10-1 and 14.1: https://ww1.microchip.com/downloads/aemDocuments/documents/MCU32/ProductDocuments/DataSheets/SAM-E70-S70-V70-V71-Family-Data-Sheet-DS60001527.pdf
Updates sam_e70_xplained overlay to include pin mapping to the SD card connected to the hsmci and adds sdhc0 alias.
Relevant #18614