sinara-systems-legacy/berkeley.json

51 lines
1.2 KiB
JSON
Raw Normal View History

2019-02-12 19:15:16 +08:00
{
"target": "kasli",
"variant": "berkeley",
"hw_rev": "v1.1",
"base": "standalone",
2019-02-22 23:11:20 +08:00
"core_addr": "192.168.1.75",
2019-02-12 19:15:16 +08:00
"rtio_frequency": 100e6,
"peripherals": [
{
"type": "dio",
2021-06-18 09:55:09 +08:00
"ports": [0],
2019-02-12 19:15:16 +08:00
"bank_direction_low": "input",
"bank_direction_high": "output"
},
{
"type": "dio",
2021-06-18 09:55:09 +08:00
"ports": [1],
2019-02-12 19:15:16 +08:00
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "urukul",
2021-06-18 09:55:09 +08:00
"ports": [2, 3],
2019-02-12 19:15:16 +08:00
"synchronization": true,
2019-02-22 23:02:35 +08:00
"clk_sel": 2,
"pll_vco": 4
2019-02-12 19:15:16 +08:00
},
{
"type": "urukul",
2021-06-18 09:55:09 +08:00
"ports": [4, 5],
2019-02-12 19:15:16 +08:00
"synchronization": true,
2019-02-22 23:02:35 +08:00
"clk_sel": 2,
"pll_vco": 4
2019-02-12 19:15:16 +08:00
},
{
"type": "urukul",
2021-06-18 09:55:09 +08:00
"ports": [6, 7],
2019-02-12 19:15:16 +08:00
"synchronization": true,
2019-02-22 23:02:35 +08:00
"clk_sel": 2,
"pll_vco": 4
2019-02-12 19:15:16 +08:00
},
{
"type": "urukul",
2021-06-18 09:55:09 +08:00
"ports": [8, 9],
2021-06-09 19:28:22 +08:00
"synchronization": true,
"clk_sel": 2,
"pll_vco": 4
2019-02-12 19:15:16 +08:00
}
]
}