1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-or-later 2*f126890aSEmmanuel Vadot/* 3*f126890aSEmmanuel Vadot * Copyright 2013 Sascha Hauer, Pengutronix 4*f126890aSEmmanuel Vadot * Copyright 2013-2017 Markus Niebel <Markus.Niebel@tq-group.com> 5*f126890aSEmmanuel Vadot */ 6*f126890aSEmmanuel Vadot 7*f126890aSEmmanuel Vadot#include "imx6dl.dtsi" 8*f126890aSEmmanuel Vadot#include "imx6qdl-tqma6b.dtsi" 9*f126890aSEmmanuel Vadot#include "imx6qdl-tqma6.dtsi" 10*f126890aSEmmanuel Vadot 11*f126890aSEmmanuel Vadot/ { 12*f126890aSEmmanuel Vadot memory@10000000 { 13*f126890aSEmmanuel Vadot device_type = "memory"; 14*f126890aSEmmanuel Vadot reg = <0x10000000 0x20000000>; 15*f126890aSEmmanuel Vadot }; 16*f126890aSEmmanuel Vadot}; 17