RGMII_RX_CTL cannot output high level signal when configured as GPIO

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

RGMII_RX_CTL cannot output high level signal when configured as GPIO

924 Views
hi_shawn
Contributor II

Hi FSL engineer,

I want the pins RGMII_RX_CTL and RGMII_RD3 work as GPIO(output only). And the other signals for these pins were commented. Finally the pin cannot out '1' signal and always keep low. But I replace the pins with GPIO_7 and GPIO_8. It works normally. 

I checked the RM and cannot find the difference between these two pairs of pins when configured as GPIO. Could you please advise me how to fix this issue? Thank you.

/***********************************************************/ 

SoC:i.MX 6QP, OS: M6.0

MX6QDL_PAD_RGMII_RX_CTL__GPIO6_IO24  0x00013030 
MX6QDL_PAD_RGMII_RD3__GPIO6_IO29     0x0001B030

==========

usb2553-enctlgpio = <&gpio6 24 0>;
usbfault-enctlgpio= <&gpio6 29 0>;

/**********************************************************/

Labels (1)
0 Kudos
3 Replies

743 Views
hi_shawn
Contributor II

Hi Igor,

Pins RGMII_RX_CTL and RGMII_RD3 don't connect to 8031.  I want configure them to ALT5 and ALT5. Please refer to the pictures below. As i mentioned, the pins GPIO_7 and GPIO_8 are OK. But i cannot find the root cause. Anything else i should care about?

pastedImage_1.png

pastedImage_2.png

0 Kudos

743 Views
igorpadykov
NXP Employee
NXP Employee

Hi Shawn

please attach jtag debugger and try to set outputs of these pads using jtag.

Best regards
igor

0 Kudos

743 Views
igorpadykov
NXP Employee
NXP Employee

Hi Shawn

is there some rgmii circuit on the board, as for example on i.MX6QP Sabre SD schematic SPF-28857
these two signals are connected to outputs of AR8031 (U516) RGMII_RXD3, RGMII_RXDV.
In general one can attach jtag and check iomux settings and try manually set them to '1' signal.

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos