Skip to content
Snippets Groups Projects
Commit fb1e6c89 authored by Eberhard Stoll's avatar Eberhard Stoll
Browse files

stm32mp-t10xx: Add otp device tree locations

Add kontron and user reserved otp register access
parent 7f281781
No related branches found
No related tags found
1 merge request!1bsec: Add write lock and shadow register update
...@@ -285,19 +285,118 @@ ...@@ -285,19 +285,118 @@
/*otp word 59 - Kontron SOM ID */ /*otp word 59 - Kontron SOM ID */
som_id: som_id@ec{ som_id: som_id@ec{
reg=<0xec 0x4>; reg=<0xec 0x4>;st,non-secure-otp;
status="okay";
secure-status="okay";
};
/*otp word 60 - Kontron Board ID */
board_id: board_id@f0{
reg=<0xf0 0x4>;
st,non-secure-otp; st,non-secure-otp;
status="okay"; status="okay";
secure-status="okay"; secure-status="okay";
}; };
/*otp word 60 - Kontron Board ID */ /*otp word 61 - Kontron reserved */
board_id: board_id@f0{ otp_ktn_61: otp_ktn@f4{
reg=<0xf0 0x4>; reg=<0xf4 0x4>;
st,non-secure-otp; st,non-secure-otp;
status="okay"; status="okay";
secure-status="okay"; secure-status="okay";
}; };
/*otp word 62 - Kontron reserved */
otp_ktn_62: otp_ktn@f8{
reg=<0xf8 0x4>;
st,non-secure-otp;
status="okay";
secure-status="okay";
};
/*otp word 63 - Kontron reserved */
otp_ktn_63: otp_ktn@fc{
reg=<0xfc 0x4>;
st,non-secure-otp;
status="okay";
secure-status="okay";
};
/*otp word 64 - Kontron reserved */
otp_ktn_64: otp_ktn@100{
reg=<0x100 0x4>;
st,non-secure-otp;
status="okay";
secure-status="okay";
};
/*otp word 65 - Kontron reserved */
otp_ktn_65: otp_ktn@104{
reg=<0x104 0x4>;
st,non-secure-otp;
status="okay";
secure-status="okay";
};
/*otp word 66 - Kontron reserved */
otp_ktn_66: otp_ktn@108{
reg=<0x108 0x4>;
st,non-secure-otp;
status="okay";
secure-status="okay";
};
/*otp word 67 - User free */
otp_user_67: otp_user@10c{
reg=<0x10c 0x4>;
st,non-secure-otp;
status="okay";
secure-status="okay";
};
/*otp word 68 - User free */
otp_user_68: otp_user@110{
reg=<0x110 0x4>;
st,non-secure-otp;
status="okay";
secure-status="okay";
};
/*otp word 69 - User free */
otp_user_69: otp_user@114{
reg=<0x114 0x4>;
st,non-secure-otp;
status="okay";
secure-status="okay";
};
/*otp word 70 - User free */
otp_user_70: otp_user@118{
reg=<0x118 0x4>;
st,non-secure-otp;
status="okay";
secure-status="okay";
};
/*otp word 71 - User free */
otp_user_71: otp_user@11c{
reg=<0x11c 0x4>;
st,non-secure-otp;
status="okay";
secure-status="okay";
};
/*otp word 72 - User free */
otp_user_72: otp_user@120{
reg=<0x120 0x4>;
st,non-secure-otp;
status="okay";
secure-status="okay";
};
/*otp word 73 - User free */
otp_user_73: board_id@124{
reg=<0x124 0x4>;
st,non-secure-otp;
status="okay";
secure-status="okay";
};
/*otp word 74 - User free */
otp_user_74: otp_user@128{
reg=<0x128 0x4>;
st,non-secure-otp;
status="okay";
secure-status="okay";
};
}; };
&tamp{ &tamp{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment