mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 17:01:57 +07:00
1608bf1f91
Add support for the Toradex Aster carrier board. Follow the usual hierarchic include model, maintaining shared configuration imx7-colibri-aster.dtsi. Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
16 lines
320 B
Plaintext
16 lines
320 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
/*
|
|
* Copyright 2017-2020 Toradex AG
|
|
*
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "imx7s-colibri.dtsi"
|
|
#include "imx7-colibri-aster.dtsi"
|
|
|
|
/ {
|
|
model = "Toradex Colibri iMX7S on Aster Carrier Board";
|
|
compatible = "toradex,colibri-imx7s-aster", "toradex,colibri-imx7s",
|
|
"fsl,imx7s";
|
|
};
|