Unverified Commit df5060dc authored by Cristian Ciocaltea's avatar Cristian Ciocaltea Committed by Arnd Bergmann
Browse files
parent c500bee1
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -324,5 +324,15 @@ mmc2: mmc@b0238000 {
			dma-names = "mmc";
			status = "disabled";
		};

		ethernet: ethernet@b0310000 {
			compatible = "actions,s500-emac", "actions,owl-emac";
			reg = <0xb0310000 0x10000>;
			interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>;
			clocks = <&cmu CLK_ETHERNET>, <&cmu CLK_RMII_REF>;
			clock-names = "eth", "rmii";
			resets = <&cmu RESET_ETHERNET>;
			status = "disabled";
		};
	};
};