File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -222,3 +222,27 @@ This module already implements the required communication protocol to interact w
222222
223223All Charge SOM boards ship with a Linux system preinstalled on eMMC, which also includes EVerest, the mentioned
224224BSP 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.
You can’t perform that action at this time.
0 commit comments