dts: mtmips: enable eth port0 led and link poll functions for all boards

This patch adds default p0led status and phy0 link polling for all boards.

Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
This commit is contained in:
Weijie Gao 2019-09-25 17:45:36 +08:00 committed by Daniel Schwierzeck
parent 877d03903c
commit cff0b044d2
3 changed files with 27 additions and 1 deletions

View file

@ -85,6 +85,15 @@
}; };
}; };
&pinctrl {
state_default: pin_state {
p0led {
groups = "p0led_a";
function = "led";
};
};
};
&uart0 { &uart0 {
status = "okay"; status = "okay";
}; };
@ -109,3 +118,7 @@
reg = <1>; reg = <1>;
}; };
}; };
&eth {
mediatek,poll-link-phy = <0>;
};

View file

@ -26,6 +26,15 @@
}; };
}; };
&pinctrl {
state_default: pin_state {
p0led {
groups = "p0led_a";
function = "led";
};
};
};
&uart2 { &uart2 {
status = "okay"; status = "okay";
}; };
@ -42,3 +51,7 @@
reg = <0>; reg = <0>;
}; };
}; };
&eth {
mediatek,poll-link-phy = <0>;
};

View file

@ -346,7 +346,7 @@
}; };
}; };
eth@10110000 { eth: eth@10110000 {
compatible = "mediatek,mt7628-eth"; compatible = "mediatek,mt7628-eth";
reg = <0x10100000 0x10000 reg = <0x10100000 0x10000
0x10110000 0x8000>; 0x10110000 0x8000>;