-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arm64: dts: add LS1046A DPAA FMan nodes
Add the DPAA 1.x FMan device tree nodes for LS1046A boards. Signed-off-by: Madalin Bucur <madalin.bucur@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
- Loading branch information
Madalin Bucur
authored and
Shawn Guo
committed
May 21, 2017
1 parent
bf02f2f
commit 3fa395d
Showing
4 changed files
with
120 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
/* | ||
* QorIQ FMan v3 device tree nodes for ls1046 | ||
* | ||
* 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" | ||
#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 { | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -210,3 +210,5 @@ | |
reg = <0>; | ||
}; | ||
}; | ||
|
||
#include "fsl-ls1046-post.dtsi" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters