Skip to content

Commit 6706e5a

Browse files
authored
[device/accton] Add pre-emphasis parameters for as4630_54pe (#4604)
1 parent af95d57 commit 6706e5a

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"PORT_MEDIA_SETTINGS": {
3+
"49": {
4+
"Default": {
5+
"preemphasis": {
6+
"lane0":"0x124106"
7+
}
8+
}
9+
},
10+
"50": {
11+
"Default": {
12+
"preemphasis": {
13+
"lane0":"0x124106"
14+
}
15+
}
16+
},
17+
"51": {
18+
"Default": {
19+
"preemphasis": {
20+
"lane0":"0x124106"
21+
}
22+
}
23+
},
24+
"52": {
25+
"Default": {
26+
"preemphasis": {
27+
"lane0":"0x124106"
28+
}
29+
}
30+
},
31+
"53": {
32+
"Default": {
33+
"preemphasis": {
34+
"lane0":"0x124106",
35+
"lane1":"0x124106",
36+
"lane2":"0x124106",
37+
"lane3":"0x124106"
38+
}
39+
}
40+
},
41+
"54": {
42+
"Default": {
43+
"preemphasis": {
44+
"lane0":"0x124106",
45+
"lane1":"0x124106",
46+
"lane2":"0x124106",
47+
"lane3":"0x124106"
48+
}
49+
}
50+
}
51+
}
52+
}

0 commit comments

Comments
 (0)