k3_clks node and clock configuration on devicetree

Hello,

Does anyone know how to assign a pin as a clock in Devicetree?

A node reference named “&k3_clks” was used with all assigned-clocks properties. But I could not find the original node itself, even though I looked at k3-am67a-beagley-ai.dts and all the dtsi’s included in this file.

assigned-clocks = <&k3_clks 227 0>;
assigned-clock-parents = <&k3_clks 227 6>;

And, what do the two arguments(such as 227 6) next to k3_clks mean?

1 Like