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-lsxhl.dts (356B)


      1// SPDX-License-Identifier: GPL-2.0
      2/dts-v1/;
      3
      4#include "kirkwood-lsxl.dtsi"
      5
      6/ {
      7	model = "Buffalo Linkstation LS-XHL";
      8	compatible = "buffalo,lsxhl", "buffalo,lsxl", "marvell,kirkwood-88f6281", "marvell,kirkwood";
      9
     10	memory {
     11		device_type = "memory";
     12		reg = <0x00000000 0x10000000>;
     13	};
     14
     15	ocp@f1000000 {
     16		serial@12000 {
     17			status = "okay";
     18		};
     19	};
     20};