--- zzzz-none-000/linux-3.10.107/arch/arm/boot/dts/socfpga_vt.dts 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/arch/arm/boot/dts/socfpga_vt.dts 2021-02-04 17:41:59.000000000 +0000 @@ -16,7 +16,7 @@ */ /dts-v1/; -/include/ "socfpga.dtsi" +#include "socfpga.dtsi" / { model = "Altera SOCFPGA VT"; @@ -41,6 +41,19 @@ }; }; + dwmmc0@ff704000 { + num-slots = <1>; + broken-cd; + bus-width = <4>; + cap-mmc-highspeed; + cap-sd-highspeed; + }; + + ethernet@ff700000 { + phy-mode = "gmii"; + status = "okay"; + }; + timer0@ffc08000 { clock-frequency = <7000000>; }; @@ -70,3 +83,8 @@ }; }; }; + +&gmac0 { + status = "okay"; + phy-mode = "gmii"; +};