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

rt2880-wdt.txt (377B)


      1Ralink Watchdog Timers
      2
      3Required properties:
      4- compatible: must be "ralink,rt2880-wdt"
      5- reg: physical base address of the controller and length of the register range
      6
      7Optional properties:
      8- interrupts: Specify the INTC interrupt number
      9
     10Example:
     11
     12	watchdog@120 {
     13		compatible = "ralink,rt2880-wdt";
     14		reg = <0x120 0x10>;
     15
     16		interrupt-parent = <&intc>;
     17		interrupts = <1>;
     18	};