nvidia,tegra20-flowctrl.txt 281 B

12345678910111213
  1. NVIDIA Tegra Flow Controller
  2. Required properties:
  3. - compatible: Should be "nvidia,tegra<chip>-flowctrl"
  4. - reg: Should contain one register range (address and length)
  5. Example:
  6. flow-controller@60007000 {
  7. compatible = "nvidia,tegra20-flowctrl";
  8. reg = <0x60007000 0x1000>;
  9. };