@@ -209,8 +209,9 @@ The checksum is defined over:
209209.. include :: safety_protocol.rst
210210
211211
212+ ************************************
212213EVerest Board Support Package Module
213- ====================================
214+ ************************************
214215
215216chargebyte developed a comprehensive hardware abstraction module (HAL, or also called BSP module - board support package)
216217for EVerest charging stack to support the Charge SOM platform. The module is called ``CbChargeSOMDriver `` and is
@@ -221,3 +222,27 @@ This module already implements the required communication protocol to interact w
221222
222223All Charge SOM boards ship with a Linux system preinstalled on eMMC, which also includes EVerest, the mentioned
223224BSP 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