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