dt-bindings: freescale: Add bindings for the tigerp module
Add bindings for the tigerp module present on i.MX51. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
b6b93a3fe7
commit
168a7bb7f1
|
@ -0,0 +1,12 @@
|
||||||
|
* Freescale Tigerp platform module
|
||||||
|
|
||||||
|
Required properties:
|
||||||
|
- compatible : Should be "fsl,imx51-tigerp"
|
||||||
|
- reg : Address and length of the register set for the device
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
tigerp: tigerp@83fa0000 {
|
||||||
|
compatible = "fsl,imx51-tigerp";
|
||||||
|
reg = <0x83fa0000 0x28>;
|
||||||
|
};
|
Loading…
Reference in New Issue