blob: f7a05e5771b72b8bf7c56cdab83190201671e590 [file] [log] [blame]
Chia-Wei Wang1c7ed532024-09-10 17:39:16 +08001// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2
3/dts-v1/;
4
5#include "ast2700.dtsi"
6
7/ {
8 chosen {
9 stdout-path = &uart12;
10 tick-timer = &ast_ibex_timer;
11 };
12
13 memory@0 {
14 device_type = "memory";
15 reg = <0x80000000 0x40000000>;
16 };
17};
18
19&uart12 {
20 status = "okay";
21 clock-frequency = <1846153>;
22};