mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-28 17:21:36 +02: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
@ -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…
x
Reference in New Issue
Block a user