Commit 74cad26d authored by Dinh Nguyen's avatar Dinh Nguyen

arm64: dts: stratix10: add ethernet aliases

Add ethernet<n> alias for all gmacs on the devkit.
Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
---
v2: move ethernet aliases to board file
parent 74121b9a
......@@ -21,6 +21,9 @@ / {
aliases {
serial0 = &uart0;
ethernet0 = &gmac0;
ethernet1 = &gmac1;
ethernet2 = &gmac2;
};
chosen {
......
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