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