Linux Audio

Check our new training course

Linux kernel drivers training

Mar 31-Apr 9, 2025, special US time zones
Register
Loading...
Note: File does not exist in v4.6.
 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	chassis-type = "embedded";
14	compatible = "mediatek,mt6779-evb", "mediatek,mt6779";
15
16	aliases {
17		serial0 = &uart0;
18	};
19
20	memory@40000000 {
21		device_type = "memory";
22		reg = <0 0x40000000 0 0x1e800000>;
23	};
24
25	chosen {
26		stdout-path = "serial0:921600n8";
27	};
28};
29
30&uart0 {
31	status = "okay";
32};