android_kernel_samsung_on5x.../Documentation/devicetree/bindings/arm/tegra/nvidia,tegra20-flowctrl.txt
2018-06-19 23:16:04 +02:00

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>;
};