of: Add NVIDIA Tegra flow controller bindings
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>
Este commit está contenido en:

cometido por
Stephen Warren

padre
52addcf9d6
commit
9fc3bf5dc2
12
Documentation/devicetree/bindings/arm/tegra/nvidia,tegra20-flowctrl.txt
Archivo normal
12
Documentation/devicetree/bindings/arm/tegra/nvidia,tegra20-flowctrl.txt
Archivo normal
@@ -0,0 +1,12 @@
|
||||
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>;
|
||||
};
|
Referencia en una nueva incidencia
Block a user