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.

AM6442: AM6442 CPSW CPTS OUTPUT PPS

Part Number: AM6442

How output pps signal from AM6442-evm?Can ouput from SYNC1_OUT?

&timesync_router {
    pinctrl-names = "default";
    pinctrl-0 = <&mcu_cpts_pps>;

    /* Example of the timesync routing */
    mcu_cpts_pps: mcu-cpts-pps {
        pinctrl-single,pins = <
                /* pps [cpts genf1] in22 -> out37 [cpts hw8_push] */
                TS_OFFSET(37, 22)
                /* pps [cpts genf1] in22 -> out25 [SYNC1_OUT pin] */
                TS_OFFSET(25, 22)
                >;
    };
};