1// SPDX-License-Identifier: GPL-2.0-or-later
2/*
3 * Copyright 2013 Christian Hemp, Phytec Messtechnik GmbH
4 */
5
6#include "imx6q.dtsi"
7#include "imx6qdl-phytec-pfla02.dtsi"
8
9/ {
10	model = "Phytec phyFLEX-i.MX6 Quad";
11	compatible = "phytec,imx6q-pfla02", "fsl,imx6q";
12
13	memory@10000000 {
14		device_type = "memory";
15		reg = <0x10000000 0x80000000>;
16	};
17};
18