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: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Fabio Estevam 2023-07-11 19:01:25 -03:00 committed by Shawn Guo
parent 38633443c6
commit 8cf71125e1

View File

@ -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;
};