diff options
author | Dinh Nguyen <dinguyen@kernel.org> | 2018-09-28 14:31:49 -0500 |
---|---|---|
committer | Dinh Nguyen <dinguyen@kernel.org> | 2018-10-05 10:29:13 -0500 |
commit | 74cad26d8d156406bca4ec0045f3147de4f6f918 (patch) | |
tree | 64a596cf44d387c9ad35ebe62e1f329335815bdc /arch/arm64 | |
parent | 74121b9aa3cd571ddfff014a9f47db36cae3cda9 (diff) |
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
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts index 53cf195c2ada..3d0db3024f6b 100644 --- a/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts +++ b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts @@ -21,6 +21,9 @@ aliases { serial0 = &uart0; + ethernet0 = &gmac0; + ethernet1 = &gmac1; + ethernet2 = &gmac2; }; chosen { |