mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 02:17:08 +07:00
5dda6159aa
Adopt the SPDX license identifier headers to ease license compliance management. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
19 lines
390 B
Plaintext
19 lines
390 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright 2013 Freescale Semiconductor, Inc.
|
|
*
|
|
* Author: Fabio Estevam <fabio.estevam@freescale.com>
|
|
*/
|
|
/dts-v1/;
|
|
#include "imx6dl.dtsi"
|
|
#include "imx6qdl-wandboard-revd1.dtsi"
|
|
|
|
/ {
|
|
model = "Wandboard i.MX6 Dual Lite Board revD1";
|
|
compatible = "wand,imx6dl-wandboard", "fsl,imx6dl";
|
|
|
|
memory@10000000 {
|
|
reg = <0x10000000 0x40000000>;
|
|
};
|
|
};
|