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

98dx3236-resume-ctrl.txt (321B)


      1Resume Control
      2--------------
      3Available on Marvell SOCs: 98DX3336 and 98DX4251
      4
      5Required properties:
      6
      7- compatible: must be "marvell,98dx3336-resume-ctrl"
      8
      9- reg: Should contain resume control registers location and length
     10
     11Example:
     12
     13resume@20980 {
     14	compatible = "marvell,98dx3336-resume-ctrl";
     15	reg = <0x20980 0x10>;
     16};