platforms/kc705: add GPIO SMA
This commit is contained in:
parent
f32f9be17a
commit
b7784fcbd7
|
@ -29,6 +29,11 @@ _io = [
|
|||
Subsignal("p", Pins("L25"), IOStandard("LVDS_25")),
|
||||
Subsignal("n", Pins("K25"), IOStandard("LVDS_25"))
|
||||
),
|
||||
("user_sma_clock_p", 0, Pins("L25"), IOStandard("LVCMOS25")),
|
||||
("user_sma_clock_n", 0, Pins("K25"), IOStandard("LVCMOS25")),
|
||||
|
||||
("user_sma_gpio_p", 0, Pins("Y23"), IOStandard("LVCMOS33")),
|
||||
("user_sma_gpio_n", 0, Pins("Y24"), IOStandard("LVCMOS33")),
|
||||
|
||||
("clk200", 0,
|
||||
Subsignal("p", Pins("AD12"), IOStandard("LVDS")),
|
||||
|
|
Loading…
Reference in New Issue