mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 23:51:33 +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 {
|
||||
status = "okay";
|
||||
};
|
||||
|
@ -109,3 +118,7 @@
|
|||
reg = <1>;
|
||||
};
|
||||
};
|
||||
|
||||
ð {
|
||||
mediatek,poll-link-phy = <0>;
|
||||
};
|
||||
|
|
|
@ -26,6 +26,15 @@
|
|||
};
|
||||
};
|
||||
|
||||
&pinctrl {
|
||||
state_default: pin_state {
|
||||
p0led {
|
||||
groups = "p0led_a";
|
||||
function = "led";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&uart2 {
|
||||
status = "okay";
|
||||
};
|
||||
|
@ -42,3 +51,7 @@
|
|||
reg = <0>;
|
||||
};
|
||||
};
|
||||
|
||||
ð {
|
||||
mediatek,poll-link-phy = <0>;
|
||||
};
|
||||
|
|
|
@ -346,7 +346,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
eth@10110000 {
|
||||
eth: eth@10110000 {
|
||||
compatible = "mediatek,mt7628-eth";
|
||||
reg = <0x10100000 0x10000
|
||||
0x10110000 0x8000>;
|
||||
|
|
Loading…
Reference in a new issue