-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
common: coraz7s: Add axi_iic_ard for evb eeprom #1517
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gastmaier
changed the title
Create common bitstream project for coraz7s
common: coraz7s: Add axi_iic_ard for evb eeprom
Nov 21, 2024
gastmaier
requested review from
IuliaCMoldovan,
StancaPop,
LBFFilho,
PopPaul2021,
acostina,
PIoandan,
sarpadi,
ladace and
AndreiGrozav
as code owners
November 21, 2024 19:39
gastmaier
force-pushed
the
ace
branch
3 times, most recently
from
November 26, 2024 13:15
320df5f
to
a10d519
Compare
6 tasks
acostina
previously approved these changes
Dec 3, 2024
Add AXI IIC Controller connected to Arduino SCL SDA ports. Generally, to read the EVB EEPROM. Signed-off-by: Jorge Marques <[email protected]>
The axi_iic_ard is generally used to read the EVB EEPROM with Arduino uno form factor. Signed-off-by: Jorge Marques <[email protected]>
The axi_iic_ard is generally used to read the EVB EEPROM with Arduino uno form factor. IIC Changes: Project Old New IIC Subordinate ad4170_asdz ps-12, 44a4 ps-11, 4160 24AA32A ad57xx_ardz PS7 IIC ps-11, 4160 24AA32A pulsar_adc none ps-11, 4160 - ad719x_asdz none ps-11, 4160 - cn0579 ps-12, 44a4 ps-11, 4160 AD5696 cn0540 ps-12, 44a4 ps-11, 4160 LTC2606 cn0561 PS7 IIC ps-11, 4160 M24C02 IRQ index changes: ad4170_asdz * $hier_spi_engine 11 -> 12 ad57xx_ardz * ad57xx_dma 12 -> 13 * $hier_spi_engine 11 -> 12 cn0579 * cn0579_dma 13 -> 12 * axi_iic_ard 12 -> 11 cn0540 * $hier_spi_engine 11 -> 12 Signed-off-by: Jorge Marques <[email protected]>
Rebased to solve merge conflict |
acostina
approved these changes
Dec 6, 2024
12 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Description
Adds an AXI IIC Controller to the common project to be used mostly to read the EVB EEPROM.
On linux, some rework to the cora dtsi is required to load the fpga axi as an overlay, since we will defer loading the bitsream moving forward.
And existing merged dts?
PR Type
PR Checklist