We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c54ede commit 760a4abCopy full SHA for 760a4ab
1 file changed
arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4-2g5.dts
@@ -1,5 +1,26 @@
1
// SPDX-License-Identifier: GPL-2.0-only OR MIT
2
+/*
3
+ * Copyright (C) 2022 MediaTek Inc.
4
+ * Author: Sam.Shih <sam.shih@mediatek.com>
5
+ */
6
7
/dts-v1/;
8
9
#include "mt7988a-bananapi-bpi-r4.dtsi"
10
+
11
+/ {
12
+ model = "Bananapi BPI-R4 2.5GE";
13
+};
14
15
+&gmac1 {
16
+ phy-mode = "internal";
17
+ phy-connection-type = "internal";
18
+ phy = <&int_2p5g_phy>;
19
+ status = "okay";
20
+ openwrt,netdev-name = "lan4";
21
22
23
+&int_2p5g_phy {
24
+ pinctrl-names = "i2p5gbe-led";
25
+ pinctrl-0 = <&i2p5gbe_led0_pins>;
26
0 commit comments