diff options
Diffstat (limited to 'dts/upstream/src/arm64/freescale/imx8mm-emtop-baseboard.dts')
-rw-r--r-- | dts/upstream/src/arm64/freescale/imx8mm-emtop-baseboard.dts | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dts/upstream/src/arm64/freescale/imx8mm-emtop-baseboard.dts b/dts/upstream/src/arm64/freescale/imx8mm-emtop-baseboard.dts new file mode 100644 index 00000000000..1c4e4d17598 --- /dev/null +++ b/dts/upstream/src/arm64/freescale/imx8mm-emtop-baseboard.dts @@ -0,0 +1,15 @@ +// 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"; + +}; |