I want to configure adis16465 IMU in scaled sync mode. The external clock node is not specified in the official example,they just lists a label simply,as shown below ,so how should I edit the details of the label?
imu@0 { compatible = "adi,adis16495-1"; reg = <0>; spi-max-frequency = <3200000>; spi-cpol; spi-cpha; interrupts = <25 IRQF_TRIGGER_FALLING>; interrupt-parent = <&gpio>; interrupt-names = "DIO2"; clocks = <&adis16495_sync>;//just a label... clock-names = "sync"; adi,ext-clk-pin = "DIO1"; };