forked from ~ljy/RK356X_SDK_RELEASE

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