1/*
2 * Copyright (c) 2024 Kanak Shilledar <kanakshilledar111@protonmail.com>
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/dts-v1/;
8
9#include "starfive/jh7110-visionfive-v2.dtsi"
10
11/ {
12	model = "StarFive VisionFive V2";
13	compatible = "starfive,visionfive-v2";
14
15	chosen {
16		zephyr,console = &uart0;
17		zephyr,shell-uart = &uart0;
18		zephyr,sram = &l2lim;
19	};
20};
21
22&uart0 {
23	status = "okay";
24	current-speed = <115200>;
25};
26
27&uart1 {
28	status = "okay";
29	current-speed = <115200>;
30};
31