Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9fc3bf5d authored by Thierry Reding's avatar Thierry Reding Committed by Stephen Warren
Browse files

of: Add NVIDIA Tegra flow controller bindings



Add device tree bindings for the flow controller found on NVIDIA Tegra
SoCs.

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent 52addcf9
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
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>;
	};