blob: 48d7045e075361b1a467966acce4756ca76a1eb6 [file] [log] [blame]
/*
* Copyright (c) 2024 Kanak Shilledar <kanakshilledar111@protonmail.com>
*
* SPDX-License-Identifier: Apache-2.0
*/
/dts-v1/;
#include "starfive/jh7110-visionfive-v2.dtsi"
/ {
model = "StarFive VisionFive V2";
compatible = "starfive,visionfive-v2";
chosen {
zephyr,console = &uart0;
zephyr,shell-uart = &uart0;
zephyr,sram = &ram0;
};
};
&uart0 {
status = "okay";
current-speed = <115200>;
};
&uart1 {
status = "okay";
current-speed = <115200>;
};