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

Commit baab7dc2 authored by Lucas Stach's avatar Lucas Stach Committed by Shawn Guo
Browse files

ARM: dts: imx6: RDU2: add i210 node



This is needed for the bootloader to patch in the correct MAC address.

Signed-off-by: default avatarLucas Stach <l.stach@pengutronix.de>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent faee0fe2
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -580,6 +580,18 @@
	pinctrl-0 = <&pinctrl_pcie>;
	reset-gpio = <&gpio7 12 GPIO_ACTIVE_LOW>;
	status = "okay";

	host@0 {
		reg = <0 0 0 0 0>;
		device_type = "pci";

		#address-cells = <3>;
		#size-cells = <2>;

		i210: i210@0 {
			reg = <0 0 0 0 0>;
		};
	};
};

&usdhc2 {