We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03fb039 commit e779d62Copy full SHA for e779d62
arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4-pro-8x.dts
@@ -6,13 +6,13 @@
6
"mediatek,mt7988a";
7
};
8
9
-/*ð {
+ð {
10
mux: mux-bus {
11
#address-cells = <1>;
12
#size-cells = <0>;
13
mux1: ethernet-mux@1 {
14
compatible = "mediatek,eth-mux";
15
- reg = <1>;
+ reg = <1>; //map to gmac1
16
chan-sel-gpios = <&pio 3 GPIO_ACTIVE_HIGH>;
17
mod-def0-gpios = <&pio 1 GPIO_ACTIVE_LOW>; //also moddef0 of sfp2
18
sfp-present-channel = <1>;
@@ -35,7 +35,7 @@
35
36
37
38
-};*/
+};
39
40
&gmac1 {
41
phy-mode = "usxgmii";
0 commit comments