1// SPDX-License-Identifier: GPL-2.0-only OR MIT 2 3/dts-v1/; 4 5#include "mt7988a-bananapi-bpi-r4.dtsi" 6 7/ { 8 compatible = "bananapi,bpi-r4-2g5", "bananapi,bpi-r4", "mediatek,mt7988a"; 9 model = "Banana Pi BPI-R4 (1x SFP+, 1x 2.5GbE)"; 10 chassis-type = "embedded"; 11}; 12 13&gmac1 { 14 phy = <&int_2p5g_phy>; 15 phy-mode = "internal"; 16 status = "okay"; 17}; 18 19&int_2p5g_phy { 20 pinctrl-0 = <&i2p5gbe_led0_pins>; 21 pinctrl-names = "i2p5gbe-led"; 22}; 23