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

fpga-bridge.txt (367B)


      1FPGA Bridge Device Tree Binding
      2
      3Optional properties:
      4- bridge-enable		: 0 if driver should disable bridge at startup
      5			  1 if driver should enable bridge at startup
      6			  Default is to leave bridge in current state.
      7
      8Example:
      9	fpga_bridge3: fpga-bridge@ffc25080 {
     10		compatible = "altr,socfpga-fpga2sdram-bridge";
     11		reg = <0xffc25080 0x4>;
     12		bridge-enable = <0>;
     13	};