mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 20:51:47 +00:00
7ed47ef1c9
The PBA-B-01 carrier board can be equipped with either Quad or DualLite/Solo phyFLEX i.MX6 modules (PFL-A-02). This moves all common devices into imx6qdl-phytec-pbab01.dtsi. The SoC specific device trees then just include the pfla01 and pbab01 dtsi files corresponding to the SoC variant. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
20 lines
585 B
Plaintext
20 lines
585 B
Plaintext
/*
|
|
* 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
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "imx6dl-phytec-pfla02.dtsi"
|
|
#include "imx6qdl-phytec-pbab01.dtsi"
|
|
|
|
/ {
|
|
model = "Phytec phyFLEX-i.MX6 DualLite/Solo Carrier-Board";
|
|
compatible = "phytec,imx6dl-pbab01", "phytec,imx6dl-pfla02", "fsl,imx6dl";
|
|
};
|