2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-10 14:43:54 +08:00

ARM: dts: socfpga: add ethernet alias on Arria10

Without having an ethernet alias, ethernet will have a random MAC address,
versus take an address that was provided from the bootloader.

Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
This commit is contained in:
Dinh Nguyen 2016-05-03 08:59:01 -05:00 committed by Dinh Nguyen
parent 4586e4ea7e
commit efb6672935

View File

@ -20,6 +20,10 @@
model = "Altera SOCFPGA Arria 10";
compatible = "altr,socfpga-arria10", "altr,socfpga";
aliases {
ethernet0 = &gmac0;
};
chosen {
bootargs = "earlyprintk";
stdout-path = "serial1:115200n8";