Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /*
0003  * Unisoc SP9863A-1h10 boards DTS file
0004  *
0005  * Copyright (C) 2019, Unisoc Inc.
0006  */
0007 
0008 /dts-v1/;
0009 
0010 #include "sc9863a.dtsi"
0011 
0012 / {
0013         model = "Spreadtrum SP9863A-1H10 Board";
0014 
0015         compatible = "sprd,sp9863a-1h10", "sprd,sc9863a";
0016 
0017         aliases {
0018                 serial0 = &uart0;
0019                 serial1 = &uart1;
0020         };
0021 
0022         memory@80000000 {
0023                 device_type = "memory";
0024                 reg = <0x0 0x80000000 0x0 0x80000000>;
0025         };
0026 
0027         chosen {
0028                 stdout-path = "serial1:115200n8";
0029                 bootargs = "earlycon";
0030         };
0031 };
0032 
0033 &uart0 {
0034         status = "okay";
0035 };
0036 
0037 &uart1 {
0038         status = "okay";
0039 };