How can define the MCLK pin at dtsi?

I use jetson TX1 and R28.2
now I use a imx219 sensor.it need the 24MHz clock.
if I use F9 is the mclk.

this dtsi define is OK?

clocks = <&tegra_car TEGRA210_CLK_CLK_OUT_3>;
clock-names = "clk_out_3";
clock-frequency = <24000000>;
mclk = "clk_out_3";

hello sensor_test,

this looks correct,
you could also refer to our reference camera driver, imx274.
thanks

Thanks.
For your reference camera driver, imx274,I can get the dtsi file,but I can not find that How can the imx274 connect the jetson TX1. maybe you can offert some info?

hello sensor_test,

please refer to the sensor device tree for checking the relationship of sensor, vi, and nvcsi.
please also check the [Sensor Driver Programming Guide] in the L4T release documentation for more details.
thanks

Thanks.