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

Commit 00e92980 authored by Olof Johansson's avatar Olof Johansson
Browse files

Merge branch 'highbank/devel' into next/devel

parents 1dc9fff7 b8a960c2
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -194,5 +194,17 @@
			reg = <0xfff3d000 0x1000>;
			interrupts = <0 92 4>;
		};

		ethernet@fff50000 {
			compatible = "calxeda,hb-xgmac";
			reg = <0xfff50000 0x1000>;
			interrupts = <0 77 4  0 78 4  0 79 4>;
		};

		ethernet@fff51000 {
			compatible = "calxeda,hb-xgmac";
			reg = <0xfff51000 0x1000>;
			interrupts = <0 80 4  0 81 4  0 82 4>;
		};
	};
};