1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * Copyright 2013 Freescale Semiconductor, Inc.
4  *
5  * Author: Fabio Estevam <fabio.estevam@freescale.com>
6  */
7 /dts-v1/;
8 #include "imx6dl.dtsi"
9 #include "imx6qdl-wandboard-revb1.dtsi"
10 
11 / {
12 	model = "Wandboard i.MX6 Dual Lite Board rev B1";
13 	compatible = "wand,imx6dl-wandboard", "fsl,imx6dl";
14 
15 	memory@10000000 {
16 		device_type = "memory";
17 		reg = <0x10000000 0x40000000>;
18 	};
19 };
20