blob: 1b8aa132b87a4d90560c774a28bdfa6eef476b72 [file] [log] [blame]
/*
* Copyright (c) 2023 by Rivos Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
/dts-v1/;
#include <lowrisc/opentitan_earlgrey.dtsi>
/ {
model = "OpenTitan Earlgrey";
compatible = "lowrisc,opentitan-earlgrey";
chosen {
zephyr,console = &uart0;
zephyr,shell-uart = &uart0;
zephyr,sram = &ram0;
zephyr,flash = &flash0;
};
};
&uart0 {
status = "okay";
clock-frequency = <125000>;
current-speed = <7200>;
};
&mtimer {
status = "okay";
};