vf610-ocotp.txt 507 B

12345678910111213141516171819
  1. On-Chip OTP Memory for Freescale Vybrid
  2. Required Properties:
  3. compatible:
  4. - "fsl,vf610-ocotp" for VF5xx/VF6xx
  5. #address-cells : Should be 1
  6. #size-cells : Should be 1
  7. reg : Address and length of OTP controller and fuse map registers
  8. clocks : ipg clock we associate with the OCOTP peripheral
  9. Example for Vybrid VF5xx/VF6xx:
  10. ocotp: ocotp@400a5000 {
  11. compatible = "fsl,vf610-ocotp";
  12. #address-cells = <1>;
  13. #size-cells = <1>;
  14. reg = <0x400a5000 0xCF0>;
  15. clocks = <&clks VF610_CLK_OCOTP>;
  16. };