Back to home page

OSCL-LXR

 
 

    


0001 * NXP LPC18xx OTP memory
0002 
0003 Internal OTP (One Time Programmable) memory for NXP LPC18xx/43xx devices.
0004 
0005 Required properties:
0006   - compatible: Should be "nxp,lpc1850-otp"
0007   - reg: Must contain an entry with the physical base address and length
0008     for each entry in reg-names.
0009   - address-cells: must be set to 1.
0010   - size-cells: must be set to 1.
0011 
0012 See nvmem.txt for more information.
0013 
0014 Example:
0015   otp: otp@40045000 {
0016     compatible = "nxp,lpc1850-otp";
0017     reg = <0x40045000 0x1000>;
0018     #address-cells = <1>;
0019     #size-cells = <1>;
0020   };