mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00:00
20 lines
374 B
Text
20 lines
374 B
Text
|
// 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;
|
||
|
};
|
||
|
};
|