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

altera-fpga2sdram-bridge.txt (353B)


      1Altera FPGA To SDRAM Bridge Driver
      2
      3Required properties:
      4- compatible		: Should contain "altr,socfpga-fpga2sdram-bridge"
      5
      6See Documentation/devicetree/bindings/fpga/fpga-bridge.txt for generic bindings.
      7
      8Example:
      9	fpga_bridge3: fpga-bridge@ffc25080 {
     10		compatible = "altr,socfpga-fpga2sdram-bridge";
     11		reg = <0xffc25080 0x4>;
     12		bridge-enable = <0>;
     13	};