summaryrefslogtreecommitdiffstats
path: root/target/linux/mediatek/files-6.1/arch/arm64/boot/dts/mediatek/mt7988a-rfb-eth1-i2p5g-phy.dtso
blob: 86ab7566dc298e540862ac9bc293ca29c1a81eea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
/*
 * Copyright (C) 2022 MediaTek Inc.
 * Author: Sam.Shih <sam.shih@mediatek.com>
 */

/dts-v1/;
/plugin/;

/ {
	compatible = "mediatek,mt7988a-rfb", "mediatek,mt7988a";

	fragment@0 {
		target = <&gmac1>;
		__overlay__ {
			phy-mode = "internal";
			phy-connection-type = "internal";
			phy = <&int_2p5g_phy>;
			status = "okay";
		};
	};

	fragment@1 {
		target = <&int_2p5g_phy>;
		__overlay__ {
			pinctrl-names = "i2p5gbe-led";
			pinctrl-0 = <&i2p5gbe_led0_pins>;
		};
	};
};