Hi @Sanket_Parekh ,
We trying to form the word for eFUSE,
We come up with,
0x470[7:0] -> 0000 0000
0x470[15:8] -> 0110 0010
so,
0x470[15:0] -> 0x6200
----------------------------------------------
0x470[27:16] -> 0000 0000 0000
0x470[28] -> 1 -boot mode from fuses
0x470[31:29] -> 000
so,
0x470[31:16]-> 0x1000
------------------------------------------------------
so,
0x470[31:0] -> 0x1000 6200
We also have a doubt regarding the same

We Have some confusion regarding the chip select.
&iomuxc {
pinctrl_ecspi2: ecspi2grp {
fsl,pins = <
MX8MM_IOMUXC_ECSPI2_SS0_GPIO5_IO13 0x40000
MX8MM_IOMUXC_ECSPI2_MISO_ECSPI2_MISO 0x82
MX8MM_IOMUXC_ECSPI2_MOSI_ECSPI2_MOSI 0x82
MX8MM_IOMUXC_ECSPI2_SCLK_ECSPI2_SCLK 0x82
>;
};
1) Can you confirm the chip select we choose is correct or not?
2) if chip select is 0, then 0x470[31:0] -> 0x1000 6200 is correct?