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

rtd1295-probox2-ava.dts (434B)


      1/*
      2 * Copyright (c) 2017-2019 Andreas Färber
      3 *
      4 * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
      5 */
      6
      7/dts-v1/;
      8
      9#include "rtd1295.dtsi"
     10
     11/ {
     12	compatible = "probox2,ava", "realtek,rtd1295";
     13	model = "PROBOX2 AVA";
     14
     15	memory@1f000 {
     16		device_type = "memory";
     17		reg = <0x1f000 0x7ffe1000>; /* boot ROM to 2 GiB */
     18	};
     19
     20	aliases {
     21		serial0 = &uart0;
     22	};
     23
     24	chosen {
     25		stdout-path = "serial0:115200n8";
     26	};
     27};
     28
     29&uart0 {
     30	status = "okay";
     31};