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

spear13xx-pcie.txt (484B)


      1SPEAr13XX PCIe DT detail:
      2================================
      3
      4SPEAr13XX uses the Synopsys DesignWare PCIe controller and ST MiPHY as PHY
      5controller.
      6
      7Required properties:
      8- compatible	    : should be "st,spear1340-pcie", "snps,dw-pcie".
      9- phys		    : phandle to PHY node associated with PCIe controller
     10- phy-names	    : must be "pcie-phy"
     11- All other definitions as per generic PCI bindings
     12
     13 Optional properties:
     14- st,pcie-is-gen1 indicates that forced gen1 initialization is needed.