mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 16:36:47 +07:00
3b5212cc2a
The baseboard for the Kontron N6310 SoM is also used for other SoMs such as N6311 and N6411. In order to share the code, we move the definitions of the baseboard to a separate dtsi file. Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de> Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
18 lines
413 B
Plaintext
18 lines
413 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright (C) 2017 exceet electronics GmbH
|
|
* Copyright (C) 2018 Kontron Electronics GmbH
|
|
* Copyright (c) 2019 Krzysztof Kozlowski <krzk@kernel.org>
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "imx6ul-kontron-n6310-som.dtsi"
|
|
#include "imx6ul-kontron-n6x1x-s.dtsi"
|
|
|
|
/ {
|
|
model = "Kontron N6310 S";
|
|
compatible = "kontron,imx6ul-n6310-s", "kontron,imx6ul-n6310-som",
|
|
"fsl,imx6ul";
|
|
};
|