18c2ecf20Sopenharmony_ciOn-Chip OTP Memory for Freescale Vybrid
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired Properties:
48c2ecf20Sopenharmony_ci  compatible:
58c2ecf20Sopenharmony_ci  - "fsl,vf610-ocotp", "syscon" for VF5xx/VF6xx
68c2ecf20Sopenharmony_ci  #address-cells : Should be 1
78c2ecf20Sopenharmony_ci  #size-cells : Should be 1
88c2ecf20Sopenharmony_ci  reg : Address and length of OTP controller and fuse map registers
98c2ecf20Sopenharmony_ci  clocks : ipg clock we associate with the OCOTP peripheral
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ciExample for Vybrid VF5xx/VF6xx:
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ci	ocotp: ocotp@400a5000 {
148c2ecf20Sopenharmony_ci		compatible = "fsl,vf610-ocotp", "syscon";
158c2ecf20Sopenharmony_ci		#address-cells = <1>;
168c2ecf20Sopenharmony_ci		#size-cells = <1>;
178c2ecf20Sopenharmony_ci		reg = <0x400a5000 0xCF0>;
188c2ecf20Sopenharmony_ci		clocks = <&clks VF610_CLK_OCOTP>;
198c2ecf20Sopenharmony_ci	};
20