mirror of
https://github.com/torvalds/linux.git
synced 2024-12-29 14:21:47 +00:00
ARM: dts: Enable Ethernet on STi's B2120 boards
These boards are mounted with Realtek RTL8367 switch. We consider the bootloader will have intiliazed the switch before jumping into the kernel, so we declare it as a fixed link. Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
This commit is contained in:
parent
ab511d7df1
commit
60dfa24588
@ -25,6 +25,7 @@
|
||||
|
||||
aliases {
|
||||
ttyAS0 = &sbc_serial0;
|
||||
ethernet0 = ðernet0;
|
||||
};
|
||||
|
||||
};
|
||||
|
@ -25,6 +25,7 @@
|
||||
|
||||
aliases {
|
||||
ttyAS0 = &sbc_serial0;
|
||||
ethernet0 = ðernet0;
|
||||
};
|
||||
|
||||
soc {
|
||||
|
@ -87,5 +87,11 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
ethernet0: dwmac@9630000 {
|
||||
st,tx-retime-src = "clkgen";
|
||||
status = "okay";
|
||||
phy-mode = "rgmii";
|
||||
fixed-link = <0 1 1000 0 0>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user