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

nvidia,tegra20-flowctrl.txt (572B)


      1NVIDIA Tegra Flow Controller
      2
      3Required properties:
      4- compatible: Should contain one of the following:
      5  - "nvidia,tegra20-flowctrl": for Tegra20
      6  - "nvidia,tegra30-flowctrl": for Tegra30
      7  - "nvidia,tegra114-flowctrl": for Tegra114
      8  - "nvidia,tegra124-flowctrl": for Tegra124
      9  - "nvidia,tegra132-flowctrl", "nvidia,tegra124-flowctrl": for Tegra132
     10  - "nvidia,tegra210-flowctrl": for Tegra210
     11- reg: Should contain one register range (address and length)
     12
     13Example:
     14
     15	flow-controller@60007000 {
     16		compatible = "nvidia,tegra20-flowctrl";
     17		reg = <0x60007000 0x1000>;
     18	};