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

mstar-infinity3-msc313e-breadbee.dts (423B)


      1// SPDX-License-Identifier: GPL-2.0
      2/*
      3 * Copyright (c) 2019 thingy.jp.
      4 * Author: Daniel Palmer <daniel@thingy.jp>
      5 */
      6
      7/dts-v1/;
      8#include "mstar-infinity3-msc313e.dtsi"
      9#include "mstar-infinity-breadbee-common.dtsi"
     10
     11/ {
     12	model = "BreadBee";
     13	compatible = "thingyjp,breadbee", "mstar,infinity3";
     14
     15	aliases {
     16		serial0 = &pm_uart;
     17	};
     18
     19	chosen {
     20		stdout-path = "serial0:115200n8";
     21	};
     22};
     23
     24&pm_uart {
     25	status = "okay";
     26};