xref: /freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mn-beacon-kit.dts (revision 8eb2bee6c0f4957c6c1cea826e59cda4d18a2a64)
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 "imx8mn.dtsi"
9#include "imx8mn-beacon-som.dtsi"
10#include "imx8mn-beacon-baseboard.dtsi"
11
12/ {
13	model = "Beacon EmbeddedWorks i.MX8M Nano Development Kit";
14	compatible = "beacon,imx8mn-beacon-kit", "fsl,imx8mn";
15
16	chosen {
17		stdout-path = &uart2;
18	};
19};
20