mirny: fix wrong json template

This commit is contained in:
mwojcik 2024-07-18 17:13:43 +08:00
parent adf516d310
commit 250d759f05
1 changed files with 3 additions and 2 deletions

View File

@ -8,9 +8,10 @@
```json
{
"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>],
"clk_sel": 2, // optional
"clk_sel": "mmcx", // optional
"refclk": 125e6 // optional
}
```