Difference between revisions of "R-Car/Boards/SILK:Hardware"

From eLinux.org
Jump to: navigation, search
(Initial page for R-Car E2 SILK board hardware details)
 
Line 1: Line 1:
 +
{{TOC right}}
 +
This page contains information on [[R-Car_E2_SILK_Board]] hardware.
 +
== Board Layout ==
 +
[[File:SilkTopWithLabels.png|794px|Top view]]<br/>
 +
[[File:SilkBottomWithLabels.png|662px|Bottom view]]<br/>
  
 +
== Power Plug ==
 +
[[File:Centre-positive.svg|right|thumb|120px|Center Positive 5V connector]]
 +
R-Car SILK board uses a 5.5 x 2.1mm barrel 5V power plug.  It is a Center Positive power supply, indicating that the center (tip) of the output plug is positive (+), the outer barrel is negative (-).
 +
* North American Power Supply from Digikey - 5V@2.5A -[http://www.digikey.com/product-detail/en/EPSA050250U-P5P-EJ/T1058-P5P-ND/2235250 CUI EPSA050250U-P5P-EJ]
 +
* European Power Supply from Digikey - 5V@2.5A - [http://www.digikey.com/product-detail/en/EPSA050250UE-P5P-EJ/T1150-P5P-ND/2511851 CUI EPSA050250UE-P5P-EJ]
 +
* Powe Supply from Sparkfun - 5V@2A - [https://www.sparkfun.com/products/12889 TOL-12889]
 +
* Power Supply from Adafruit - 5V@2A - [http://www.adafruit.com/products/276  PRODUCT-ID:276]
 +
* Power Supply from SeeedStudio - 5V@2A [http://www.seeedstudio.com/depot/Wall-Adapter-Power-Supply-5VDC-2A-p-1508.html?cPath=1_4 SKU: POW06182B]
 +
 +
== Switches and Buttons ==
 +
[[File:SilkSwitchesWithLabels.png|931px|Buttons and switches]]<br/>
 +
=== SW1 (SSI_DATA1 Routing) ===
 +
{|
 +
|- style="vertical-align:middle;"
 +
| rowspan="2" | [[File:Switch.png|100px|Switch pin layout]]
 +
|
 +
{| class="wikitable"
 +
|+ SW1
 +
|-
 +
! Function || style="background-color:#ccc;" | Pin 1 side (default) || Pin 3 side
 +
|-
 +
| SSI_SDATA1 Selection
 +
| style="background-color:#ccc;" | <div style="text-align: center;"> U22 <br/> [http://www.akm.com/akm/en/product/datasheet1/?partno=AK4643EN AKM AK4643] <br/> Audio Codec </div>
 +
| <div style="text-align: center;"> U15 <br/> [http://www.analog.com/en/audiovideo-products/analoghdmidvi-interfaces/adv7511/products/product.html ADV7511] <br/> HDMI transmitter </div>
 +
|-
 +
|}
 +
|}
 +
SW1 selects the device to be connected to the SSI_DATA1/ETH_RXD0_B (GP-5-13) pin of the R-Car E2. The pin is normally set to receive mode.
 +
{| class="wikitable"
 +
|-
 +
! Position
 +
! Function
 +
|-
 +
| style="background-color:#ccc;" | Pin 1 side
 +
| style="background-color:#ccc;" |
 +
* Connects the SSI_DATA1/ETH_RXD0_B pin of the R-Car E2 to the SDTO pin 12 of the [http://www.akm.com/akm/en/product/datasheet1/?partno=AK4643EN AK4643]
 +
* The SSI_DATA1 pin of the R-Car E2 must be set to input.
 +
|-
 +
| Pin 3 side
 +
|
 +
* Connects the SSI_DATA1/ETH_RXD0_B pin of the R-Car E2 to the I2S1 pin (pin 6) of the [http://www.analog.com/en/audiovideo-products/analoghdmidvi-interfaces/adv7511/products/product.html Analog Devices ADV7511].
 +
* The SSI_DATA1 pin of the R-Car E2 should be set to output.
 +
|-
 +
|}
 +
 +
=== SW2 (TRST# Pull-up) ===
 +
{|
 +
|- style="vertical-align:middle;"
 +
| rowspan="2" | [[File:SwitchRight.png|100px|Switch pin layout]]
 +
|
 +
{| class="wikitable"
 +
|+ SW2
 +
|-
 +
! Function || Pin 1 side || Pin 2 side || style="background-color:#ccc;" | Pin 3 side
 +
|-
 +
| SSI_SDATA1 Selection
 +
| <div style="text-align: center;"> Pulled up </div>
 +
| <div style="text-align: center;"> Reserved </div>
 +
| style="background-color:#ccc;" | <div style="text-align: center;"> Pulled down
 +
|-
 +
|}
 +
|}
 +
SW2 selects whether to pull up or down the TRST# pin of the R-Car E2 JTAG interface.
 +
 +
=== SW3, SW4, SW6 (Push Buttons) ===
 +
{|
 +
|- style="vertical-align:middle;"
 +
| rowspan="2" | [[File:Pushbutton.png|80px|Pushbutton]]
 +
|
 +
{|class="wikitable"
 +
! Button # || GPIO pin
 +
|-
 +
| SW3 || GP-5-10/IRQ9
 +
|-
 +
| SW4 || GP-5-11
 +
|-
 +
| SW5 || GP-5-12
 +
|-
 +
|}
 +
|}
 +
Active signal (low or high) for SW3-SW5 is selected by the corresponding bit of POSNEG register. Refer to to the section GPIO in the R-Car E2 Hardware Manual for details.
 +
 +
=== SW7 (Mode Setting A) ===
 +
{|
 +
|- style="vertical-align:middle;"
 +
| [[File:DipSw2.png|85px|Switch pin layout]]
 +
|
 +
{| class="wikitable"
 +
|+ SW7
 +
|-
 +
! No || Function || OFF ||ON
 +
|-
 +
| 1
 +
| MD21 <br/> JTAG mode
 +
| <div style="text-align: center;"> 1 <br/> Coresight Debug Port </div>
 +
| style="background-color:#ccc;" | <div style="text-align: center;"> 0 <br/> Boundary Scan </div>
 +
|-
 +
| 1
 +
| MD19 <br/> DDR3-SDRAM bus clock
 +
| style="background-color:#ccc;" | <div style="text-align: center;"> 1 <br/> DD3-1333 </div>
 +
| <div style="text-align: center;"> 0 <br/>  Prohibited </div>
 +
|-
 +
|}
 +
|}
 +
MD21 determines the mode of JTAG. Select OFF position to use JTAG debugger.<br/>
 +
MD19 determines SDRAM clock speed. It must remain in OFF position to select DDR3-1333.
 +
 +
=== SW9 (SPI Flash Memory Selection) ===
 +
{|
 +
|- style="vertical-align:middle;"
 +
| rowspan="2" | [[File:Switch.png|100px|Switch pin layout]]
 +
|
 +
{| class="wikitable"
 +
|+ SW9
 +
|-
 +
! Function || style="background-color:#ccc;" | Pin 1 side (default) || Pin 3 side
 +
|-
 +
| SPI Flash memory selection
 +
| style="background-color:#ccc;" | <div style="text-align: center;"> 64 MB U6 <br/> S25FL512SAGMFIG11 </div>
 +
| <div style="text-align: center;"> 4 MB U7 <br/> S25FL032P0XMFI011 </div>
 +
|-
 +
|}
 +
|}
 +
The  R-Car  E2  Application  Development  board  is  equipped  with  the  SPI  flash  memory  of  512  Mbits  (U6: S25FL512SAGMFIG11) and the SPI flash memory of 32 Mbits (U7: S25FL032P0XMFI011). When SW9 is set to the pin 1 side, the SSL pin of the R-Car E2 is connected to the flash memory of 512 Mbits. When SW9 is set to the pin 3 side, the SSL pin of the R-Car E2 is connected to the flash memory of 32 Mbits.
 +
 +
=== SW10 (USB2.0 Channel 0 Host or Function Selection) ===
 +
{|
 +
|- style="vertical-align:middle;"
 +
| rowspan="2" | [[File:Switch.png|100px|Switch pin layout]]
 +
|
 +
{| class="wikitable"
 +
|+ SW10
 +
|-
 +
! Function || style="background-color:#ccc;" | Pin 1 side (default) || Pin 3 side
 +
|-
 +
| USB0 mode
 +
| style="background-color:#ccc;" | <div style="text-align: center;"> USB Host <br/> OVC </div>
 +
| <div style="text-align: center;"> USB function <br/> VBUS </div>
 +
|-
 +
|}
 +
|}
 +
SW10 selects the mode of USB port 0 located on top of the USB connector.
 +
{| class="wikitable"
 +
|-
 +
! Position
 +
! Function
 +
|-
 +
| style="background-color:#ccc;" | Pin 1 side
 +
| style="background-color:#ccc;" |
 +
* USB0 is in host mode (default)
 +
* USB0_OVC/VBUS pin goes low (0) if an overcurrent is detected on the USB power supply switch BD82065FVJ (U8).
 +
|-
 +
| Pin 3 side
 +
|
 +
* USB0 is in function mode.
 +
* VBUS from USB connector (CN2) is connected to the USB0_OVC/VBUS pin of the R-Car E2.
 +
|-
 +
|}
 +
=== SW12 (User-Defined Software Switch) ===
 +
{|
 +
|- style="vertical-align:middle;"
 +
| [[File:DipSw4.png|85px|Switch pin layout]]
 +
|
 +
{| class="wikitable"
 +
|+ SW12
 +
|-
 +
! No || Function || OFF ||ON
 +
|-
 +
| 1
 +
| bit 0, GP-3-9/AVB_RXD7
 +
| style="background-color:#ccc;" | <div style="text-align: center;"> 0 </div>
 +
| <div style="text-align: center;"> 1 </div>
 +
|-
 +
| 2
 +
| bit 1, GP-3-10/AVB_RX_ER
 +
| style="background-color:#ccc;" | <div style="text-align: center;"> 0 </div>
 +
| <div style="text-align: center;"> 1 </div>
 +
|-
 +
| 3
 +
| bit 1, GP-3-11/AVB_COL
 +
| style="background-color:#ccc;" | <div style="text-align: center;"> 0 </div>
 +
| <div style="text-align: center;"> 1 </div>
 +
|-
 +
| 4
 +
| bit 1, GP-3-12/AVB_TX_EN
 +
| style="background-color:#ccc;" | <div style="text-align: center;"> 0 </div>
 +
| <div style="text-align: center;"> 1 </div>
 +
|-
 +
|}
 +
|}
 +
Before using SW12 as a general-purpose input switch, set up the GPSR3 register of the R-Car E2 to select the GPIO function and set the PUPR3 register to enable pulling up. For details, refer to the section on the Pin Function Controller (PFC) in the R-Car E2 Hardware Manual.
 +
 +
== LEDs ==
 +
 +
'''LD1''' (blue): indicates that 5V power has been applied to the board.
 +
 +
'''LD2''' (red): indicates that the board is turned on and has 3.3V power.
 +
 +
== Turning On and Off ==
 +
Special sequence is required for turning on and off the power supply to the R-Car E2 SILK board:
 +
*To turn ON: Press SW11 once
 +
*To turn OFF: Long press SW11
 +
 +
== Connectors ==
 +
=== Video ===
 +
[[File:TouchscreenConnection.png|right|thumb|400px|Connecting a monitor with touchscreen to Renesas R-Car E2 SILK board]]
 +
==== HDMI (CN6) ====
 +
Digital RGB888 signal from E-Car E2 DU0 is connected to [http://www.analog.com/en/audiovideo-products/analoghdmidvi-interfaces/adv7511/products/product.html Analog Devices ADV7511] HDMI transmitter. Internal registers of ADV7511 are accessible via [http://en.wikipedia.org/wiki/I%C2%B2C I<sup>2</sup>C] interface (slave addresses: 0x72 for writring, 0x73 for reading).
 +
 +
The following displays have been tested with SILK board:
 +
* [http://www.gechic.com/product_help_en.asp?s=10 Gechic On-Lap1502I Touch Monitor] (Don't forget to set CONFIG_HID_MULTITOUCH and connect USB touchscreen)
 +
* [http://lilliputweb.net/capacitive-touch-screen-monitors/fa1012-np-c-t.html Lilliput 10' with capacitive touch screen] (NOTE: picture quality is not good due to limited native resolution]
 +
* [http://www.xenarc.com/700CSH.html Xenarc 7' capacitive touch]
 +
 +
==== VGA (CN9) ====
 +
Digital RGB666 signal from E-Car E2 DU1 is connected to [http://www.analog.com/en/digital-to-analog-converters/da-converters/adv7123/products/product.html Analog Devices ADV7123] video D/A converter. This signal is then feed to the CN9 VGA connector.
 +
 +
The following displays have been tested with SILK board:
 +
* [http://www.gechic.com/product_help_en.asp?s=10 Gechic On-Lap1502I Touch Monitor] (Don't forget to set CONFIG_HID_MULTITOUCH and connect USB touchscreen)
 +
 +
<br clear=all>
 +
==== External LCD display (CN8)  ====
 +
[[File:Connecting-LCD-KIT-B01.png|right|thumb|400px|Connecting LCD-KIT-B01 to Renesas R-Car E2 SILK board]]
 +
Renesas R-Car E2 SILK board has a dedicated connector for [http://www.apnet.co.jp/product/xg/items/lcd_kit_b01.html LCD-KIT-B01] touchscreen panel.
 +
 +
[http://www.apnet.co.jp/support/man/lcd_kit_b01.pdf Datasheet] is available in Japanese.
 +
 +
[http://en.wikipedia.org/wiki/I%C2%B2C I<sup>2</sup>C] interface is available for getting touchscreen data.<br clear=all>
 +
 +
=== Audio ===
 +
[[File:SSI routing.png|right|thumb|400px|SSI routing on Renesas R-Car E2 SILK board]]
 +
 +
==== Analog In/Out ====
 +
[http://www.akm.com/akm/en/product/datasheet1/?partno=AK4643EN AKM AK4643] audio codec is integrated on Renesas R-Car E2 SILK board.
 +
 +
AK4643 is in slave mode after reset and can be switched to master by writing to a special resiter via [http://en.wikipedia.org/wiki/I%C2%B2C I<sup>2</sup>C] interface. It is
 +
assumed that SSI_DATA0 is set to transmit mode and SSI_SDATA1 is set to receive mode.
 +
 +
==== HDMI (CN6) ====
 +
TBD ''Describe Audio Out through HDMI connector''
 +
<br clear=all>
 +
 +
=== Debug Interface (CN1) ===
 +
[[File:Arm-jtag-layout.gif|right|thumb|Pinout of ARM JTAG connector]]
 +
Renesas R-Car E2 SILK board includes 20-pin header for attaching [http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0499b/BEHEIHCE.html ARM JTAG] debugger. TCK, TDI and TMS have internal 1.8V pull-up resistors. An additional resistor can be soldered to the board to add 1.8V pull-up to ASEBRK pin.  Refer to [[Board manual]] for more information.<br clear=all>
 +
 +
=== MicroSD card slot ===
 +
MicroSD card slot (CN4) is connected to SD card host interface SDHI1 of R-Car E2. When GP4_26 is set to 1, power is supplied. When GP4_26 is set to 0, power is shut off.
 +
 +
=== eMMC ===
 +
8GB eMMC [https://www.micron.com/parts/nand-flash/managed-nand/mtfc8glwdq-3m-ait-z  MTFC8GLWDQ-3M AIT Z] (U5) is installed on Renesas R-Car E2 SILK board. It is connected to the SoC via 8-bit MMC interface.
 +
 +
eMMC is gouverned by [http://www.jedec.org/standards-documents/results/jesd84-b50 JESD84-B50 standard].
 +
 +
 +
=== Ethernet ===
 +
R-Car E2 SILK board has one 10/100 Ethernet port compliant with IEEE 802.3u. [http://www.micrel.com/index.php/en/products/lan-solutions/phys/article/24-ksz8041rnl.html Micrel KSZ8041] (U13) PHY is used, in RMII mode. The port is Auto MDI/MDI-X
 +
Since Ethernet AVB and EthetMAC use same pins of E2, they cannot be used simultaneously. EtherMAC_B can be used with Ethernet AVB.
 +
 +
[[R-Car_E2:Ethernet performance]]
 +
 +
=== Video In ===
 +
Video Input interface on SILK board could be used for misc. sources of standard analog baseband television signals compatible with NTSC, PAL. (For example: traditional analog CCTV or car front/rear cameras, media players)
 +
 +
Video signal from Video In connector is converted with the help of [http://www.analog.com/en/audiovideo-products/video-decoders/adv7180/products/product.html Analog Devices ADV7180] into 4:2:2 component 8-bit ITU-R BT.656 video data and passed to R-Car E2 VIN0 interface
 +
 +
[[R-Car_E2_SILK_Board:Testing Video In/VIN0]]
 +
 +
=== USB ===
 +
[[File:Silk USB.png|right|thumb|400px|USB connector on Renesas R-Car E2 SILK board]]
 +
CN2 USB type A connector has two ports. Upper port is Ch 0, Lower port is Ch 1.  USB 2.0 mode is supported to the corresponding USBx_OVC pin.
 +
 +
In host mode, each port is current-limited at 2.4 A by [http://www.rohm.com/web/eu/products/-/product/BD82065FVJ ROHM BD82065FVJ]. Overcurrent is reported to Renesas R-Car E2.
 +
 +
==== USB Host ====
 +
USB host mode is possible for both Ch 0 and Ch 1. For Ch0, SW10 should be switched to pin 1 side.
 +
 +
==== USB Function ====
 +
USB function mode is possible for Ch0 when SW10 is set to pin 3 side. VBUS from CN2/lower is routed to USB0_OVC/VBUS pin of Renesas R-Car E2.
 +
 +
Refer to [[R-Car E2 hardware manual]] for more information.<br clear=all>
 +
 +
=== Debug Serial (CN13) ===
 +
Renesas R-Car E2 debug interface SCIF2 is exposed to microUSB connector (CN13) via [http://www.silabs.com/support%20documents/technicaldocs/cp2102-9.pdf Silicon Labs CP2102]. Refer to [[R-Car_E2_SILK_Board#Connect to serial console over microUSB]] for configuring and using the interface.
 +
 +
CP2102 is self powered and requires no power over USB. Keep in mind, that CP2102 will not be detected b the host PC until Renesas R-Car E2 SILK board is connected to 5 V power source.
 +
 +
 +
=== EXIO (JP1, JP2) ===
 +
[[File:SILK EXIO.png|right|thumb|upright|Pin locations on EXIO connectors (JP1, JP2) of Renesas R-Car E2 SILK board]]
 +
Renesas R-Car E2 board includes two EXIO connectors. Both are "Box Wafer, 2.0-mm pitch".
 +
 +
JP1 has [http://en.wikipedia.org/wiki/I%C2%B2C I<sup>2</sup>C] interface, connected to SDA3/SCL3 of Renesas R-Car E2.
 +
 +
{|class="wikitable"
 +
|+ List of EXIO Connector (JP1) Pins
 +
|-
 +
! Pin || Signal ||  Pin  || Signal
 +
|-
 +
| 1 || MSIOF1_SYNC || 2 || MSIOF1_SCK
 +
|-
 +
| 3 || MD5/MSIOF1_TXD || 4 || MISOF1_RXD
 +
|-
 +
| 5 || I2C3_SDA_B  || 6  || I2C3_SCL_B
 +
|-
 +
| 7 || GP3_22  || 8 || GP3_30
 +
|-
 +
| 9 || GND  || 10 || GND
 +
|-
 +
|}
 +
 +
{|class="wikitable"
 +
|+ List of EXIO Connector (JP2) Pins
 +
|-
 +
! Pin || Signal ||  Pin  || Signal
 +
|-
 +
|1 || D3.3V || 2 || GP1_14/TS_SDATA0_B
 +
|-
 +
|3 || GP1_16/TS_SDEN0_B || 4 || GP1_17/TS_SPSYNC0_B
 +
|-
 +
|5 || GP1_15/TS_SCK0_B || 6 || GND
 +
|-
 +
|}<br clear=all>
 +
 +
== Integrated WiFi/Bluetooth Module ==
 +
 +
Information regarding on-board WiFi/BT module will be made available later (January 2015)
 +
 +
== Connecting external USB devices ==
 +
=== USB Bluetooth ===
 +
TBD
 +
 +
=== USB 3G Modem ===
 +
TBD
 +
 +
=== USB Video Camera ===
 +
TBD
 +
 +
=== USB HID ===
 +
TBD
 +
 +
=== USB Ethernet ===
 +
TBD
 +
 +
=== USB GPS ===
 +
TBD
 +
 +
=== USB CAN ===
 +
TBD
 +
 +
=== USB Radio ===
 +
TBD

Revision as of 13:26, 26 December 2014

This page contains information on R-Car_E2_SILK_Board hardware.

Board Layout

Top view
Bottom view

Power Plug

Center Positive 5V connector

R-Car SILK board uses a 5.5 x 2.1mm barrel 5V power plug. It is a Center Positive power supply, indicating that the center (tip) of the output plug is positive (+), the outer barrel is negative (-).

Switches and Buttons

Buttons and switches

SW1 (SSI_DATA1 Routing)

Switch pin layout
SW1
Function Pin 1 side (default) Pin 3 side
SSI_SDATA1 Selection
U22
AKM AK4643
Audio Codec
U15
ADV7511
HDMI transmitter

SW1 selects the device to be connected to the SSI_DATA1/ETH_RXD0_B (GP-5-13) pin of the R-Car E2. The pin is normally set to receive mode.

Position Function
Pin 1 side
  • Connects the SSI_DATA1/ETH_RXD0_B pin of the R-Car E2 to the SDTO pin 12 of the AK4643
  • The SSI_DATA1 pin of the R-Car E2 must be set to input.
Pin 3 side
  • Connects the SSI_DATA1/ETH_RXD0_B pin of the R-Car E2 to the I2S1 pin (pin 6) of the Analog Devices ADV7511.
  • The SSI_DATA1 pin of the R-Car E2 should be set to output.

SW2 (TRST# Pull-up)

Switch pin layout
SW2
Function Pin 1 side Pin 2 side Pin 3 side
SSI_SDATA1 Selection
Pulled up
Reserved
Pulled down

SW2 selects whether to pull up or down the TRST# pin of the R-Car E2 JTAG interface.

SW3, SW4, SW6 (Push Buttons)

Pushbutton
Button # GPIO pin
SW3 GP-5-10/IRQ9
SW4 GP-5-11
SW5 GP-5-12

Active signal (low or high) for SW3-SW5 is selected by the corresponding bit of POSNEG register. Refer to to the section GPIO in the R-Car E2 Hardware Manual for details.

SW7 (Mode Setting A)

Switch pin layout
SW7
No Function OFF ON
1 MD21
JTAG mode
1
Coresight Debug Port
0
Boundary Scan
1 MD19
DDR3-SDRAM bus clock
1
DD3-1333
0
Prohibited

MD21 determines the mode of JTAG. Select OFF position to use JTAG debugger.
MD19 determines SDRAM clock speed. It must remain in OFF position to select DDR3-1333.

SW9 (SPI Flash Memory Selection)

Switch pin layout
SW9
Function Pin 1 side (default) Pin 3 side
SPI Flash memory selection
64 MB U6
S25FL512SAGMFIG11
4 MB U7
S25FL032P0XMFI011

The R-Car E2 Application Development board is equipped with the SPI flash memory of 512 Mbits (U6: S25FL512SAGMFIG11) and the SPI flash memory of 32 Mbits (U7: S25FL032P0XMFI011). When SW9 is set to the pin 1 side, the SSL pin of the R-Car E2 is connected to the flash memory of 512 Mbits. When SW9 is set to the pin 3 side, the SSL pin of the R-Car E2 is connected to the flash memory of 32 Mbits.

SW10 (USB2.0 Channel 0 Host or Function Selection)

Switch pin layout
SW10
Function Pin 1 side (default) Pin 3 side
USB0 mode
USB Host
OVC
USB function
VBUS

SW10 selects the mode of USB port 0 located on top of the USB connector.

Position Function
Pin 1 side
  • USB0 is in host mode (default)
  • USB0_OVC/VBUS pin goes low (0) if an overcurrent is detected on the USB power supply switch BD82065FVJ (U8).
Pin 3 side
  • USB0 is in function mode.
  • VBUS from USB connector (CN2) is connected to the USB0_OVC/VBUS pin of the R-Car E2.

SW12 (User-Defined Software Switch)

Switch pin layout
SW12
No Function OFF ON
1 bit 0, GP-3-9/AVB_RXD7
0
1
2 bit 1, GP-3-10/AVB_RX_ER
0
1
3 bit 1, GP-3-11/AVB_COL
0
1
4 bit 1, GP-3-12/AVB_TX_EN
0
1

Before using SW12 as a general-purpose input switch, set up the GPSR3 register of the R-Car E2 to select the GPIO function and set the PUPR3 register to enable pulling up. For details, refer to the section on the Pin Function Controller (PFC) in the R-Car E2 Hardware Manual.

LEDs

LD1 (blue): indicates that 5V power has been applied to the board.

LD2 (red): indicates that the board is turned on and has 3.3V power.

Turning On and Off

Special sequence is required for turning on and off the power supply to the R-Car E2 SILK board:

  • To turn ON: Press SW11 once
  • To turn OFF: Long press SW11

Connectors

Video

File:TouchscreenConnection.png
Connecting a monitor with touchscreen to Renesas R-Car E2 SILK board

HDMI (CN6)

Digital RGB888 signal from E-Car E2 DU0 is connected to Analog Devices ADV7511 HDMI transmitter. Internal registers of ADV7511 are accessible via I2C interface (slave addresses: 0x72 for writring, 0x73 for reading).

The following displays have been tested with SILK board:

VGA (CN9)

Digital RGB666 signal from E-Car E2 DU1 is connected to Analog Devices ADV7123 video D/A converter. This signal is then feed to the CN9 VGA connector.

The following displays have been tested with SILK board:


External LCD display (CN8)

File:Connecting-LCD-KIT-B01.png
Connecting LCD-KIT-B01 to Renesas R-Car E2 SILK board

Renesas R-Car E2 SILK board has a dedicated connector for LCD-KIT-B01 touchscreen panel.

Datasheet is available in Japanese.

I2C interface is available for getting touchscreen data.

Audio

File:SSI routing.png
SSI routing on Renesas R-Car E2 SILK board

Analog In/Out

AKM AK4643 audio codec is integrated on Renesas R-Car E2 SILK board.

AK4643 is in slave mode after reset and can be switched to master by writing to a special resiter via I2C interface. It is assumed that SSI_DATA0 is set to transmit mode and SSI_SDATA1 is set to receive mode.

HDMI (CN6)

TBD Describe Audio Out through HDMI connector

Debug Interface (CN1)

File:Arm-jtag-layout.gif
Pinout of ARM JTAG connector

Renesas R-Car E2 SILK board includes 20-pin header for attaching ARM JTAG debugger. TCK, TDI and TMS have internal 1.8V pull-up resistors. An additional resistor can be soldered to the board to add 1.8V pull-up to ASEBRK pin. Refer to Board manual for more information.

MicroSD card slot

MicroSD card slot (CN4) is connected to SD card host interface SDHI1 of R-Car E2. When GP4_26 is set to 1, power is supplied. When GP4_26 is set to 0, power is shut off.

eMMC

8GB eMMC MTFC8GLWDQ-3M AIT Z (U5) is installed on Renesas R-Car E2 SILK board. It is connected to the SoC via 8-bit MMC interface.

eMMC is gouverned by JESD84-B50 standard.


Ethernet

R-Car E2 SILK board has one 10/100 Ethernet port compliant with IEEE 802.3u. Micrel KSZ8041 (U13) PHY is used, in RMII mode. The port is Auto MDI/MDI-X Since Ethernet AVB and EthetMAC use same pins of E2, they cannot be used simultaneously. EtherMAC_B can be used with Ethernet AVB.

R-Car_E2:Ethernet performance

Video In

Video Input interface on SILK board could be used for misc. sources of standard analog baseband television signals compatible with NTSC, PAL. (For example: traditional analog CCTV or car front/rear cameras, media players)

Video signal from Video In connector is converted with the help of Analog Devices ADV7180 into 4:2:2 component 8-bit ITU-R BT.656 video data and passed to R-Car E2 VIN0 interface

R-Car_E2_SILK_Board:Testing Video In/VIN0

USB

USB connector on Renesas R-Car E2 SILK board

CN2 USB type A connector has two ports. Upper port is Ch 0, Lower port is Ch 1. USB 2.0 mode is supported to the corresponding USBx_OVC pin.

In host mode, each port is current-limited at 2.4 A by ROHM BD82065FVJ. Overcurrent is reported to Renesas R-Car E2.

USB Host

USB host mode is possible for both Ch 0 and Ch 1. For Ch0, SW10 should be switched to pin 1 side.

USB Function

USB function mode is possible for Ch0 when SW10 is set to pin 3 side. VBUS from CN2/lower is routed to USB0_OVC/VBUS pin of Renesas R-Car E2.

Refer to R-Car E2 hardware manual for more information.

Debug Serial (CN13)

Renesas R-Car E2 debug interface SCIF2 is exposed to microUSB connector (CN13) via Silicon Labs CP2102. Refer to R-Car_E2_SILK_Board#Connect to serial console over microUSB for configuring and using the interface.

CP2102 is self powered and requires no power over USB. Keep in mind, that CP2102 will not be detected b the host PC until Renesas R-Car E2 SILK board is connected to 5 V power source.


EXIO (JP1, JP2)

Pin locations on EXIO connectors (JP1, JP2) of Renesas R-Car E2 SILK board

Renesas R-Car E2 board includes two EXIO connectors. Both are "Box Wafer, 2.0-mm pitch".

JP1 has I2C interface, connected to SDA3/SCL3 of Renesas R-Car E2.

List of EXIO Connector (JP1) Pins
Pin Signal Pin Signal
1 MSIOF1_SYNC 2 MSIOF1_SCK
3 MD5/MSIOF1_TXD 4 MISOF1_RXD
5 I2C3_SDA_B 6 I2C3_SCL_B
7 GP3_22 8 GP3_30
9 GND 10 GND
List of EXIO Connector (JP2) Pins
Pin Signal Pin Signal
1 D3.3V 2 GP1_14/TS_SDATA0_B
3 GP1_16/TS_SDEN0_B 4 GP1_17/TS_SPSYNC0_B
5 GP1_15/TS_SCK0_B 6 GND


Integrated WiFi/Bluetooth Module

Information regarding on-board WiFi/BT module will be made available later (January 2015)

Connecting external USB devices

USB Bluetooth

TBD

USB 3G Modem

TBD

USB Video Camera

TBD

USB HID

TBD

USB Ethernet

TBD

USB GPS

TBD

USB CAN

TBD

USB Radio

TBD