qe: add LVDS-TTL

master
Sebastien Bourdeauducq 2020-04-01 21:51:22 +08:00
parent d6146e316c
commit b0d5d0e3fc
1 changed files with 15 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"target": "kasli",
"variant": "quera",
"variant": "qe",
"hw_rev": "v1.1",
"base": "standalone",
"core_addr": "192.168.1.75",
@ -27,6 +27,20 @@
{
"type": "zotino",
"ports": [8]
},
{
"type": "dio",
"board": "DIO_RJ45",
"ports": [9],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "dio",
"board": "DIO_RJ45",
"ports": [10],
"bank_direction_low": "output",
"bank_direction_high": "output"
}
]
}