Linux 6.7-rc7
[linux-modified.git] / arch / arm64 / boot / dts / mediatek / mt6795-evb.dts
1 // SPDX-License-Identifier: GPL-2.0-only
2 /*
3  * Copyright (c) 2015 MediaTek Inc.
4  * Author: Mars.C <mars.cheng@mediatek.com>
5  */
6
7 /dts-v1/;
8 #include "mt6795.dtsi"
9
10 / {
11         model = "MediaTek MT6795 Evaluation Board";
12         chassis-type = "embedded";
13         compatible = "mediatek,mt6795-evb", "mediatek,mt6795";
14
15         aliases {
16                 serial0 = &uart0;
17                 serial1 = &uart1;
18                 serial2 = &uart2;
19                 serial3 = &uart3;
20         };
21
22         memory@40000000 {
23                 device_type = "memory";
24                 reg = <0 0x40000000 0 0x1e800000>;
25         };
26
27         chosen {
28                 stdout-path = "serial0:921600n8";
29         };
30 };
31
32 &uart0 {
33         status = "okay";
34 };