1/*
2 * Copyright (c) 2018 Linaro Limited
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/dts-v1/;
8
9#include <microchip/microchip-miv.dtsi>
10
11/ {
12	model = "Microchip M2GL025 with MiV target";
13	compatible = "microchip,m2gl025-miv";
14
15	chosen {
16		zephyr,console = &uart0;
17		zephyr,shell-uart = &uart0;
18		zephyr,flash = &flash0;
19		zephyr,sram = &sram0;
20	};
21};
22
23&uart0 {
24	status = "okay";
25	current-speed = <115200>;
26	clock-frequency = <66000000>;
27};
28