Commit 67aa6a14 authored by Marek Vasut's avatar Marek Vasut Committed by Jiri Slaby

ARM: dts: imx: Add alias for ethernet controller

commit 22970070 upstream.

Add alias for FEC ethernet on i.MX to allow bootloaders (like U-Boot)
patch-in the MAC address for FEC using this alias.
Signed-off-by: default avatarMarek Vasut <marex@denx.de>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
Signed-off-by: default avatarJiri Slaby <jslaby@suse.cz>
parent 60714352
......@@ -30,6 +30,7 @@ aliases {
spi2 = &spi3;
usb0 = &usbotg;
usb1 = &usbhost1;
ethernet0 = &fec;
};
cpus {
......
......@@ -30,6 +30,7 @@ aliases {
spi0 = &cspi1;
spi1 = &cspi2;
spi2 = &cspi3;
ethernet0 = &fec;
};
aitc: aitc-interrupt-controller@e0000000 {
......
......@@ -27,6 +27,7 @@ aliases {
spi0 = &ecspi1;
spi1 = &ecspi2;
spi2 = &cspi;
ethernet0 = &fec;
};
tzic: tz-interrupt-controller@e0000000 {
......
......@@ -33,6 +33,7 @@ aliases {
spi0 = &ecspi1;
spi1 = &ecspi2;
spi2 = &cspi;
ethernet0 = &fec;
};
cpus {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment