arm64: dts: stratix10: add ethernet aliases

Add ethernet<n> alias for all gmacs on the devkit.

Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
---
v2: move ethernet aliases to board file
This commit is contained in:
Dinh Nguyen 2018-09-28 14:31:49 -05:00
Родитель 74121b9aa3
Коммит 74cad26d8d
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -21,6 +21,9 @@
aliases {
serial0 = &uart0;
ethernet0 = &gmac0;
ethernet1 = &gmac1;
ethernet2 = &gmac2;
};
chosen {