I am going to use External Time Stamps for PTP timer on LS1046A CPU. Now I need to configure an input pin to be used as a TSEC1588_TRIG_IN1. According to "LS1046A Reference Manual" I need to modify the RCW[EC2] = 010. So I introduced the following change to my 'rcw' source file:
...
#include <ls1046a.rcwi>
+ EC2=2
...
Beforehand these pins controlled by RCW[EC2] (EC2_RX_DV, EC2_RXD[0], EC2_RXD[1], etc )were used to communicate with RGMII PHY and the voltage they used was 1.8v.
What voltage (3.3v or 1.8v) can I apply to TSEC1588_TRIG_IN1 pin after setting RCW[EC2] to '010' ?
Can I enable the internal pull-up resistor somehow on TSEC1588_TRIG_IN1 pin?