593816fa2f
Beacon Embeddedworks is launching a development kit based on the i.MX8M Mini SoC. The kit consists of a System on Module (SOM) + baseboard. The SOM has the SoC, eMMC, and Ethernet. The baseboard has an wm8962 audio CODEC, a single USB OTG, and three USB host ports. Signed-off-by: Adam Ford <aford173@gmail.com> Reviewed-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
20 lines
374 B
Plaintext
20 lines
374 B
Plaintext
// 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;
|
|
};
|
|
};
|