Commit 8d08604
committed
[nrf fromlist] soc: nordic: activate uicr generation and use correct dt reg check
- Activate the UICR file generation and PeriphConf for nRF92 application.
- Add condition in reg dt check file to use the correct uicr node name
for nRF92X.
- Generation of preriphconf entries filters on device names to match
the first 5 characters to nrf92 or the 6 first characters to nrf54h,
this information is also used to determine the device SOC_SERIES
to be either SOC_SERIES_NRF54HX or SOC_SERIES_NRF92X allowing possible
extension of usage. Still in case of an unknown device of a certain
family it will use existing configuration while generating
periphconf entries.
Upstream PR #: 95549
Signed-off-by: Aymen LAOUINI <[email protected]>1 parent be5d777 commit 8d08604
File tree
4 files changed
+48
-8
lines changed- soc/nordic
- common/uicr
4 files changed
+48
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
57 | 74 | | |
58 | 75 | | |
59 | 76 | | |
60 | 77 | | |
61 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
62 | 102 | | |
63 | 103 | | |
64 | 104 | | |
| |||
78 | 118 | | |
79 | 119 | | |
80 | 120 | | |
| 121 | + | |
81 | 122 | | |
82 | | - | |
83 | 123 | | |
84 | 124 | | |
85 | 125 | | |
| |||
104 | 144 | | |
105 | 145 | | |
106 | 146 | | |
107 | | - | |
| 147 | + | |
108 | 148 | | |
109 | 149 | | |
110 | 150 | | |
| |||
138 | 178 | | |
139 | 179 | | |
140 | 180 | | |
141 | | - | |
| 181 | + | |
142 | 182 | | |
143 | 183 | | |
144 | 184 | | |
| |||
438 | 478 | | |
439 | 479 | | |
440 | 480 | | |
441 | | - | |
| 481 | + | |
442 | 482 | | |
443 | 483 | | |
444 | 484 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
349 | | - | |
| 349 | + | |
350 | 350 | | |
351 | 351 | | |
352 | 352 | | |
| |||
0 commit comments