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