1// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2/*
3 * Copyright 2020 Compass Electronics Group, LLC
4 */
5
6/dts-v1/;
7
8#include "imx8mm.dtsi"
9#include "imx8mm-beacon-som.dtsi"
10#include "imx8mm-beacon-baseboard.dtsi"
11
12/ {
13	model = "Beacon EmbeddedWorks i.MX8M Mini Development Kit";
14	compatible = "beacon,imx8mm-beacon-kit", "fsl,imx8mm";
15
16	chosen {
17		stdout-path = &uart2;
18	};
19};
20