Difference between revisions of "ETRA SOM/ETRA Evaluation Kit/Interfaces and Connectors/MIPI"

From DAVE Developer's Wiki
Jump to: navigation, search
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
! colspan="4" style="width:100%; text-align:left" ; border-bottom:solid 2px #ededed" |History
 
! colspan="4" style="width:100%; text-align:left" ; border-bottom:solid 2px #ededed" |History
 
|-  
 
|-  
! style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white" |Version
 
 
! style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white" |Issue Date
 
! style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white" |Issue Date
 
! style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white" |Notes
 
! style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white" |Notes
 
|-
 
|-
| style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000" |1.0.0
+
| style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000" |2021/01/11
| style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000" |Dec 2020
 
 
| style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000" |First Release
 
| style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000" |First Release
|-
 
 
|-
 
|-
 
|}
 
|}
Line 19: Line 16:
  
 
=== Description  ===
 
=== Description  ===
The MIPI interface available on the Evaluation Kit at the connector ''J19''.
+
The MIPI Display serial Interface interface available on the Evaluation Kit at the connector J19
  
 
J19 is a 10 pin ZIF connector (0.5mm pitch, bottom contacts) for the DSI interface.
 
J19 is a 10 pin ZIF connector (0.5mm pitch, bottom contacts) for the DSI interface.
  
  
[[File:{{{nome-som}}-EVB-MIPI-connector.png|thumb|center|500px|MIPI connector]]
+
[[File:ETRA-EVK-bottom-MIPI-connector.png|thumb|center|300px|MIPI connector]]
  
 
===Signals ===
 
===Signals ===
Line 99: Line 96:
  
 
=== Device mapping ===
 
=== Device mapping ===
The MIP CSI peripheral is mapped to the corresponding <code>/dev/video<X></code> device in Linux. The device mapping depends on the device tree configuration.
+
The MIPI CSI peripheral is mapped to the corresponding <code>/dev/video<X></code> device in Linux. The device mapping depends on the device tree configuration.
  
 
----
 
----
  
 
[[Category:ETRA]]
 
[[Category:ETRA]]

Latest revision as of 16:11, 6 September 2023

History
Issue Date Notes
2021/01/11 First Release


MIPI interface[edit | edit source]

Description[edit | edit source]

The MIPI Display serial Interface interface available on the Evaluation Kit at the connector J19

J19 is a 10 pin ZIF connector (0.5mm pitch, bottom contacts) for the DSI interface.


MIPI connector

Signals[edit | edit source]

The following table describes the interface signals:

Pin# SOM Pin# Pin name Pin function Pin Notes
1 - DGND Ground
2 J18.121 DSI_D1P data lane1 +
3 J18.119 DSI_D1N data lane1 -
4 - DGND Ground
5 J18.117 DSI_D0P data lane0 +
6 J18.115 DSI_D0N data lane0 -
7 - DGND Ground
8 J18.113 DSI_CKP clock +
9 J18.111 DSI_CKN clock -
10 - DGND Ground

Device mapping[edit | edit source]

The MIPI CSI peripheral is mapped to the corresponding /dev/video<X> device in Linux. The device mapping depends on the device tree configuration.