Skip to content

Commit 760a4ab

Browse files
committed
arm64: dts: mt7988a-bpi-r4: add nodes for 2g5 variant
1 parent 3c54ede commit 760a4ab

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
// 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+
*/
26

37
/dts-v1/;
48

59
#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

Comments
 (0)