mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-30 02:21:34 +00:00
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:
parent
877d03903c
commit
cff0b044d2
3 changed files with 27 additions and 1 deletions
|
@ -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>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ð {
|
||||||
|
mediatek,poll-link-phy = <0>;
|
||||||
|
};
|
||||||
|
|
|
@ -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>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ð {
|
||||||
|
mediatek,poll-link-phy = <0>;
|
||||||
|
};
|
||||||
|
|
|
@ -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>;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue