mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 16:07:30 +00:00
c7155d29fb
Copy the board device tree files from linux v5.14. On top of the v5.14 dtbs the changes of these two patches are included here which are needed for u-boot: https://lore.kernel.org/linux-devicetree/20210831134013.1625527-7-michael@walle.cc/ https://lore.kernel.org/linux-devicetree/20210831134013.1625527-8-michael@walle.cc/ At the time of this writing the patches were accepted and will be included in 5.15. Signed-off-by: Michael Walle <michael@walle.cc> Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
17 lines
256 B
Text
17 lines
256 B
Text
// 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";
|
|
};
|