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

qcom-msm8226-samsung-s3ve3g.dts (381B)


      1// SPDX-License-Identifier: BSD-3-Clause
      2/*
      3 * Copyright (c) 2020, The Linux Foundation. All rights reserved.
      4 */
      5
      6#include "qcom-msm8226.dtsi"
      7
      8/ {
      9	model = "Samsung Galaxy S III Neo";
     10	compatible = "samsung,s3ve3g", "qcom,msm8226";
     11
     12	aliases {
     13		serial0 = &blsp1_uart3;
     14	};
     15
     16	chosen {
     17		stdout-path = "serial0:115200n8";
     18	};
     19};
     20
     21&soc {
     22	serial@f991f000 {
     23		status = "ok";
     24	};
     25};