adi_adrv2crr: Add IO definition for the AD9545 reset line

We use PULLUP on it so that the AD9545 is by default held out
of reset without the user having to do anything ...

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2022-03-23 20:42:15 +01:00
parent cdb78efd3c
commit bcedf573e0
1 changed files with 3 additions and 0 deletions

View File

@ -292,6 +292,9 @@ _io = [
IOStandard("LVCMOS18")
),
# AD9545
("ad9545_car_reset_n", 0, Pins("AR19"), IOStandard("LVCMOS18"), Misc("PULLUP")),
# PCIe
("pcie_x1", 0,
Subsignal("rst_n", Pins("AH17"), IOStandard("LVCMOS18")),