You may try the next intersting solution :
There are 2 ways to check the clock tree under linux BSP:
- /unit_tests/dump-clocks.sh
- /unit_tests/dump-clocks-dot.sh
Copy the output to a file(imx6q_clk.dot) then use the dot command from graphviz to generate the picture:
dot imx6q_clk.dot -Tpng -o imx6q_clk.png
Here is an example of imx6q_clk.png

