Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The M3_3VOUT rail of the attached SoM is used to power up all the powerrails etc on TEF1002. further dependencies ar given in the table below:

To Do ...

Scroll Title
anchorTable_power_management
titlePower Management
RGPIO not aktive

...


Port/Signaldepends on (RGPIO not aktive)additional when RGPIO aktiveDescriptionRemark
EN_PERM3_3VOUT

...

rgpio_out_data_i(

...

15)Enable perepherie power 3V3_PERvia PWR_EN_Signal
FMC_PWR_setM3_3VOUTrgpio_out_data_i(16)

...

Signal indicate FMC enable
EN_FMCFMC_PWR_set and

...

NOT(FMC_PRSNT_M2C_L)

...

rgpio_out_data_i(17)Enable switched 3.3V FMC power
FAN_FMC_ENFMC_PWR_set and NOT(FMC_PRSNT_M2C_L)

...

  -Enable FMC FAN
EN_FMC_VADJ(FMC_PWR_set and NOT(FMC_PRSNT_M2C_L)) or USR0-Enable IO power FMC_VADJUSR0 dip switch S3-2 can be used to enable FMC_VADJ when no FMC installed
FMC_PG_C2M(PG_FMC_VADJ and M3_3VOUT)-Indicate that all FMC related powers are up

FMC_PG_C2M <= (PG_FMC_VADJ and M3_3VOUT);

--Perepherie power, Enable Power for SFP and FireFly

PWR_EN_Signal <= rgpio_out_data_i(15) and M3_3VOUT when soc_rgpio_active='1' else M3_3VOUT;

...



Status LED

The Status LED D4 is utilized in the following way:

Scroll Title
anchorTable_LED_Status
titleStatus LED description


Sequenz
Description
*ooooooo1 times fast blink with a breakSOM PGOOD fail
**oooooo2 times fast blink with a breaknot used
***ooooo3 times fast blink with a breakFMC power Error
****oooo4 times fast blink with a breaknot used
*****ooo5 times fast blink with a breakUSB Power Error
******oo6 times fast blink with a breakFirefly A or B Error
*******o7 times fast blink with a breakSFPA_TX_FAULT or SFPA_LOS
ONLED ONAll OK


FMC VADJ Power

Three of the dip switches are linked to the voltage selection signals of FMC_VADJ:

...

Scroll Title
anchorTable_I2C_SoM
titleConnection I2C to SoM

Scroll Table Layout
orientationportrait
sortDirectionASC
repeatTableHeadersdefault
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

deviceSELNotes
SFPA00
FMC01
FFA10also used for FFA_MSEL
FFB11also used for FFB_MSEL


A "three wire" I2C interface is used to connect the CPLD I2C  to the SoM:

Scroll Title
anchorTable_I2C_SoM
titleConnection I2C to SoM

Scroll Table Layout
orientationportrait
sortDirectionASC
repeatTableHeadersdefault
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

VHDL Port nameDirectionSC CPLD PinConnected toFunctionNotes
A_00_NINJ10JB1, pin 38SDA IN "three wire" I2C
A_00_PINK10JB1, pin 36SCL IN"three wire" I2C
A_01_POUTK11JB1, pin 37SDA OUT"three wire" I2C


The devices SDA are driven in the following way: DEVICE_XY_SDA <= '0' when SEL= "XY" and A_00_N='0' else 'Z';

...

Scroll Title
anchorTable_RGPIO_SoM
titleConnection RGPIO to SoM

Scroll Table Layout
orientationportrait
sortDirectionASC
repeatTableHeadersdefault
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

VHDL Port nameDirectionSC CPLD PinConnected toFunctionNotes
A_01_NOUTL12JB1, pin 35TX data
A_02_NINJ12JB1, pin 41RX CLK
A_02_PINK12JB1, pin 39RX data


USR LED

User LEDs are accesible via RGPIO:

...