1/* 2 * Spreadtrum SP9860g board 3 * 4 * Copyright (C) 2017, Spreadtrum Communications Inc. 5 * 6 * SPDX-License-Identifier: (GPL-2.0+ OR MIT) 7 */ 8 9/dts-v1/; 10 11#include "sc9860.dtsi" 12 13/ { 14 model = "Spreadtrum SP9860G 3GFHD Board"; 15 16 compatible = "sprd,sp9860g-1h10", "sprd,sc9860"; 17 18 aliases { 19 serial0 = &uart0; /* for Bluetooth */ 20 serial1 = &uart1; /* UART console */ 21 serial2 = &uart2; /* Reserved */ 22 serial3 = &uart3; /* for GPS */ 23 }; 24 25 memory{ 26 device_type = "memory"; 27 reg = <0x0 0x80000000 0 0x60000000>, 28 <0x1 0x80000000 0 0x60000000>; 29 }; 30 31 chosen { 32 stdout-path = "serial1:115200n8"; 33 }; 34 35 reserved-memory { 36 #address-cells = <2>; 37 #size-cells = <2>; 38 ranges; 39 }; 40}; 41 42&uart0 { 43 status = "okay"; 44}; 45 46&uart1 { 47 status = "okay"; 48}; 49 50&uart2 { 51 status = "okay"; 52}; 53 54&uart3 { 55 status = "okay"; 56}; 57