mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-15 16:46:49 +07:00
3221ceeede
Adopt the SPDX license identifier headers to ease license compliance management. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
19 lines
331 B
Plaintext
19 lines
331 B
Plaintext
// SPDX-License-Identifier: GPL-2.0 OR X11
|
|
/*
|
|
* Copyright 2017 Boundary Devices, Inc.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "imx6qp.dtsi"
|
|
#include "imx6qdl-nitrogen6_som2.dtsi"
|
|
|
|
/ {
|
|
model = "Boundary Devices i.MX6 Quad Plus Nitrogen6_SOM2 Board";
|
|
compatible = "boundary,imx6qp-nitrogen6_som2", "fsl,imx6qp";
|
|
};
|
|
|
|
&sata {
|
|
status = "okay";
|
|
};
|