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