forked from sinara-hw/assembly
mirny: fix wrong json template
This commit is contained in:
parent
adf516d310
commit
250d759f05
|
@ -9,8 +9,9 @@
|
||||||
{
|
{
|
||||||
"type": "mirny",
|
"type": "mirny",
|
||||||
"almazny": true, // for mirny with almazny only
|
"almazny": true, // for mirny with almazny only
|
||||||
|
"almazny_hw_rev": "v1.2", // optional, must be provided for legacy (<=v1.1) Almazny
|
||||||
"ports": [<port num>],
|
"ports": [<port num>],
|
||||||
"clk_sel": 2, // optional
|
"clk_sel": "mmcx", // optional
|
||||||
"refclk": 125e6 // optional
|
"refclk": 125e6 // optional
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue