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

