Skip to content

Commit

Permalink
V3: Add I2C to project doc
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Marques <[email protected]>
  • Loading branch information
gastmaier committed Nov 5, 2024
1 parent dc00ba9 commit 857afb0
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/projects/ad4052_ardz/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ added to the base address from HDL (see more at :ref:`architecture`).
======================== ===========
spi_adc_axi_regmap 0x44A0_0000
spi_adc_dmac 0x44A3_0000
axi_iic_eeprom 0x44A4_0000
spi_clkgen 0x44A7_0000
adc_trigger_gen 0x44B0_0000
======================== ===========
Expand All @@ -93,20 +94,40 @@ added to the base address from HDL (see more at :ref:`architecture`).
I2C connections
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. list-table:: Cora Z7s
:header-rows: 1

* - I2C type
- I2C manager instance
- Alias
- Address
- Device Address
- I2C subordinate
* - PS
- axi_iic_eeprom
- axi_iic_eeprom_io
- 0x44A4_0000
- 0x52
- EEPROM

.. list-table:: DE10-Nano
:header-rows: 1

* - I2C type
- I2C manager instance
- Alias
- Address
- Device Address
- I2C subordinate
* - PS
- i2c1
- sys_hps_i2c1
- ---
- 0x52
- ---

Device address considering the EEPROM address pins ``A0=0``, ``A1=1``, ``A2=0``.

SPI connections
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -193,6 +214,7 @@ Instance name HDL Linux Zynq Actual Zynq
adc_gp0 14 58 90
axi_adc_dma 13 57 89
spi_adc_axi_regmap 12 56 88
axi_iic_eeprom 11 55 87
=================== === ========== ===========

================ === =============== ================
Expand Down

0 comments on commit 857afb0

Please sign in to comment.