0001 /*
0002 * Spreadtrum SC9836 openphone board DTS file
0003 *
0004 * Copyright (C) 2014, Spreadtrum Communications Inc.
0005 *
0006 * This file is licensed under a dual GPLv2 or X11 license.
0007 */
0008
0009 /dts-v1/;
0010
0011 #include "sc9836.dtsi"
0012
0013 / {
0014 model = "Spreadtrum SC9836 Openphone Board";
0015
0016 compatible = "sprd,sc9836-openphone", "sprd,sc9836";
0017
0018 aliases {
0019 serial0 = &uart0;
0020 serial1 = &uart1;
0021 serial2 = &uart2;
0022 serial3 = &uart3;
0023 };
0024
0025 memory@80000000 {
0026 device_type = "memory";
0027 reg = <0 0x80000000 0 0x20000000>;
0028 };
0029
0030 chosen {
0031 stdout-path = "serial1:115200n8";
0032 };
0033 };
0034
0035 &uart0 {
0036 status = "okay";
0037 };
0038
0039 &uart1 {
0040 status = "okay";
0041 };
0042
0043 &uart2 {
0044 status = "okay";
0045 };
0046
0047 &uart3 {
0048 status = "okay";
0049 };