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

owl-s500-guitar-bb-rev-b.dts (386B)


      1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
      2/*
      3 * Copyright (c) 2016-2017 Andreas Färber
      4 */
      5
      6/dts-v1/;
      7
      8#include "owl-s500-guitar.dtsi"
      9
     10/ {
     11	compatible = "lemaker,guitar-bb-rev-b", "lemaker,guitar", "actions,s500";
     12	model = "LeMaker Guitar Base Board rev. B";
     13
     14	aliases {
     15		serial3 = &uart3;
     16	};
     17
     18	chosen {
     19		stdout-path = "serial3:115200n8";
     20	};
     21};
     22
     23&uart3 {
     24	status = "okay";
     25};