blob: d07a0e2c52eda6494a49e0635c0e8fa36db7fbb8 [file] [log] [blame]
/*
* Copyright (c) 2019 Carlo Caione <ccaione@baylibre.com>
*
* SPDX-License-Identifier: Apache-2.0
*
*/
/dts-v1/;
#include <arm/qemu-virt/qemu-virt-a53.dtsi>
/ {
model = "QEMU Cortex-A53";
compatible = "qemu,arm-cortex-a53";
chosen {
zephyr,console = &uart0;
zephyr,shell-uart = &uart0;
zephyr,flash = &flash0;
};
};
&uart0 {
status = "okay";
current-speed = <115200>;
clock-frequency = <24000000>;
};