162306a36Sopenharmony_ciOn-Chip OTP Memory for Freescale Vybrid
262306a36Sopenharmony_ci
362306a36Sopenharmony_ciRequired Properties:
462306a36Sopenharmony_ci  compatible:
562306a36Sopenharmony_ci  - "fsl,vf610-ocotp", "syscon" for VF5xx/VF6xx
662306a36Sopenharmony_ci  #address-cells : Should be 1
762306a36Sopenharmony_ci  #size-cells : Should be 1
862306a36Sopenharmony_ci  reg : Address and length of OTP controller and fuse map registers
962306a36Sopenharmony_ci  clocks : ipg clock we associate with the OCOTP peripheral
1062306a36Sopenharmony_ci
1162306a36Sopenharmony_ciExample for Vybrid VF5xx/VF6xx:
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_ci	ocotp: ocotp@400a5000 {
1462306a36Sopenharmony_ci		compatible = "fsl,vf610-ocotp", "syscon";
1562306a36Sopenharmony_ci		#address-cells = <1>;
1662306a36Sopenharmony_ci		#size-cells = <1>;
1762306a36Sopenharmony_ci		reg = <0x400a5000 0xCF0>;
1862306a36Sopenharmony_ci		clocks = <&clks VF610_CLK_OCOTP>;
1962306a36Sopenharmony_ci	};
20