Approved version. Approved on: 22:05, 27 June 2022
You are viewing an old version of this page. Return to the latest version.
Difference between revisions of "Template:MicroprocessorDevice"
[checked revision] | [quality revision] |
m (→Code)
|
m
|
Contents
1 Usage[edit]
The MicroprocessorDevice template is used to indicate for which microprocessor device(s), an article part (chapter, paragraph, table...) is valid. Per default (i.e. if this template is not used), any part of an article is valid for all microprocessor devices for which the entire article is valid.
It outputs a "standardized" string that might be used to name an article part.
Usage: {{MicroprocessorDevice | device=<device> | security=<security> | frequency=<frequency> }}
- Where:
-
<device> is the mandatory parameter that specifies the class, the Series, the lines or the line. The possible values are:
- Class: STM32 Arm® Cortex® MPUs
-
1: STM32MP1 Series
-
13: STM32MP13x lines
- 131: STM32MP131 line
- 133: STM32MP133 line
- 135: STM32MP135 line
-
15: STM32MP15x lines
- 151: STM32MP151 line
- 153: STM32MP153 line
- 157: STM32MP157 line
-
13: STM32MP13x lines
-
<security> is the optional parameter that specifies the security. The possible values are:
- Basic: basic security
- Advanced: secure boot and cryptography
-
<frequency> is the optional parameter that specifies the Arm® Cortex®-A frequency. The possible values are:
- 650: 650 MHz
- 800: 800 MHz for STM32MP15x lines only
- 9001000: 900 1000 MHz for STM32MP13x lines only
- Summary (see also the part number codification for the STM32MP13 MPUs):
<device> | <security> | <frequency> | Result |
---|---|---|---|
Class | Any value | Any value | STM32 Arm® Cortex® MPUs |
1 | Any value | Any value | STM32MP1 Series |
13 | Basic | 650 | STM32MP13xA lines |
9001000 | STM32MP13xD lines | ||
Not specified or unknown | STM32MP13xA/D lines | ||
Advanced | 650 | STM32MP13xC lines | |
9001000 | STM32MP13xF lines | ||
Not specified or unknown | STM32MP13xC/F lines | ||
Not specified or unknown | 650 | STM32MP13xA/C lines | |
9001000 | STM32MP13xD/F lines | ||
Not specified or unknown | STM32MP13x lines | ||
135 Same for 133 Same for 131 |
Basic | 650 | STM32MP135A line |
9001000 | STM32MP135D line | ||
Not specified or unknown | STM32MP135A/D line | ||
Advanced | 650 | STM32MP135C line | |
9001000 | STM32MP135F line | ||
Not specified or unknown | STM32MP135C/F line | ||
Not specified or unknown | 650 | STM32MP135A/C line | |
9001000 | STM32MP135D/F line | ||
Not specified or unknown | STM32MP135 line |
- Summary (see also the part number codification for the STM32MP15 MPUs):
<device> | <security> | <frequency> | Result |
---|---|---|---|
Class | Any value | Any value | STM32 Arm® Cortex® MPUs |
1 | Any value | Any value | STM32MP1 Series |
15 | Basic | 650 | STM32MP15xA lines |
800 | STM32MP15xD lines | ||
Not specified or unknown | STM32MP15xA/D lines | ||
Advanced | 650 | STM32MP15xC lines | |
800 | STM32MP15xF lines | ||
Not specified or unknown | STM32MP15xC/F lines | ||
Not specified or unknown | 650 | STM32MP15xA/C lines | |
800 | STM32MP15xD/F lines | ||
Not specified or unknown | STM32MP15x lines | ||
157 Same for 153 Same for 151 |
Basic | 650 | STM32MP157A line |
800 | STM32MP157D line | ||
Not specified or unknown | STM32MP157A/D line | ||
Advanced | 650 | STM32MP157C line | |
800 | STM32MP157F line | ||
Not specified or unknown | STM32MP157C/F line | ||
Not specified or unknown | 650 | STM32MP157A/C line | |
800 | STM32MP157D/F line | ||
Not specified or unknown | STM32MP157 line |
Clicking on the icon displays the article about the microprocessor device lines (e.g. STM32MP15 microprocessor).
2 Basic examples[edit]
You type | You get |
---|---|
STM32 Arm® Cortex® MPUs {{MicroprocessorDevice | device=Class}} |
|
STM32MP1 Series {{MicroprocessorDevice | device=1}} |
STM32MP1 Series |
STM32MP13x lines {{MicroprocessorDevice | device=13}} |
|
STM32MP15x lines {{MicroprocessorDevice | device=15}} |
|
STM32MP135 line {{MicroprocessorDevice | device=135}} |
|
STM32MP157 line {{MicroprocessorDevice | device=157}} |
|
STM32MP13x lines with basic security {{MicroprocessorDevice | device=13 | security=Basic}} |
|
STM32MP15x lines with basic security {{MicroprocessorDevice | device=15 | security=Basic}} |
|
STM32MP135 line with secure boot and cryptography {{MicroprocessorDevice | device=135 | security=Advanced} |
|
STM32MP157 line with secure boot and cryptography {{MicroprocessorDevice | device=157 | security=Advanced} |
|
STM32MP13x lines with Arm® Cortex®-A at 650 MHz {{MicroprocessorDevice | device=13 | frequency=650}} |
|
STM32MP15x lines with Arm® Cortex®-A at 650 MHz {{MicroprocessorDevice | device=15 | frequency=650}} |
|
STM32MP135 line with Arm® Cortex®-A at 900 1000 MHz {{MicroprocessorDevice | device=135 | frequency=9001000}} |
|
STM32MP157 line with Arm® Cortex®-A at 800 MHz {{MicroprocessorDevice | device=157 | frequency=800}} |
|
STM32MP13x lines with secure boot and cryptography and Arm® Cortex®-A at 900 1000 MHz {{MicroprocessorDevice | device=13 | security=Advanced | frequency=9001000}} |
|
STM32MP15x lines with secure boot and cryptography and Arm® Cortex®-A at 800 MHz {{MicroprocessorDevice | device=15 | security=Advanced | frequency=800}} |
|
STM32MP135 line with basic security and Arm® Cortex®-A at 650 MHz {{MicroprocessorDevice | device=135 | security=Basic | frequency=650}} |
|
STM32MP157 line with basic security and Arm® Cortex®-A at 650 MHz {{MicroprocessorDevice | device=157 | security=Basic | frequency=650}} |
3 More examples[edit]
4 Code[edit]
STM32MP unknown microprocessor device
<noinclude> ==Usage== The [[Template:MicroprocessorDevice|MicroprocessorDevice]] template is used '''to indicate for which microprocessor device(s), an article part (chapter, paragraph, table...) is valid'''. Per default (i.e. if this template is not used), any part of an article is valid for all microprocessor devices for which the entire article is valid. It outputs a "standardized" string that might be used to name an article part. Usage: <nowiki>{{</nowiki>MicroprocessorDevice | device={{HighlightParam|<device>}} | security={{HighlightParam|<security>}} | frequency={{HighlightParam|<frequency>}} <nowiki>}} </nowiki> :Where: * {{HighlightParam|<device>}} is the '''mandatory''' parameter that specifies the class, the Series, the lines or the line. The possible values are: ** '''Class''': STM32 Arm<sup>®</sup> Cortex<sup>®</sup> MPUs ** '''1''': STM32MP1 Series *** '''13''': STM32MP13x lines **** '''131''': STM32MP131 line **** '''133''': STM32MP133 line **** '''135''': STM32MP135 line *** '''15''': STM32MP15x lines **** '''151''': STM32MP151 line **** '''153''': STM32MP153 line **** '''157''': STM32MP157 line {{ReviewsComments|-- [[User:Jean Christophe Trotin|Jean Christophe Trotin]] ([[User talk:Jean Christophe Trotin|talk]]) 18:16, 27 June 2022 (CEST)<br />AFAIK, the maximum frequency for the STM32MP13 is no more 900MHz but 1GHz (see [[STM32MP13_microprocessor_-_alpha]])}} * {{HighlightParam|<security>}} is the '''optional''' parameter that specifies the security. The possible values are: ** '''Basic''': basic security ** '''Advanced''': secure boot and cryptography * {{HighlightParam|<frequency>}} is the '''optional''' parameter that specifies the Arm<sup>®</sup> Cortex<sup>®</sup>-A frequency. The possible values are: ** '''650''': 650 MHz ** '''800''': 800 MHz for STM32MP15x lines only ** '''900''': 9001000''': 1000 MHz for STM32MP13x lines only *Summary (see also the [[STM32MP13 microprocessor#Part number codification|part number codification]] for the STM32MP13 MPUs): {| class="st-table" ! {{HighlightParam|<device>}} !! {{HighlightParam|<security>}} !! {{HighlightParam|<frequency>}} !! Result |- | Class || Any value || Any value || STM32 Arm<sup>®</sup> Cortex<sup>®</sup> MPUs |- | 1 || Any value || Any value || STM32MP1 Series |- | rowspan="9" | 13 || rowspan="3" | Basic || 650 || STM32MP13xA lines |- | 9001000 || STM32MP13xD lines |- | Not specified or unknown || STM32MP13xA/D lines |- | rowspan="3" | Advanced || 650 || STM32MP13xC lines |- | 9001000 || STM32MP13xF lines |- | Not specified or unknown || STM32MP13xC/F lines |- | rowspan="3" | Not specified or unknown || 650 || STM32MP13xA/C lines |- | 9001000 || STM32MP13xD/F lines |- | Not specified or unknown || STM32MP13x lines |- | rowspan="9" | 135<br>Same for 133<br>Same for 131 || rowspan="3" | Basic || 650 || STM32MP135A line |- | 9001000 || STM32MP135D line |- | Not specified or unknown || STM32MP135A/D line |- | rowspan="3" | Advanced || 650 || STM32MP135C line |- | 9001000 || STM32MP135F line |- | Not specified or unknown || STM32MP135C/F line |- | rowspan="3" | Not specified or unknown || 650 || STM32MP135A/C line |- | 9001000 || STM32MP135D/F line |- | Not specified or unknown || STM32MP135 line |} *Summary (see also the [[STM32MP15 microprocessor#Part number codification|part number codification]] for the STM32MP15 MPUs): {| class="st-table" ! {{HighlightParam|<device>}} !! {{HighlightParam|<security>}} !! {{HighlightParam|<frequency>}} !! Result |- | Class || Any value || Any value || STM32 Arm<sup>®</sup> Cortex<sup>®</sup> MPUs |- | 1 || Any value || Any value || STM32MP1 Series |- | rowspan="9" | 15 || rowspan="3" | Basic || 650 || STM32MP15xA lines |- | 800 || STM32MP15xD lines |- | Not specified or unknown || STM32MP15xA/D lines |- | rowspan="3" | Advanced || 650 || STM32MP15xC lines |- | 800 || STM32MP15xF lines |- | Not specified or unknown || STM32MP15xC/F lines |- | rowspan="3" | Not specified or unknown || 650 || STM32MP15xA/C lines |- | 800 || STM32MP15xD/F lines |- | Not specified or unknown || STM32MP15x lines |- | rowspan="9" | 157<br>Same for 153<br>Same for 151 || rowspan="3" | Basic || 650 || STM32MP157A line |- | 800 || STM32MP157D line |- | Not specified or unknown || STM32MP157A/D line |- | rowspan="3" | Advanced || 650 || STM32MP157C line |- | 800 || STM32MP157F line |- | Not specified or unknown || STM32MP157C/F line |- | rowspan="3" | Not specified or unknown || 650 || STM32MP157A/C line |- | 800 || STM32MP157D/F line |- | Not specified or unknown || STM32MP157 line |} Clicking on the <sup>[[File:More_info.png|15px|link=]]</sup> icon displays '''the article about the microprocessor device lines''' (e.g. [[STM32MP15 microprocessor]]). ==Basic examples== {| class="st-table" ! style="width: 50%;" | You type !! You get |- | STM32 Arm<sup>®</sup> Cortex<sup>®</sup> MPUs<pre style="white-space: pre-wrap;"> {{MicroprocessorDevice | device=Class}}</pre> | {{MicroprocessorDevice | device=Class}} |- | STM32MP1 Series<pre style="white-space: pre-wrap;"> {{MicroprocessorDevice | device=1}}</pre> | {{MicroprocessorDevice | device=1}} |- | STM32MP13x lines<pre style="white-space: pre-wrap;"> {{MicroprocessorDevice | device=13}}</pre> | {{MicroprocessorDevice | device=13}} |- | STM32MP15x lines<pre style="white-space: pre-wrap;"> {{MicroprocessorDevice | device=15}}</pre> | {{MicroprocessorDevice | device=15}} |- | STM32MP135 line<pre style="white-space: pre-wrap;"> {{MicroprocessorDevice | device=135}}</pre> | {{MicroprocessorDevice | device=135}} |- | STM32MP157 line<pre style="white-space: pre-wrap;"> {{MicroprocessorDevice | device=157}}</pre> | {{MicroprocessorDevice | device=157}} |- | STM32MP13x lines with basic security<pre style="white-space: pre-wrap;"> {{MicroprocessorDevice | device=13 | security=Basic}}</pre> | {{MicroprocessorDevice | device=13 |security=Basic}} |- | STM32MP15x lines with basic security<pre style="white-space: pre-wrap;"> {{MicroprocessorDevice | device=15 | security=Basic}}</pre> | {{MicroprocessorDevice | device=15 |security=Basic}} |- | STM32MP135 line with secure boot and cryptography<pre style="white-space: pre-wrap;"> {{MicroprocessorDevice | device=135 | security=Advanced}</pre> | {{MicroprocessorDevice | device=135 | security=Advanced}} |- | STM32MP157 line with secure boot and cryptography<pre style="white-space: pre-wrap;"> {{MicroprocessorDevice | device=157 | security=Advanced}</pre> | {{MicroprocessorDevice | device=157 | security=Advanced}} |- | STM32MP13x lines with Arm<sup>®</sup> Cortex<sup>®</sup>-A at 650 MHz<pre style="white-space: pre-wrap;"> {{MicroprocessorDevice | device=13 | frequency=650}}</pre> | {{MicroprocessorDevice | device=13 | frequency=650}} |- | STM32MP15x lines with Arm<sup>®</sup> Cortex<sup>®</sup>-A at 650 MHz<pre style="white-space: pre-wrap;"> {{MicroprocessorDevice | device=15 | frequency=650}}</pre> | {{MicroprocessorDevice | device=15 | frequency=650}} |- | STM32MP135 line with Arm<sup>®</sup> Cortex<sup>®</sup>-A at 9001000 MHz<pre style="white-space: pre-wrap;"> {{MicroprocessorDevice | device=135 | frequency=9001000}}</pre> | {{MicroprocessorDevice | device=135 | frequency=9001000}} |- | STM32MP157 line with Arm<sup>®</sup> Cortex<sup>®</sup>-A at 800 MHz<pre style="white-space: pre-wrap;"> {{MicroprocessorDevice | device=157 | frequency=800}}</pre> | {{MicroprocessorDevice | device=157 | frequency=800}} |- | STM32MP13x lines with secure boot and cryptography and Arm<sup>®</sup> Cortex<sup>®</sup>-A at 9001000 MHz<pre style="white-space: pre-wrap;"> {{MicroprocessorDevice | device=13 | security=Advanced | frequency=9001000}}</pre> | {{MicroprocessorDevice | device=13 | security=Advanced | frequency=9001000}} |- | STM32MP15x lines with secure boot and cryptography and Arm<sup>®</sup> Cortex<sup>®</sup>-A at 800 MHz<pre style="white-space: pre-wrap;"> {{MicroprocessorDevice | device=15 | security=Advanced | frequency=800}}</pre> | {{MicroprocessorDevice | device=15 | security=Advanced | frequency=800}} |- | STM32MP135 line with basic security and Arm<sup>®</sup> Cortex<sup>®</sup>-A at 650 MHz<pre style="white-space: pre-wrap;"> {{MicroprocessorDevice | device=135 | security=Basic | frequency=650}}</pre> | {{MicroprocessorDevice | device=135 | security=Basic | frequency=650}} |- | STM32MP157 line with basic security and Arm<sup>®</sup> Cortex<sup>®</sup>-A at 650 MHz<pre style="white-space: pre-wrap;"> {{MicroprocessorDevice | device=157 | security=Basic | frequency=650}}</pre> | {{MicroprocessorDevice | device=157 | security=Basic | frequency=650}} |} ==More examples== {| class="st-table" ! style="width: 50%;" | You type !! You get |- | Unspecified microprocessor device<pre style="white-space: pre-wrap;"> {{MicroprocessorDevice}}</pre> | {{MicroprocessorDevice}} |- | Security and frequency ignored for class<pre style="white-space: pre-wrap;"> {{MicroprocessorDevice | device=Class | security=Basic | frequency=800}}</pre> | {{MicroprocessorDevice | device=Class | security=Basic | frequency=800}} |- | Security and frequency ignored for Series<pre style="white-space: pre-wrap;"> {{MicroprocessorDevice | device=1 | security=Advanced | frequency=650}}</pre> | {{MicroprocessorDevice | device=1 | security=Advanced | frequency=650}} |- | Unknown Series<pre style="white-space: pre-wrap;"> {{MicroprocessorDevice | device=0}}</pre> | {{MicroprocessorDevice | device=0}} |- | Unknown lines<pre style="white-space: pre-wrap;"> {{MicroprocessorDevice | device=11}}</pre> | {{MicroprocessorDevice | device=11}} |- | Unknown line<pre style="white-space: pre-wrap;"> {{MicroprocessorDevice | device=154}}</pre> | {{MicroprocessorDevice | device=154}} |- | Unknown line<pre style="white-space: pre-wrap;"> {{MicroprocessorDevice | device=1531}}</pre> | {{MicroprocessorDevice | device=1531}} |- | Unknown security<pre style="white-space: pre-wrap;"> {{MicroprocessorDevice | device=15 | security=Medium}}</pre> | {{MicroprocessorDevice | device=15 | security=Medium}} |- | Unknown line and security<pre style="white-space: pre-wrap;"> {{MicroprocessorDevice | device=152 | security=Medium}}</pre> | {{MicroprocessorDevice | device=152 | security=Medium}} |- | Unknown frequency<pre style="white-space: pre-wrap;"> {{MicroprocessorDevice | device=15 | frequency=500}}</pre> | {{MicroprocessorDevice | device=15 | frequency=500}} |- | Unknown line and frequency<pre style="white-space: pre-wrap;"> {{MicroprocessorDevice | device=152 | frequency=500}}</pre> | {{MicroprocessorDevice | device=152 | frequency=500}} |- | Unknown security and frequency<pre style="white-space: pre-wrap;"> {{MicroprocessorDevice | device=15 | security=Medium | frequency=500}}</pre> | {{MicroprocessorDevice | device=15 | security=Medium | frequency=500}} |- | Check that there's no space before and after the text<pre style="white-space: pre-wrap;"> BEFORE{{MicroprocessorDevice | device=Class}}AFTER<br> BEFORE{{MicroprocessorDevice | device=1}}AFTER<br> BEFORE{{MicroprocessorDevice | device=15}}AFTER<br> BEFORE{{MicroprocessorDevice | device=157}}AFTER<br> BEFORE{{MicroprocessorDevice | device=15 | security=A}}AFTER</pre> | BEFORE{{MicroprocessorDevice | device=Class}}AFTER<br> BEFORE{{MicroprocessorDevice | device=1}}AFTER<br> BEFORE{{MicroprocessorDevice | device=15}}AFTER<br> BEFORE{{MicroprocessorDevice | device=157}}AFTER<br> BEFORE{{MicroprocessorDevice | device=15 | security=Basic}}AFTER |} ==Code== {{UpdateNeededForNewDevice|Add the new microprocessor device in the code below and in the list of the possible values above}}</noinclude>{{#vardefine:info|}}{{#switch:{{{security|none}}} | Basic | Advanced | none = | #default = {{Highlight|unknown security}} }}{{#switch:{{{frequency|none}}} | 650 | 800 | 9001000 | none = | #default = {{Highlight|unknown frequency}} }}{{#switch:{{{security|}}} | Basic = {{#switch:{{{frequency|}}} | 650 = {{#vardefine:secfre|A}} | 800 | 9001000 = {{#vardefine:secfre|D}} | #default = {{#vardefine:secfre|A/D}} }} | Advanced = {{#switch:{{{frequency|}}} | 650 = {{#vardefine:secfre|C}} | 800 | 9001000 = {{#vardefine:secfre|F}} | #default = {{#vardefine:secfre|C/F}} }} | #default = {{#switch:{{{frequency|}}} | 650 = {{#vardefine:secfre|A/C}} | 800 | 9001000 = {{#vardefine:secfre|D/F}} | #default = {{#vardefine:secfre|}} }}}}{{#switch:{{{device|}}} | Class = {{#vardefine:dev| Arm<sup>®</sup> Cortex<sup>®</sup> MPUs}}{{#vardefine:info| <sup>[[File:More_info.png|13px|link=Category:STM32 MPU microprocessor devices]]</sup>}} | 1 = {{#vardefine:dev|MP{{{device|}}} Series}} | 13 = {{#vardefine:dev|MP{{{device|}}}x{{#var:secfre}} lines}}{{#vardefine:info| <sup>[[File:Warning.png|13px|link=STM32MP{{{device}}} microprocessor]]</sup>}} | 15 = {{#vardefine:dev|MP{{{device|}}}x{{#var:secfre}} lines}}{{#vardefine:info| <sup>[[File:More_info.png|13px|link=STM32MP{{{device}}} microprocessor]]</sup>}} | 131 | 133 | 135 = {{#vardefine:dev|MP{{{device|}}}{{#var:secfre}} line}}{{#vardefine:info| <sup>[[File:Warning.png|13px|link=STM32MP{{#sub:{{{device}}}|0|2}} microprocessor]]</sup>}} | 151 | 153 | 157 = {{#vardefine:dev|MP{{{device|}}}{{#var:secfre}} line}}{{#vardefine:info| <sup>[[File:More_info.png|13px|link=STM32MP{{#sub:{{{device}}}|0|2}} microprocessor]]</sup>}} | #default = {{#vardefine:dev|MP{{{device|}}}{{Highlight| unknown microprocessor device}}}} }}STM32{{#var:dev}}{{#var:info}}
Line 26: | Line 26: | ||
** '''650''': 650 MHz |
** '''650''': 650 MHz |
||
** '''800''': 800 MHz for STM32MP15x lines only |
** '''800''': 800 MHz for STM32MP15x lines only |
||
− | ** ''' |
+ | ** '''1000''': 1000 MHz for STM32MP13x lines only |
*Summary (see also the [[STM32MP13 microprocessor#Part number codification|part number codification]] for the STM32MP13 MPUs): |
*Summary (see also the [[STM32MP13 microprocessor#Part number codification|part number codification]] for the STM32MP13 MPUs): |
||
Line 38: | Line 38: | ||
| rowspan="9" | 13 || rowspan="3" | Basic || 650 || STM32MP13xA lines |
| rowspan="9" | 13 || rowspan="3" | Basic || 650 || STM32MP13xA lines |
||
|- |
|- |
||
− | | |
+ | | 1000 || STM32MP13xD lines |
|- |
|- |
||
| Not specified or unknown || STM32MP13xA/D lines |
| Not specified or unknown || STM32MP13xA/D lines |
||
Line 44: | Line 44: | ||
| rowspan="3" | Advanced || 650 || STM32MP13xC lines |
| rowspan="3" | Advanced || 650 || STM32MP13xC lines |
||
|- |
|- |
||
− | | |
+ | | 1000 || STM32MP13xF lines |
|- |
|- |
||
| Not specified or unknown || STM32MP13xC/F lines |
| Not specified or unknown || STM32MP13xC/F lines |
||
Line 50: | Line 50: | ||
| rowspan="3" | Not specified or unknown || 650 || STM32MP13xA/C lines |
| rowspan="3" | Not specified or unknown || 650 || STM32MP13xA/C lines |
||
|- |
|- |
||
− | | |
+ | | 1000 || STM32MP13xD/F lines |
|- |
|- |
||
| Not specified or unknown || STM32MP13x lines |
| Not specified or unknown || STM32MP13x lines |
||
Line 56: | Line 56: | ||
| rowspan="9" | 135<br>Same for 133<br>Same for 131 || rowspan="3" | Basic || 650 || STM32MP135A line |
| rowspan="9" | 135<br>Same for 133<br>Same for 131 || rowspan="3" | Basic || 650 || STM32MP135A line |
||
|- |
|- |
||
− | | |
+ | | 1000 || STM32MP135D line |
|- |
|- |
||
| Not specified or unknown || STM32MP135A/D line |
| Not specified or unknown || STM32MP135A/D line |
||
Line 62: | Line 62: | ||
| rowspan="3" | Advanced || 650 || STM32MP135C line |
| rowspan="3" | Advanced || 650 || STM32MP135C line |
||
|- |
|- |
||
− | | |
+ | | 1000 || STM32MP135F line |
|- |
|- |
||
| Not specified or unknown || STM32MP135C/F line |
| Not specified or unknown || STM32MP135C/F line |
||
Line 68: | Line 68: | ||
| rowspan="3" | Not specified or unknown || 650 || STM32MP135A/C line |
| rowspan="3" | Not specified or unknown || 650 || STM32MP135A/C line |
||
|- |
|- |
||
− | | |
+ | | 1000 || STM32MP135D/F line |
|- |
|- |
||
| Not specified or unknown || STM32MP135 line |
| Not specified or unknown || STM32MP135 line |
||
Line 208: | Line 208: | ||
{{MicroprocessorDevice | device=15 | frequency=650}} |
{{MicroprocessorDevice | device=15 | frequency=650}} |
||
|- |
|- |
||
− | | STM32MP135 line with Arm<sup>®</sup> Cortex<sup>®</sup>-A at |
+ | | STM32MP135 line with Arm<sup>®</sup> Cortex<sup>®</sup>-A at 1000 MHz |
<pre style="white-space: pre-wrap;"> |
<pre style="white-space: pre-wrap;"> |
||
− | {{MicroprocessorDevice | device=135 | frequency= |
+ | {{MicroprocessorDevice | device=135 | frequency=1000}} |
</pre> |
</pre> |
||
| |
| |
||
− | {{MicroprocessorDevice | device=135 | frequency= |
+ | {{MicroprocessorDevice | device=135 | frequency=1000}} |
|- |
|- |
||
| STM32MP157 line with Arm<sup>®</sup> Cortex<sup>®</sup>-A at 800 MHz |
| STM32MP157 line with Arm<sup>®</sup> Cortex<sup>®</sup>-A at 800 MHz |
||
Line 222: | Line 222: | ||
{{MicroprocessorDevice | device=157 | frequency=800}} |
{{MicroprocessorDevice | device=157 | frequency=800}} |
||
|- |
|- |
||
− | | STM32MP13x lines with secure boot and cryptography and Arm<sup>®</sup> Cortex<sup>®</sup>-A at |
+ | | STM32MP13x lines with secure boot and cryptography and Arm<sup>®</sup> Cortex<sup>®</sup>-A at 1000 MHz |
<pre style="white-space: pre-wrap;"> |
<pre style="white-space: pre-wrap;"> |
||
− | {{MicroprocessorDevice | device=13 | security=Advanced | frequency= |
+ | {{MicroprocessorDevice | device=13 | security=Advanced | frequency=1000}} |
</pre> |
</pre> |
||
| |
| |
||
− | {{MicroprocessorDevice | device=13 | security=Advanced | frequency= |
+ | {{MicroprocessorDevice | device=13 | security=Advanced | frequency=1000}} |
|- |
|- |
||
| STM32MP15x lines with secure boot and cryptography and Arm<sup>®</sup> Cortex<sup>®</sup>-A at 800 MHz |
| STM32MP15x lines with secure boot and cryptography and Arm<sup>®</sup> Cortex<sup>®</sup>-A at 800 MHz |
||
Line 361: | Line 361: | ||
| #default = {{Highlight|unknown security}} |
| #default = {{Highlight|unknown security}} |
||
}}{{#switch:{{{frequency|none}}} |
}}{{#switch:{{{frequency|none}}} |
||
− | | 650 | 800 | |
+ | | 650 | 800 | 1000 | none = |
| #default = {{Highlight|unknown frequency}} |
| #default = {{Highlight|unknown frequency}} |
||
}}{{#switch:{{{security|}}} |
}}{{#switch:{{{security|}}} |
||
| Basic = {{#switch:{{{frequency|}}} |
| Basic = {{#switch:{{{frequency|}}} |
||
| 650 = {{#vardefine:secfre|A}} |
| 650 = {{#vardefine:secfre|A}} |
||
− | | 800 | |
+ | | 800 | 1000 = {{#vardefine:secfre|D}} |
| #default = {{#vardefine:secfre|A/D}} |
| #default = {{#vardefine:secfre|A/D}} |
||
}} |
}} |
||
| Advanced = {{#switch:{{{frequency|}}} |
| Advanced = {{#switch:{{{frequency|}}} |
||
| 650 = {{#vardefine:secfre|C}} |
| 650 = {{#vardefine:secfre|C}} |
||
− | | 800 | |
+ | | 800 | 1000 = {{#vardefine:secfre|F}} |
| #default = {{#vardefine:secfre|C/F}} |
| #default = {{#vardefine:secfre|C/F}} |
||
}} |
}} |
||
| #default = {{#switch:{{{frequency|}}} |
| #default = {{#switch:{{{frequency|}}} |
||
| 650 = {{#vardefine:secfre|A/C}} |
| 650 = {{#vardefine:secfre|A/C}} |
||
− | | 800 | |
+ | | 800 | 1000 = {{#vardefine:secfre|D/F}} |
| #default = {{#vardefine:secfre|}} |
| #default = {{#vardefine:secfre|}} |
||
}}}}{{#switch:{{{device|}}} |
}}}}{{#switch:{{{device|}}} |