xref: /linux/arch/riscv/boot/dts/sophgo/sg2042-milkv-pioneer.dts (revision 527a0f2bdcfe77fce22f006b97e42e4da3137c86)
1// SPDX-License-Identifier: GPL-2.0 OR MIT
2/*
3 * Copyright (C) 2022 Sophgo Technology Inc. All rights reserved.
4 */
5
6#include "sg2042.dtsi"
7
8/ {
9	model = "Milk-V Pioneer";
10	compatible = "milkv,pioneer", "sophgo,sg2042";
11
12	chosen {
13		stdout-path = "serial0";
14	};
15};
16
17&cgi_main {
18	clock-frequency = <25000000>;
19};
20
21&cgi_dpll0 {
22	clock-frequency = <25000000>;
23};
24
25&cgi_dpll1 {
26	clock-frequency = <25000000>;
27};
28
29&uart0 {
30	status = "okay";
31};
32