cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

sc9836-openphone.dts (675B)


      1/*
      2 * Spreadtrum SC9836 openphone board DTS file
      3 *
      4 * Copyright (C) 2014, Spreadtrum Communications Inc.
      5 *
      6 * This file is licensed under a dual GPLv2 or X11 license.
      7 */
      8
      9/dts-v1/;
     10
     11#include "sc9836.dtsi"
     12
     13/ {
     14	model = "Spreadtrum SC9836 Openphone Board";
     15
     16	compatible = "sprd,sc9836-openphone", "sprd,sc9836";
     17
     18	aliases {
     19		serial0 = &uart0;
     20		serial1 = &uart1;
     21		serial2 = &uart2;
     22		serial3 = &uart3;
     23	};
     24
     25	memory@80000000 {
     26		device_type = "memory";
     27		reg = <0 0x80000000 0 0x20000000>;
     28	};
     29
     30	chosen {
     31		stdout-path = "serial1:115200n8";
     32	};
     33};
     34
     35&uart0 {
     36	status = "okay";
     37};
     38
     39&uart1 {
     40	status = "okay";
     41};
     42
     43&uart2 {
     44	status = "okay";
     45};
     46
     47&uart3 {
     48	status = "okay";
     49};