Skip to content

Commit d00def4

Browse files
committed
docs:i2c: Add Port mapping
Signed-off-by: Ajay Bhargav <[email protected]>
1 parent 11947e0 commit d00def4

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/book/api/peri/i2c.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
I2C
22
===
3+
.. |br| raw:: html
4+
5+
<br>
6+
7+
I2C Port Mapping
8+
----------------
9+
10+
GSM (MT2503, MT6261) and NB-IoT (MT2625) chipset supported modules expose only one
11+
I2C port. Following is the pin mapping for SCL and SDA:
12+
13+
+---------+------------------+-----------+-----------------+-----------+------------+------------+
14+
| I2C Pin | MC20U Pin | M56 Pin | MC60 Pin | M66 Pin | BC20 Pin | SIM868 |
15+
| | |br| S20U Pin | | |br| MC20 Pin | | | Pin |
16+
+=========+==================+===========+=================+===========+============+============+
17+
| SCL | Pin 35 | Pin 24 | Pin 35 | Pin 20 | Pin 58 | Pin 65 |
18+
+---------+------------------+-----------+-----------------+-----------+------------+------------+
19+
| SDA | Pin 36 | Pin 23 | Pin 36 | Pin 21 | Pin 63 | Pin 64 |
20+
+---------+------------------+-----------+-----------------+-----------+------------+------------+
21+
322

423
API Reference
524
-------------

0 commit comments

Comments
 (0)