platforms/de10lite: remove UART pins from GPIO resource
V10 and W10 pins were used in UART periph, causing error when gpio_0 were requested.
This commit is contained in:
parent
359918c2a2
commit
28753a2c04
|
@ -51,7 +51,7 @@ _io = [
|
|||
|
||||
|
||||
("gpio_0", 0,
|
||||
Pins("V10 W10 V9 W9 V8 W8 V7 W7 W6 V5 W5 AA15 AA14 W13 W12 AB13 AB12 Y11 AB11 W11 AB10 AA10 AA9 Y8 AA8 Y7 AA7 Y6 AA6 Y5 AA5 Y4 AB3 Y3 AB2 AA2"),
|
||||
Pins("V9 W9 V8 W8 V7 W7 W6 V5 W5 AA15 AA14 W13 W12 AB13 AB12 Y11 AB11 W11 AB10 AA10 AA9 Y8 AA8 Y7 AA7 Y6 AA6 Y5 AA5 Y4 AB3 Y3 AB2 AA2"),
|
||||
IOStandard("3.3-V LVTTL")
|
||||
),
|
||||
("gpio_1", 0,
|
||||
|
|
Loading…
Reference in New Issue