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

overlay_0.dts (248B)


      1// SPDX-License-Identifier: GPL-2.0
      2/dts-v1/;
      3/plugin/;
      4
      5/ {
      6	/* overlay_0 - enable using absolute target path */
      7
      8	fragment@0 {
      9		target-path = "/testcase-data/overlay-node/test-bus/test-unittest0";
     10		__overlay__ {
     11			status = "okay";
     12		};
     13	};
     14};