···11+/*22+ * Copyright 2013 Christian Hemp, Phytec Messtechnik GmbH33+ *44+ * The code contained herein is licensed under the GNU General Public55+ * License. You may obtain a copy of the GNU General Public License66+ * Version 2 or later at the following locations:77+ *88+ * http://www.opensource.org/licenses/gpl-license.html99+ * http://www.gnu.org/copyleft/gpl.html1010+ */1111+1212+#include "imx6dl.dtsi"1313+#include "imx6qdl-phytec-pfla02.dtsi"1414+1515+/ {1616+ model = "Phytec phyFLEX-i.MX6 DualLite/Solo";1717+ compatible = "phytec,imx6dl-pfla02", "fsl,imx6dl";1818+1919+ memory {2020+ reg = <0x10000000 0x20000000>;2121+ };2222+};