1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0+ OR MIT 2*f126890aSEmmanuel Vadot// 3*f126890aSEmmanuel Vadot// Copyright 2015 Armadeus Systems <support@armadeus.com> 4*f126890aSEmmanuel Vadot 5*f126890aSEmmanuel Vadot/dts-v1/; 6*f126890aSEmmanuel Vadot#include "imx6dl.dtsi" 7*f126890aSEmmanuel Vadot#include "imx6qdl-apf6.dtsi" 8*f126890aSEmmanuel Vadot#include "imx6qdl-apf6dev.dtsi" 9*f126890aSEmmanuel Vadot 10*f126890aSEmmanuel Vadot/ { 11*f126890aSEmmanuel Vadot model = "Armadeus APF6 Solo Module on APF6Dev Board"; 12*f126890aSEmmanuel Vadot compatible = "armadeus,imx6dl-apf6dev", "armadeus,imx6dl-apf6", "fsl,imx6dl"; 13*f126890aSEmmanuel Vadot 14*f126890aSEmmanuel Vadot memory@10000000 { 15*f126890aSEmmanuel Vadot device_type = "memory"; 16*f126890aSEmmanuel Vadot reg = <0x10000000 0x20000000>; 17*f126890aSEmmanuel Vadot }; 18*f126890aSEmmanuel Vadot}; 19