Commit 8cf71125 authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo

ARM: dts: imx7d-sdb: Pass the Ethernet aliases

Describe the Ethernet aliases so that the second MAC address
can be retrieved from the bootloader.
Signed-off-by: default avatarFabio Estevam <festevam@denx.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 38633443
......@@ -10,6 +10,11 @@ / {
model = "Freescale i.MX7 SabreSD Board";
compatible = "fsl,imx7d-sdb", "fsl,imx7d";
aliases {
ethernet0 = &fec1;
ethernet1 = &fec2;
};
chosen {
stdout-path = &uart1;
};
......
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