mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-20 18:54:09 +08:00
ecaa18ec50
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
328 B
Plaintext
19 lines
328 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright 2013 Freescale Semiconductor, Inc.
|
|
*
|
|
* Author: Fabio Estevam <fabio.estevam@freescale.com>
|
|
*/
|
|
/dts-v1/;
|
|
#include "imx6q.dtsi"
|
|
#include "imx6qdl-udoo.dtsi"
|
|
|
|
/ {
|
|
model = "Udoo i.MX6 Quad Board";
|
|
compatible = "udoo,imx6q-udoo", "fsl,imx6q";
|
|
};
|
|
|
|
&sata {
|
|
status = "okay";
|
|
};
|