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