Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 08ec67b5 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Simon Horman
Browse files

ARM: shmobile: r8a7740 dtsi: Add Ethernet support

parent 667366bf
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -123,6 +123,19 @@
			      0 149 IRQ_TYPE_LEVEL_HIGH>;
	};

	ether: ethernet@e9a00000 {
		compatible = "renesas,gether-r8a7740";
		reg = <0xe9a00000 0x800>,
		      <0xe9a01800 0x800>;
		interrupt-parent = <&gic>;
		interrupts = <0 110 IRQ_TYPE_LEVEL_HIGH>;
		/* clocks = <&mstp3_clks R8A7740_CLK_GETHER>; */
		phy-mode = "mii";
		#address-cells = <1>;
		#size-cells = <0>;
		status = "disabled";
	};

	i2c0: i2c@fff20000 {
		#address-cells = <1>;
		#size-cells = <0>;