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

Commit 15d89dc9 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Simon Horman
Browse files

ARM: shmobile: armadillo-reference dts: Add Ethernet support

parent 08ec67b5
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -158,6 +158,18 @@
	};
};

&ether {
	pinctrl-0 = <&ether_pins>;
	pinctrl-names = "default";

	phy-handle = <&phy0>;
	status = "ok";

	phy0: ethernet-phy@0 {
		reg = <0>;
	};
};

&i2c0 {
	status = "okay";
	touchscreen@55 {
@@ -189,6 +201,11 @@
	pinctrl-0 = <&scifa1_pins>;
	pinctrl-names = "default";

	ether_pins: ether {
		renesas,groups = "gether_mii", "gether_int";
		renesas,function = "gether";
	};

	scifa1_pins: serial1 {
		renesas,groups = "scifa1_data";
		renesas,function = "scifa1";