Difference between revisions of "Enabling I2C2 on Linux (Diva)"

From DAVE Developer's Wiki
Jump to: navigation, search
(Created page with "{{InfoBoxTop}} {{Applies To Diva}} {{Applies To Linux}} {{InfoBoxBottom}} === Introduction === This article shows how to enable the I2C2 interface which can be used in a sta...")
 
m
Line 7: Line 7:
  
 
This article shows how to enable the I2C2 interface which can be used in a standard Linux application.
 
This article shows how to enable the I2C2 interface which can be used in a standard Linux application.
 +
 +
=== Pin Mux Option ===
 +
 +
I2C2 data/clock signals are available at different Diva pins. We chose the following configuration:
 +
 +
{|class="wikitable" style="text-align:right"
 +
!| Signal
 +
!Diva Connector Phisical Pin
 +
!CPU Ball
 +
|-
 +
|I2C2_SCL
 +
|J1.37
 +
|D17
 +
|-
 +
|I2C2_SDA
 +
|J1.39
 +
|D18
 +
|}

Revision as of 07:56, 21 June 2013

Info Box
Diva-am335x-overview.png Applies to Diva
Tux.png Applies to Linux

Introduction[edit | edit source]

This article shows how to enable the I2C2 interface which can be used in a standard Linux application.

Pin Mux Option[edit | edit source]

I2C2 data/clock signals are available at different Diva pins. We chose the following configuration:

Signal Diva Connector Phisical Pin CPU Ball
I2C2_SCL J1.37 D17
I2C2_SDA J1.39 D18