2018-11-03 02:28:20 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2018 Linaro Limited
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
|
|
|
|
#include <microsemi-miv.dtsi>
|
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "SiFive HiFive 1";
|
|
|
|
compatible = "sifive,hifive1";
|
|
|
|
aliases {
|
|
|
|
};
|
|
|
|
|
|
|
|
chosen {
|
|
|
|
zephyr,console = &uart0;
|
2018-11-27 19:11:04 +08:00
|
|
|
zephyr,shell-uart = &uart0;
|
2018-11-03 02:28:20 +08:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&uart0 {
|
|
|
|
status = "ok";
|
|
|
|
current-speed = <115200>;
|
|
|
|
clock-frequency = <66000000>;
|
|
|
|
};
|