-
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.
ARM: dts: Add Phytec pfla02 with i.MX6 DualLite/Solo
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
- Loading branch information
Philipp Zabel
authored and
Shawn Guo
committed
May 16, 2014
1 parent
702fbb8
commit 4fe69a9
Showing
3 changed files
with
347 additions
and
305 deletions.
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,22 @@ | ||
/* | ||
* Copyright 2013 Christian Hemp, Phytec Messtechnik GmbH | ||
* | ||
* The code contained herein is licensed under the GNU General Public | ||
* License. You may obtain a copy of the GNU General Public License | ||
* Version 2 or later at the following locations: | ||
* | ||
* http://www.opensource.org/licenses/gpl-license.html | ||
* http://www.gnu.org/copyleft/gpl.html | ||
*/ | ||
|
||
#include "imx6dl.dtsi" | ||
#include "imx6qdl-phytec-pfla02.dtsi" | ||
|
||
/ { | ||
model = "Phytec phyFLEX-i.MX6 DualLite/Solo"; | ||
compatible = "phytec,imx6dl-pfla02", "fsl,imx6dl"; | ||
|
||
memory { | ||
reg = <0x10000000 0x20000000>; | ||
}; | ||
}; |
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
Oops, something went wrong.