Skip to content

Commit

Permalink
wtp-01-c1-00: update platform.json to support 100g, 200g, and 300g modes
Browse files Browse the repository at this point in the history
Signed-off-by: Wataru Ishida <[email protected]>
  • Loading branch information
ishidawataru committed Jul 3, 2022
1 parent f9227e0 commit 2d4360e
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,9 @@
{"synce-reference-clock": {"name": "0", "index": 0, "gearbox": {"name": "2"}}, "input-reference": {"name": "4", "index": 4, "dpll": {"name": "1"}}},
{"synce-reference-clock": {"name": "1", "index": 1, "gearbox": {"name": "2"}}, "input-reference": {"name": "5", "index": 5, "dpll": {"name": "1"}}},
{"synce-reference-clock": {"name": "2", "index": 2, "gearbox": {"name": "2"}}, "input-reference": {"name": "6", "index": 6, "dpll": {"name": "1"}}},
{"synce-reference-clock": {"name": "3", "index": 3, "gearbox": {"name": "2"}}, "input-reference": {"name": "7", "index": 7, "dpll": {"name": "1"}}}
{"synce-reference-clock": {"name": "3", "index": 3, "gearbox": {"name": "2"}}, "input-reference": {"name": "7", "index": 7, "dpll": {"name": "1"}}},
{"transponder": {"netif": {"index": 0, "line-rate": "400g"}, "hostifs": [{"index": 0}, {"index": 1}, {"index": 2}, {"index": 3}]}},
{"transponder": {"netif": {"index": 0, "line-rate": "300g"}, "hostifs": [{"index": 0}, {"index": 1}, {"index": 2}]}},
{"transponder": {"netif": {"index": 0, "line-rate": "200g"}, "hostifs": [{"index": 0}, {"index": 1}]}},
{"transponder": {"netif": {"index": 0, "line-rate": "100g"}, "hostifs": [{"index": 0}]}}
]

0 comments on commit 2d4360e

Please sign in to comment.