mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00

The LS1043A SoC is affected by the A050385 erratum stating that FMAN DMA read or writes under heavy traffic load may cause FMAN internal resource leak thus stopping further packet processing. Signed-off-by: Madalin Bucur <madalin.bucur@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
46 lines
780 B
Text
46 lines
780 B
Text
// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
|
|
/*
|
|
* QorIQ FMan v3 device tree nodes for ls1043
|
|
*
|
|
* 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"
|
|
|
|
};
|
|
|
|
&fman0 {
|
|
fsl,erratum-a050385;
|
|
|
|
/* 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 {
|
|
};
|
|
};
|