mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
7a2aeb9175
Replace license text with corresponding SPDX identifiers and update the format of existing SPDX identifiers to follow the new guideline Documentation/process/license-rules.rst. Note that some of the files mentioned X11 license previously but the license text actually matches MIT license. Signed-off-by: Li Yang <leoyang.li@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
49 lines
825 B
Plaintext
49 lines
825 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
|
|
/*
|
|
* QorIQ FMan v3 device tree nodes for ls1046
|
|
*
|
|
* Copyright 2015-2016 Freescale Semiconductor Inc.
|
|
*
|
|
*/
|
|
|
|
&soc {
|
|
|
|
/* include used FMan blocks */
|
|
#include "qoriq-fman3-0.dtsi"
|
|
#include "qoriq-fman3-0-1g-0.dtsi"
|
|
#include "qoriq-fman3-0-1g-1.dtsi"
|
|
#include "qoriq-fman3-0-1g-2.dtsi"
|
|
#include "qoriq-fman3-0-1g-3.dtsi"
|
|
#include "qoriq-fman3-0-1g-4.dtsi"
|
|
#include "qoriq-fman3-0-1g-5.dtsi"
|
|
#include "qoriq-fman3-0-10g-0.dtsi"
|
|
#include "qoriq-fman3-0-10g-1.dtsi"
|
|
};
|
|
|
|
&fman0 {
|
|
/* these aliases provide the FMan ports mapping */
|
|
enet0: ethernet@e0000 {
|
|
};
|
|
|
|
enet1: ethernet@e2000 {
|
|
};
|
|
|
|
enet2: ethernet@e4000 {
|
|
};
|
|
|
|
enet3: ethernet@e6000 {
|
|
};
|
|
|
|
enet4: ethernet@e8000 {
|
|
};
|
|
|
|
enet5: ethernet@ea000 {
|
|
};
|
|
|
|
enet6: ethernet@f0000 {
|
|
};
|
|
|
|
enet7: ethernet@f2000 {
|
|
};
|
|
};
|