]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/gnu/dts/arm64/mediatek/mt6797-evb.dts
Merge llvm trunk r366426, resolve conflicts, and update FREEBSD-Xlist.
[FreeBSD/FreeBSD.git] / sys / gnu / dts / arm64 / mediatek / mt6797-evb.dts
1 /*
2  * Copyright (c) 2017 MediaTek Inc.
3  * Author: Mars.C <mars.cheng@mediatek.com>
4  *
5  * This program is free software; you can redistribute it and/or modify
6  * it under the terms of the GNU General Public License version 2 as
7  * published by the Free Software Foundation.
8  *
9  * This program is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12  * GNU General Public License for more details.
13  */
14
15 /dts-v1/;
16 #include "mt6797.dtsi"
17
18 / {
19         model = "MediaTek MT6797 Evaluation Board";
20         compatible = "mediatek,mt6797-evb", "mediatek,mt6797";
21
22         aliases {
23                 serial0 = &uart0;
24         };
25
26         memory@40000000 {
27                 device_type = "memory";
28                 reg = <0 0x40000000 0 0x1e800000>;
29         };
30
31         chosen {};
32 };
33
34 &uart0 {
35         status = "okay";
36         pinctrl-names = "default";
37         pinctrl-0 = <&uart0_pins_a>;
38 };