Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (c) 2019 MediaTek Inc.
4 * Author: Mars.C <mars.cheng@mediatek.com>
5 *
6 */
7
8/dts-v1/;
9#include "mt6779.dtsi"
10
11/ {
12 model = "MediaTek MT6779 EVB";
13 compatible = "mediatek,mt6779-evb", "mediatek,mt6779";
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 stdout-path = "serial0:921600n8";
26 };
27};
28
29&uart0 {
30 status = "okay";
31};