mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-01 06:39:05 +00:00

The correct name of the product is "Kontron SMARC-sAMX6i". See also https://www.kontron.com/en/products/smarc-samx6i/p89810 Signed-off-by: Michael Walle <mwalle@kernel.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
13 lines
294 B
Plaintext
13 lines
294 B
Plaintext
// SPDX-License-Identifier: GPL-2.0 OR X11
|
|
/*
|
|
* Copyright 2019 (C) Pengutronix, Marco Felsch <kernel@pengutronix.de>
|
|
*/
|
|
|
|
#include "imx6dl.dtsi"
|
|
#include "imx6qdl-kontron-samx6i.dtsi"
|
|
|
|
/ {
|
|
model = "Kontron SMARC-sAMX6i Dual-Lite/Solo";
|
|
compatible = "kontron,imx6dl-samx6i", "fsl,imx6dl";
|
|
};
|