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