summaryrefslogtreecommitdiff
path: root/arch/arm/dts/fsl-ls1028a-kontron-sl28-var2-u-boot.dtsi
blob: c010ea0dc7ee10dad6cc179209f9b1f0696986ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// SPDX-License-Identifier: GPL-2.0+
#include "fsl-ls1028a-kontron-sl28-u-boot.dtsi"

/ {
	aliases {
		ethernet0 = &mscc_felix_port0;
		ethernet1 = &mscc_felix_port1;
	};
};

&mscc_felix_port0 {
	label = "gbe0";
};

&mscc_felix_port1 {
	label = "gbe1";
};