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

atmel-at91rm9200-wdt.txt (182B)


      1Atmel AT91RM9200 System Timer Watchdog
      2
      3Required properties:
      4- compatible: must be "atmel,at91sam9260-wdt".
      5
      6Example:
      7	watchdog@fffffd00 {
      8		compatible = "atmel,at91rm9200-wdt";
      9	};