mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
feed9008b3
The variants differ in their network configuration. Move the first two network aliases to the proper variant device tree includes. This is in prepartion for variant 1 and 2 support which has a different network port mapping. The network aliases for the two internal ports will stay in the common dtsi because they are present on all board variants. This might leave a hole if there is no ethernet1 alias. This is intended. Signed-off-by: Michael Walle <michael@walle.cc> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
9 lines
154 B
Text
9 lines
154 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
#include "fsl-ls1028a-kontron-sl28-u-boot.dtsi"
|
|
|
|
/ {
|
|
aliases {
|
|
ethernet0 = &enetc0;
|
|
ethernet1 = &enetc1;
|
|
};
|
|
};
|