/Linux-v5.15/drivers/nvmem/ |
D | Makefile | 10 obj-$(CONFIG_NVMEM_BCM_OCOTP) += nvmem-bcm-ocotp.o 11 nvmem-bcm-ocotp-y := bcm-ocotp.o 14 obj-$(CONFIG_NVMEM_IMX_OCOTP) += nvmem-imx-ocotp.o 15 nvmem-imx-ocotp-y := imx-ocotp.o 16 obj-$(CONFIG_NVMEM_IMX_OCOTP_SCU) += nvmem-imx-ocotp-scu.o 17 nvmem-imx-ocotp-scu-y := imx-ocotp-scu.o 24 obj-$(CONFIG_NVMEM_MXS_OCOTP) += nvmem-mxs-ocotp.o 25 nvmem-mxs-ocotp-y := mxs-ocotp.o 44 obj-$(CONFIG_NVMEM_VF610_OCOTP) += nvmem-vf610-ocotp.o 45 nvmem-vf610-ocotp-y := vf610-ocotp.o
|
D | vf610-ocotp.c | 149 struct vf610_ocotp *ocotp = context; in vf610_ocotp_read() local 150 void __iomem *base = ocotp->base; in vf610_ocotp_read() 158 writel(ocotp->timing, base + OCOTP_TIMING); in vf610_ocotp_read() 176 dev_dbg(ocotp->dev, "Error reading from fuse address %x\n", in vf610_ocotp_read()
|
D | Kconfig | 45 will be called nvmem-imx-ocotp. 97 will be called nvmem-mxs-ocotp. 173 will be called nvmem-bcm-ocotp. 215 be called nvmem-vf610-ocotp.
|
/Linux-v5.15/drivers/soc/imx/ |
D | soc-imx.c | 32 struct regmap *ocotp = NULL; in imx_soc_device_init() local 146 ocotp = syscon_regmap_lookup_by_compatible(ocotp_compat); in imx_soc_device_init() 147 if (IS_ERR(ocotp)) in imx_soc_device_init() 151 if (!IS_ERR_OR_NULL(ocotp)) { in imx_soc_device_init() 153 regmap_read(ocotp, OCOTP_ULP_UID_4, &val); in imx_soc_device_init() 155 regmap_read(ocotp, OCOTP_ULP_UID_3, &val); in imx_soc_device_init() 158 regmap_read(ocotp, OCOTP_ULP_UID_2, &val); in imx_soc_device_init() 161 regmap_read(ocotp, OCOTP_ULP_UID_1, &val); in imx_soc_device_init() 167 regmap_read(ocotp, IIM_UID + i*4, &val); in imx_soc_device_init() 172 regmap_read(ocotp, OCOTP_UID_H, &val); in imx_soc_device_init() [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/nvmem/ |
D | brcm,ocotp.txt | 4 - compatible: "brcm,ocotp" for the first generation Broadcom OTPC which is used 5 in Cygnus and supports 32 bit read/write. Use "brcm,ocotp-v2" for the second 9 - brcm,ocotp-size: Amount of memory available, in 32 bit words 14 compatible = "brcm,ocotp"; 16 brcm,ocotp-size = <2048>;
|
D | vf610-ocotp.txt | 5 - "fsl,vf610-ocotp", "syscon" for VF5xx/VF6xx 13 ocotp: ocotp@400a5000 { 14 compatible = "fsl,vf610-ocotp", "syscon";
|
/Linux-v5.15/arch/arm/mach-mxs/ |
D | mach-mxs.c | 166 const u32 *ocotp = mxs_get_ocotp(); in update_fec_mac_prop() local 225 val = ocotp[i]; in update_fec_mac_prop() 387 const u32 *ocotp = mxs_get_ocotp(); in mxs_machine_init() local 404 soc_uid = system_serial_low = ocotp[HW_OCOTP_OPS3]; in mxs_machine_init() 406 soc_uid = system_serial_high = ocotp[HW_OCOTP_OPS2]; in mxs_machine_init() 408 system_serial_low = ocotp[HW_OCOTP_OPS3]; in mxs_machine_init()
|
/Linux-v5.15/Documentation/devicetree/bindings/arm/freescale/ |
D | fsl,scu.txt | 143 "fsl,imx8qm-scu-ocotp", 144 "fsl,imx8qxp-scu-ocotp". 150 - Data cells of ocotp: 227 ocotp: imx8qx-ocotp { 228 compatible = "fsl,imx8qxp-scu-ocotp";
|
/Linux-v5.15/arch/arm/boot/dts/ |
D | imx6ull.dtsi | 34 &ocotp { 35 compatible = "fsl,imx6ull-ocotp", "syscon";
|
D | imx7ulp.dtsi | 455 ocotp: efuse@410a6000 { label 456 compatible = "fsl,imx7ulp-ocotp", "syscon";
|
D | imx23.dtsi | 446 compatible = "fsl,imx23-ocotp", "fsl,ocotp";
|
D | vfxxx.dtsi | 497 ocotp: ocotp@400a5000 { label 498 compatible = "fsl,vf610-ocotp", "syscon";
|
D | imx28-m28cu3.dts | 105 ocotp@8002c000 {
|
D | bcm-cygnus.dtsi | 109 compatible = "brcm,ocotp"; 111 brcm,ocotp-size = <2048>;
|
D | imx28.dtsi | 1024 ocotp: efuse@8002c000 { label 1025 compatible = "fsl,imx28-ocotp", "fsl,ocotp";
|
D | imx6sll.dtsi | 798 ocotp: efuse@21bc000 { label 801 compatible = "fsl,imx6sll-ocotp", "syscon";
|
D | imx6sl.dtsi | 960 ocotp: efuse@21bc000 { label 961 compatible = "fsl,imx6sl-ocotp", "syscon";
|
D | imx6ul.dtsi | 980 ocotp: efuse@21bc000 { label 983 compatible = "fsl,imx6ul-ocotp", "syscon";
|
D | imx7s.dtsi | 532 ocotp: efuse@30350000 { label 535 compatible = "fsl,imx7d-ocotp", "syscon";
|
D | imx6qdl.dtsi | 1172 ocotp: efuse@21bc000 { label 1173 compatible = "fsl,imx6q-ocotp", "syscon";
|
/Linux-v5.15/arch/arm64/boot/dts/freescale/ |
D | imx8qxp.dtsi | 178 ocotp: imx8qx-ocotp { label 179 compatible = "fsl,imx8qxp-scu-ocotp";
|
D | imx8mp.dtsi | 353 ocotp: efuse@30350000 { label 354 compatible = "fsl,imx8mp-ocotp", "fsl,imx8mm-ocotp", "syscon";
|
D | imx8mn.dtsi | 529 ocotp: efuse@30350000 { label 530 compatible = "fsl,imx8mn-ocotp", "fsl,imx8mm-ocotp", "syscon";
|
D | imx8mm.dtsi | 525 ocotp: efuse@30350000 { label 526 compatible = "fsl,imx8mm-ocotp", "syscon";
|
/Linux-v5.15/arch/arm64/boot/dts/broadcom/stingray/ |
D | stingray.dtsi | 267 compatible = "brcm,ocotp-v2"; 269 brcm,ocotp-size = <2048>;
|