sonic-buildimage/device/quanta/x86_64-quanta_ix7_bwde-r0/Quanta-IX7-BWDE-32X/platform-def.json
roberthong-qct 7ae509b3f8 [Quanta] Add and update platform and device files (#6971)
Add device and platform code for ix7-bwde, ix8a-bwde.
Support platform API 2.0 for all quanta platforms except for ix1b

Co-authored-by: robert.hong <robert.hong@qct.io>
2021-06-28 09:33:12 +00:00

33 lines
730 B
JSON

{
"fec-mode": {
"Ethernet0-127": {
"1": {
"10000": [ "none", "fc" ],
"25000": [ "none", "rs" ]
},
"2": {
"20000": [ "none", "fc" ],
"50000": [ "none", "rs" ]
},
"4": {
"40000": [ "none", "fc" ],
"100000": [ "none", "rs" ]
}
}
},
"default-fec-mode": {
"Ethernet0-127": {
"4": {
"40000": "none",
"100000": "rs"
}
}
},
"native-port-supported-speeds": {
"Ethernet0-127": {
"4": ["100000","40000"]
}
}
}