mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 08:44:21 +08:00
2e426b2bdc
The 'N6311 S' and the 'N6411 S' are similar to the Kontron 'N6310 S' evaluation kit boards. Instead of the N6310 SoM, they feature a N6311 or N6411 SoM. Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de> Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
17 lines
353 B
Plaintext
17 lines
353 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright (C) 2017 exceet electronics GmbH
|
|
* Copyright (C) 2018 Kontron Electronics GmbH
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "imx6ul-kontron-n6311-som.dtsi"
|
|
#include "imx6ul-kontron-n6x1x-s.dtsi"
|
|
|
|
/ {
|
|
model = "Kontron N6311 S";
|
|
compatible = "kontron,imx6ul-n6311-s", "kontron,imx6ul-n6311-som",
|
|
"fsl,imx6ul";
|
|
};
|