Skip to content

Instantly share code, notes, and snippets.

@aaronautt
Created September 8, 2022 13:27
Show Gist options
  • Save aaronautt/2ad63b2dccde9b7d7e2b6f53c25dc769 to your computer and use it in GitHub Desktop.
Save aaronautt/2ad63b2dccde9b7d7e2b6f53c25dc769 to your computer and use it in GitHub Desktop.
Device tree entry configuration for si5344 on custom ultrascale board based on zcu102
clock entry for synth clock is <&si5344 1 0>, the synth clock needs to be at 2x the desired output clock
clocks = <&si5344 0 0>, <&si5344 0 1>, <&si5344 0 2>, <&si5344 0 3>;
clock-names = "si5344_0", "si5344_1", "si5344_2", "si5344_3";
assigned-clocks = <&si5344 0 0>, <&si5344 0 1>,
<&si5344 0 2>, <&si5344 0 3>,
<&si5344 1 0>;
assigned-clock-rates = <156250000>, <156250000>,
<156250000>, <156250000>,
<312500000>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment