16 lines
296 B
Plaintext
16 lines
296 B
Plaintext
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||
|
/*
|
||
|
* Copyright 2023 Emtop Embedded Solutions
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
|
||
|
#include "imx8mm-emtop-som.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "Emtop Embedded Solutions i.MX8M Mini Baseboard V1";
|
||
|
compatible = "ees,imx8mm-emtop-baseboard", "ees,imx8mm-emtop-som",
|
||
|
"fsl,imx8mm";
|
||
|
|
||
|
};
|