sdk-hwV1.3/lichee/linux-4.9/Documentation/devicetree/bindings/arm/tegra/nvidia,tegra20-flowctrl.txt

13 lines
281 B
Plaintext
Raw Normal View History

2024-05-07 10:09:20 +00:00
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>;
};