Skip to content

Commit

Permalink
sayma_rtm: add si5324_clkout_fabric and rtm_master_aux_clk
Browse files Browse the repository at this point in the history
  • Loading branch information
sbourdeauducq committed Jan 31, 2019
1 parent 3e6f39a commit afe4405
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions migen/build/platforms/sinara/sayma_rtm.py
Expand Up @@ -142,6 +142,16 @@
Subsignal("p", Pins("B6")),
Subsignal("n", Pins("B5"))
),
("si5324_clkout_fabric", 0,
Subsignal("p", Pins("T14")),
Subsignal("n", Pins("T15")),
IOStandard("LVDS_25")
),
("rtm_master_aux_clk", 0,
Subsignal("p", Pins("P14")),
Subsignal("n", Pins("R15")),
IOStandard("LVDS_25")
),
# Slave SATA connector J71
("sata", 0,
Subsignal("txp", Pins("D2")),
Expand Down

0 comments on commit afe4405

Please sign in to comment.