diff options
author | Maxime Coquelin <maxime.coquelin@st.com> | 2015-10-01 17:45:46 +0200 |
---|---|---|
committer | Maxime Coquelin <maxime.coquelin@st.com> | 2015-10-15 13:45:56 +0200 |
commit | 60dfa24588ee76b85f48c2adab5cdf9b868dc629 (patch) | |
tree | 66dd52c1395bb7c4aeb29f5c7275a0a148d4f24e /arch/arm/boot/dts/stihxxx-b2120.dtsi | |
parent | ab511d7df1a0f73c4ccccd5655c84efdb7f816c1 (diff) | |
download | talos-obmc-linux-60dfa24588ee76b85f48c2adab5cdf9b868dc629.tar.gz talos-obmc-linux-60dfa24588ee76b85f48c2adab5cdf9b868dc629.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/stihxxx-b2120.dtsi')
-rw-r--r-- | arch/arm/boot/dts/stihxxx-b2120.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stihxxx-b2120.dtsi b/arch/arm/boot/dts/stihxxx-b2120.dtsi index ab029f7239b2..ad21a4293a33 100644 --- a/arch/arm/boot/dts/stihxxx-b2120.dtsi +++ b/arch/arm/boot/dts/stihxxx-b2120.dtsi @@ -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>; + }; }; }; |