Commit 30370c32 authored by Adam Wujek's avatar Adam Wujek

sw/configs/device-tree: test for 10G link, generate 156250000Hz on clk out0

Signed-off-by: 's avatarAdam Wujek <dev_public@wujek.eu>
parent 2a497674
......@@ -40,6 +40,14 @@
/* fallback MAC address */
local-mac-address = [00 0a 35 00 22 01];
phy-handle = <&phy9>;
clock-names = "pixel";
clocks = <&si5341 0 0>; /* Output 0 */
/* Set output 7 to use syntesizer 3 as its parent */
assigned-clocks = <&si5341 0 0>, <&si5341 1 0>;
assigned-clock-parents = <&si5341 1 0>;
/* Set output 0 to 156.25 MHz using a synth frequency of 25 MHz */
assigned-clock-rates = <156250000>, <1250000000>;
phy9: phy@9 {
reg = <0x9>;
xlnx,phy-type = <0x5>;
......@@ -106,7 +114,7 @@
#address-cells = <1>;
#size-cells = <0>;
reg = <2>;
si5341@76 {
si5341: si5341@76 {
#clock-cells = <2>;
#address-cells = <1>;
#size-cells = <0>;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment