1// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2/*
3 * Copyright (C) 2023 Jisheng Zhang <jszhang@kernel.org>
4 * Copyright (C) 2023 Drew Fustini <dfustini@baylibre.com>
5 */
6
7/dts-v1/;
8
9#include "th1520.dtsi"
10
11/ {
12	model = "BeagleV Ahead";
13	compatible = "beagle,beaglev-ahead", "thead,th1520";
14
15	aliases {
16		gpio0 = &gpio0;
17		gpio1 = &gpio1;
18		gpio2 = &gpio2;
19		gpio3 = &gpio3;
20		serial0 = &uart0;
21		serial1 = &uart1;
22		serial2 = &uart2;
23		serial3 = &uart3;
24		serial4 = &uart4;
25		serial5 = &uart5;
26	};
27
28	chosen {
29		stdout-path = "serial0:115200n8";
30	};
31
32	memory@0 {
33		device_type = "memory";
34		reg = <0x0  0x00000000  0x1 0x00000000>;
35
36	};
37};
38
39&osc {
40	clock-frequency = <24000000>;
41};
42
43&osc_32k {
44	clock-frequency = <32768>;
45};
46
47&apb_clk {
48	clock-frequency = <62500000>;
49};
50
51&uart_sclk {
52	clock-frequency = <100000000>;
53};
54
55&dmac0 {
56	status = "okay";
57};
58
59&uart0 {
60	status = "okay";
61};
62