Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /*
0003  * Copyright (c) 2017 MediaTek Inc.
0004  * Author: Mars.C <mars.cheng@mediatek.com>
0005  */
0006 
0007 /dts-v1/;
0008 #include "mt6797.dtsi"
0009 
0010 / {
0011         model = "MediaTek MT6797 Evaluation Board";
0012         compatible = "mediatek,mt6797-evb", "mediatek,mt6797";
0013 
0014         aliases {
0015                 serial0 = &uart0;
0016         };
0017 
0018         memory@40000000 {
0019                 device_type = "memory";
0020                 reg = <0 0x40000000 0 0x1e800000>;
0021         };
0022 
0023         chosen {};
0024 };
0025 
0026 &uart0 {
0027         status = "okay";
0028         pinctrl-names = "default";
0029         pinctrl-0 = <&uart0_pins_a>;
0030 };