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

kirkwood-linkstation-lswsxl.dts (449B)


      1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
      2/*
      3 * Device Tree file for Buffalo Linkstation LS-WSXL
      4 *
      5 * Copyright (C) 2015, 2016
      6 * Roger Shimizu <rogershimizu@gmail.com>
      7 */
      8
      9/dts-v1/;
     10#include "kirkwood-linkstation-duo-6281.dtsi"
     11
     12/ {
     13	model = "Buffalo Linkstation LS-WSXL";
     14	compatible = "buffalo,lswsxl", "marvell,kirkwood-88f6281", "marvell,kirkwood";
     15
     16	memory { /* 128 MB */
     17		device_type = "memory";
     18		reg = <0x00000000 0x8000000>;
     19	};
     20};