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

rtd1293-ds418j.dts (468B)


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