blob: c010ea0dc7ee10dad6cc179209f9b1f0696986ca [file] [log] [blame]
Michael Walleb4630102021-01-08 00:08:58 +01001// SPDX-License-Identifier: GPL-2.0+
2#include "fsl-ls1028a-kontron-sl28-u-boot.dtsi"
Michael Walle515ed9d2021-06-23 13:56:02 +02003
4/ {
5 aliases {
6 ethernet0 = &mscc_felix_port0;
7 ethernet1 = &mscc_felix_port1;
8 };
9};
Michael Wallec7155d22021-10-13 18:14:27 +020010
11&mscc_felix_port0 {
12 label = "gbe0";
13};
14
15&mscc_felix_port1 {
16 label = "gbe1";
17};