GNU Linux-libre 4.19.264-gnu1
[releases.git] / arch / arm64 / boot / dts / mediatek / mt6797-x20-dev.dts
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * Device Tree Source for MediaTek X20 Development Board
4  *
5  * Copyright (C) 2018, Linaro Ltd.
6  *
7  */
8
9 /dts-v1/;
10
11 #include "mt6797.dtsi"
12
13 / {
14         model = "Mediatek X20 Development Board";
15         compatible = "archermind,mt6797-x20-dev", "mediatek,mt6797";
16
17         aliases {
18                 serial0 = &uart1;
19         };
20
21         memory@40000000 {
22                 device_type = "memory";
23                 reg = <0 0x40000000 0 0x80000000>;
24         };
25
26         chosen {
27                 stdout-path = "serial0:115200n8";
28         };
29 };
30
31 &uart1 {
32         status = "okay";
33 };