Skip to content

Commit b8d0362

Browse files
committed
Hardware: Add I2C section
Signed-off-by: Stefan Wahren <stefan.wahren@chargebyte.com>
1 parent aec0cc0 commit b8d0362

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

docs/source/hardware.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,3 +222,27 @@ This module already implements the required communication protocol to interact w
222222

223223
All Charge SOM boards ship with a Linux system preinstalled on eMMC, which also includes EVerest, the mentioned
224224
BSP module and example configuration files.
225+
226+
**************
227+
I2C interfaces
228+
**************
229+
230+
The i.MX93 on the Charge SOM provides several I2C interfaces:
231+
232+
+----------+------------+-------------------------------------+-----------------+
233+
| Hardware | Linux | Usage | Clock frequency |
234+
| | | | |
235+
+==========+============+=====================================+=================+
236+
| I2C1 | i2c-0 [#]_ | on Single Channel DC Carrier Board: | 400 kHz |
237+
| | | RTC (0x52) | |
238+
+----------+------------+-------------------------------------+-----------------+
239+
| I2C2 | i2c-1 | on Charge SOM: | 400 kHz |
240+
| | | Vertexcom MSE102x (0x4a, 0x72) | |
241+
+----------+------------+-------------------------------------+-----------------+
242+
| I2C3 | i2c-2 | on Charge SOM: | 400 kHz |
243+
| | | PMIC (0x25) + EEPROM (0x50, 0x58) | |
244+
+----------+------------+-------------------------------------+-----------------+
245+
| I2C5 | disabled | | disabled |
246+
+----------+------------+-------------------------------------+-----------------+
247+
248+
.. [#] This interface is only enabled in case of a Charge SOM Single Channel DC Carrier Board.

0 commit comments

Comments
 (0)