mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-05 16:07:46 -04:00
12 lines
281 B
Text
12 lines
281 B
Text
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>;
|
|
};
|