blob: ec7c54098c37357b8fcd99b39df77110ce2826f3 [file] [log] [blame]
/*
* Copyright (c) 2018 Linaro Limited
*
* SPDX-License-Identifier: Apache-2.0
*/
/dts-v1/;
#include <microchip/microchip-miv.dtsi>
/ {
model = "Microchip M2GL025 with MiV target";
compatible = "microchip,m2gl025-miv";
chosen {
zephyr,console = &uart0;
zephyr,shell-uart = &uart0;
zephyr,flash = &flash0;
zephyr,sram = &sram0;
};
};
&uart0 {
status = "okay";
current-speed = <115200>;
clock-frequency = <66000000>;
};