1// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2/*
3 * Copyright (C) 2021 MediaTek Inc.
4 */
5
6#include <dt-bindings/gpio/gpio.h>
7#include "mt8195.dtsi"
8
9/ {
10	aliases {
11		serial0 = &uart0;
12	};
13
14	chosen {
15		stdout-path = "serial0:115200n8";
16	};
17
18	memory@40000000 {
19		device_type = "memory";
20		reg = <0 0x40000000 0 0x80000000>;
21	};
22};
23
24&uart0 {
25	status = "okay";
26};
27