Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0+
0002 /*
0003  * Copyright (c) 2021 Maxim Kutnij <gtk3@inbox.ru>
0004  */
0005 
0006 /dts-v1/;
0007 #include "mt6582.dtsi"
0008 
0009 / {
0010         model = "Prestigio PMT5008 3G";
0011         compatible = "prestigio,pmt5008-3g", "mediatek,mt6582";
0012 
0013         aliases {
0014                 bootargs = "console=ttyS0,921600n8 earlyprintk";
0015                 serial0 = &uart0;
0016                 serial3 = &uart3;
0017         };
0018 
0019         chosen {
0020                 stdout-path = "serial0:921600n8";
0021         };
0022 
0023         memory {
0024                 device_type = "memory";
0025                 reg = <0x80000000 0x40000000>;
0026         };
0027 };
0028 
0029 &uart0 {
0030         status = "okay";
0031 };
0032 
0033 &uart1 {
0034         status = "okay";
0035 };
0036 
0037 &uart2 {
0038         status = "okay";
0039 };
0040 
0041 &uart3 {
0042         status = "okay";
0043 };