This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DP83640: Want to use DP83640 with as a PTP Grandmaster with GPS Receiver

Part Number: DP83640
Other Parts Discussed in Thread: , AM3354

Want to use DP83640 with GPS Receiver which is accurate time source. If you have any reference design then pleas provide us. We are using linuxptp for PTP.  Processor being used by us is AM335x.

  • Hi Harshil,

    Our references are found in the DP83640 product folder:

    https://www.ti.com/product/DP83640/technicaldocuments

  • Thank you for the reply.

    I am using DP83640T-EVK with RMII. I have connected RMII2 interface with DP83640. I am using AM3354 processor.

    Below is my hardware configuration details.

               0x870 (PIN_INPUT_PULLDOWN | MUX_MODE3) /* (T17) gpmc_wait0.rmii2_crs_dv */
                0x874 (PIN_INPUT_PULLDOWN | MUX_MODE3) /* (U17) gpmc_wpn.rmii2_rxer */
                0x840 (PIN_OUTPUT_PULLDOWN | MUX_MODE3) /* (R13) gpmc_a0.rmii2_txen */
                0x854 (PIN_OUTPUT_PULLDOWN | MUX_MODE3) /* (V15) gpmc_a5.rmii2_txd0 */
                0x850 (PIN_OUTPUT_PULLDOWN | MUX_MODE3) /* (R14) gpmc_a4.rmii2_txd1 */
                0x86c (PIN_INPUT_PULLDOWN | MUX_MODE3) /* (V17) gpmc_a11.rmii2_rxd0 */
                0x868 (PIN_INPUT_PULLDOWN | MUX_MODE3) /* (T16) gpmc_a10.rmii2_rxd1 */
                0x908 (PIN_INPUT_PULLDOWN | MUX_MODE1) /* (H16) gmii1_col.rmii2_refclk */

    I have also enabled in PHY timestamping and DP83640 driver in the kernel. I am getting Phy id as well MAC address for ethernet phy but not able to get communication from DP83640.

    I have tried with DHCP as well as assigned static IP.