Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003  * Copyright (c) 2015 MediaTek Inc.
0004  * Author: Mars.C <mars.cheng@mediatek.com>
0005  *
0006  */
0007 
0008 /dts-v1/;
0009 #include "mt6580.dtsi"
0010 
0011 / {
0012         model = "MediaTek MT6580 evaluation board";
0013         compatible = "mediatek,mt6580-evbp1", "mediatek,mt6580";
0014 
0015         aliases {
0016                 serial0 = &uart0;
0017                 serial1 = &uart1;
0018         };
0019 
0020         chosen {
0021                 stdout-path = "serial0:921600n8";
0022         };
0023 
0024         memory {
0025                 device_type = "memory";
0026                 reg = <0x80000000 0x20000000>;
0027         };
0028 };
0029 
0030 &uart0 {
0031         status = "okay";
0032 };