mxs-ocotp.txt 640 B

12345678910111213141516171819202122232425
  1. On-Chip OTP Memory for Freescale i.MX23/i.MX28
  2. Required properties :
  3. - compatible :
  4. - "fsl,imx23-ocotp" for i.MX23
  5. - "fsl,imx28-ocotp" for i.MX28
  6. - #address-cells : Should be 1
  7. - #size-cells : Should be 1
  8. - reg : Address and length of OTP controller registers
  9. - clocks : Should contain a reference to the hbus clock
  10. = Data cells =
  11. Are child nodes of mxs-ocotp, bindings of which as described in
  12. bindings/nvmem/nvmem.txt
  13. Example for i.MX28:
  14. ocotp: ocotp@8002c000 {
  15. compatible = "fsl,imx28-ocotp", "fsl,ocotp";
  16. #address-cells = <1>;
  17. #size-cells = <1>;
  18. reg = <0x8002c000 0x2000>;
  19. clocks = <&clks 25>;
  20. status = "okay";
  21. };