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.

AM623: Enable CLOCKOUT0

Part Number: AM623


Tool/software:

Hi,

I need to enable clock (range from 6MHz to 24MHz) from the pin A18 to camera module  

  

and dts as below

refclk1_out_pins: refclk1-out-pins {
                   pinctrl-single,pins = <
                                AM62X_IOPAD(0x01f0, PIN_OUTPUT_PULLUP, 5) /* (A18) EXT_REFCLK1.CLKOUT0 */
                   >;
};

&k3_clks {
             refclk1_out {
                                assigned-clocks = <&k3_clks 157 67>;
                                assigned-clock-rates = <25000000>;
                                pinctrl-names = "default";
                                pinctrl-0 = <&refclk1_out_pins>;

                                 status = "okay";
               };

};

not able to see any clock on line, please give suggestion.

Thanks,

Gireesh Hiremath