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

brcm,bcm21664-resetmgr.txt (328B)


      1Broadcom Kona Family Reset Manager
      2----------------------------------
      3
      4The reset manager is used on the Broadcom BCM21664 SoC.
      5
      6Required properties:
      7  - compatible: brcm,bcm21664-resetmgr
      8  - reg: memory address & range
      9
     10Example:
     11	brcm,resetmgr@35001f00 {
     12		compatible = "brcm,bcm21664-resetmgr";
     13		reg = <0x35001f00 0x24>;
     14	};