diff options
author | Madalin Bucur <madalin.bucur@nxp.com> | 2017-05-16 15:07:22 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-05-21 10:13:47 +0800 |
commit | bf02f2ffe59c991f28519be2a37769d3e7c8f6a9 (patch) | |
tree | 3ff4933054c6a67627265cff1aff75b85f3229fb /arch/arm64/boot/dts/freescale/fsl-ls1043-post.dtsi | |
parent | 1ffbecdd8321a8eb38503b63a9018995b872ed95 (diff) | |
download | linux-bf02f2ffe59c991f28519be2a37769d3e7c8f6a9.tar.gz linux-bf02f2ffe59c991f28519be2a37769d3e7c8f6a9.tar.bz2 linux-bf02f2ffe59c991f28519be2a37769d3e7c8f6a9.zip |
arm64: dts: add LS1043A DPAA FMan support
Add the DPAA 1.x FMan device tree nodes for LS1043A boards.
Signed-off-by: Madalin Bucur <madalin.bucur@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/fsl-ls1043-post.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/freescale/fsl-ls1043-post.dtsi | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1043-post.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1043-post.dtsi new file mode 100644 index 000000000000..169e171407a6 --- /dev/null +++ b/arch/arm64/boot/dts/freescale/fsl-ls1043-post.dtsi @@ -0,0 +1,45 @@ +/* + * QorIQ FMan v3 device tree nodes for ls1043 + * + * Copyright 2015-2016 Freescale Semiconductor Inc. + * + * SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) + */ + +&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 { + /* 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 { + }; +}; |