How to calculate the clocks that are configured in each device tree node of IMX8? Can a data flow diagram be generated based on the device tree nodes? Which document does the device tree refer to?
For example, the following addition,
&lcdif {
status = "okay";
assigned-clock-rates = <484000000>, <121000000>, <400000000>, <133333333>;
};
I want to know how the values filled in after the assigned lock rates are calculated?
Looking forward to your reply, thank you very much!