mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
9fc3bf5dc2
Add device tree bindings for the flow controller found on NVIDIA Tegra SoCs. Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
13 lines
281 B
Plaintext
13 lines
281 B
Plaintext
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>;
|
|
};
|