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 ```json
{ {
"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
} }
``` ```