Other Parts Discussed in Thread: , USB2ANY
Hi,
The IC LMK03318RHSR is used in my custom board to generate 4 different clock frequencies(40MHz,25MHz,33.33MHz and 24MHz). This IC is connected to zynq 7010 processor through I2C lines.
There are two ways that I thought of :-
1. The configuration file that gets generated using TI software somehow can be used to configure the clock generator IC using uboot/kernel.
2.Or, Have the driver files for this particular IC in uboot and kernel , and using device tree somehow to configure it.
(Basically I want to configure the IC using my BSP . )
So is it possible to configure it in any of the ways that I have mentioned above. If yes, then how can I do that?
Suggest me how to approach this issue.
If there is already a reference or working solution pls share that too.