package: add fitblk util to release /dev/fit* devices
[openwrt/staging/jow.git] / target / linux / mediatek / files-5.15 / arch / arm64 / boot / dts / mediatek / mt7988a-rfb-eth1-i2p5g-phy.dtso
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
2 /*
3 * Copyright (C) 2022 MediaTek Inc.
4 * Author: Sam.Shih <sam.shih@mediatek.com>
5 */
6
7 /dts-v1/;
8 /plugin/;
9
10 / {
11 compatible = "mediatek,mt7988a-rfb", "mediatek,mt7988a";
12
13 fragment@0 {
14 target = <&gmac1>;
15 __overlay__ {
16 phy-mode = "internal";
17 phy-connection-type = "internal";
18 phy = <&int_2p5g_phy>;
19 status = "okay";
20 };
21 };
22
23 fragment@1 {
24 target = <&int_2p5g_phy>;
25 __overlay__ {
26 pinctrl-names = "i2p5gbe-led";
27 pinctrl-0 = <&i2p5gbe_led0_pins>;
28 };
29 };
30 };