mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-08 02:38:14 +00:00
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>
13 lines
263 B
Plaintext
13 lines
263 B
Plaintext
* 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>;
|
|
};
|