Commit 96844e8f authored by Sebastien Bourdeauducq's avatar Sebastien Bourdeauducq
Browse files

sayma_rtm: add pins for HMC clocking chips

parent 746e4bcc
...@@ -20,6 +20,17 @@ _io = [ ...@@ -20,6 +20,17 @@ _io = [
Subsignal("rx_n", Pins("R17")), # rtm_fpga_lvds1_n Subsignal("rx_n", Pins("R17")), # rtm_fpga_lvds1_n
IOStandard("LVDS_25") IOStandard("LVDS_25")
), ),
# HMC clocking chips (830 and 7043)
("hmc_spi", 0,
Subsignal("clk", Pins("A17")),
Subsignal("mosi", Pins("B16"), Misc("PULLDOWN")),
Subsignal("miso", Pins("D9")),
# cs[0]=830 cs[1]=7043
Subsignal("cs_n", Pins("C8 D16")),
IOStandard("LVCMOS25")
),
("hmc7043_reset", 0, Pins("E17"), IOStandard("LVCMOS25")),
] ]
......
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