tigerp.txt 263 B

123456789101112
  1. * Freescale Tigerp platform module
  2. Required properties:
  3. - compatible : Should be "fsl,imx51-tigerp"
  4. - reg : Address and length of the register set for the device
  5. Example:
  6. tigerp: tigerp@83fa0000 {
  7. compatible = "fsl,imx51-tigerp";
  8. reg = <0x83fa0000 0x28>;
  9. };