Back to home page

OSCL-LXR

 
 

    


0001 On-Chip OTP Memory for Freescale Vybrid
0002 
0003 Required Properties:
0004   compatible:
0005   - "fsl,vf610-ocotp", "syscon" for VF5xx/VF6xx
0006   #address-cells : Should be 1
0007   #size-cells : Should be 1
0008   reg : Address and length of OTP controller and fuse map registers
0009   clocks : ipg clock we associate with the OCOTP peripheral
0010 
0011 Example for Vybrid VF5xx/VF6xx:
0012 
0013         ocotp: ocotp@400a5000 {
0014                 compatible = "fsl,vf610-ocotp", "syscon";
0015                 #address-cells = <1>;
0016                 #size-cells = <1>;
0017                 reg = <0x400a5000 0xCF0>;
0018                 clocks = <&clks VF610_CLK_OCOTP>;
0019         };