platforms/rhino: add PCA9555 I2C expander

This commit is contained in:
Sebastien Bourdeauducq 2013-02-08 17:44:13 +01:00
parent fef9d0fc78
commit 9ecfdeccec
1 changed files with 6 additions and 0 deletions

View File

@ -87,6 +87,12 @@ _io = [
("fmc150_ext_trigger", 0, Pins("U26")),
# Vermeer radar testbed
# Switch controller
("pca9555", 0,
Subsignal("sda", Pins("C13")),
Subsignal("scl", Pins("G8")),
IOStandard("LVCMOS33")
),
# TX path
("pe43602", 0,
Subsignal("d", Pins("H8")),