modm-devices 0.10.0__py3-none-any.whl → 0.10.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- modm_devices/__init__.py +1 -1
- modm_devices/resources/devices/stm32/stm32c0-11_31.xml +20 -38
- modm_devices/resources/devices/stm32/stm32f0-30.xml +1 -2
- modm_devices/resources/devices/stm32/stm32f0-51.xml +1 -1
- modm_devices/resources/devices/stm32/stm32f0-58.xml +1 -1
- modm_devices/resources/devices/stm32/stm32g0-70_b0.xml +6 -11
- modm_devices/resources/devices/stm32/stm32g0-b1_c1.xml +21 -26
- modm_devices/resources/devices/stm32/stm32g4-31_41.xml +44 -12
- modm_devices/resources/devices/stm32/stm32g4-71.xml +14 -0
- modm_devices/resources/devices/stm32/stm32h5-03.xml +1 -0
- modm_devices/resources/devices/stm32/stm32h5-23-c-c.xml +692 -0
- modm_devices/resources/devices/stm32/stm32h5-23-c-r.xml +898 -0
- modm_devices/resources/devices/stm32/stm32h5-23-c-v.xml +1197 -0
- modm_devices/resources/devices/stm32/stm32h5-23-c-z.xml +1413 -0
- modm_devices/resources/devices/stm32/stm32h5-23-e-c.xml +692 -0
- modm_devices/resources/devices/stm32/stm32h5-23-e-h.xml +577 -0
- modm_devices/resources/devices/stm32/stm32h5-23-e-r.xml +898 -0
- modm_devices/resources/devices/stm32/stm32h5-23-e-v.xml +1197 -0
- modm_devices/resources/devices/stm32/stm32h5-23-e-z.xml +1413 -0
- modm_devices/resources/devices/stm32/stm32h5-33-e-c.xml +700 -0
- modm_devices/resources/devices/stm32/stm32h5-33-e-h.xml +585 -0
- modm_devices/resources/devices/stm32/stm32h5-33-e-r.xml +906 -0
- modm_devices/resources/devices/stm32/stm32h5-33-e-v.xml +1205 -0
- modm_devices/resources/devices/stm32/stm32h5-33-e-z.xml +1421 -0
- modm_devices/resources/devices/stm32/stm32h5-62.xml +5 -3
- modm_devices/resources/devices/stm32/stm32h5-63_73.xml +36 -97
- modm_devices/resources/devices/stm32/stm32h7-23_33.xml +66 -2
- modm_devices/resources/devices/stm32/stm32h7-25_35.xml +72 -3
- modm_devices/resources/devices/stm32/stm32h7-30.xml +66 -3
- modm_devices/resources/devices/stm32/stm32h7-42.xml +72 -3
- modm_devices/resources/devices/stm32/stm32h7-43_53.xml +70 -2
- modm_devices/resources/devices/stm32/stm32h7-45_55.xml +69 -2
- modm_devices/resources/devices/stm32/stm32h7-47_57.xml +72 -5
- modm_devices/resources/devices/stm32/stm32h7-50.xml +70 -2
- modm_devices/resources/devices/stm32/stm32h7-a3.xml +64 -2
- modm_devices/resources/devices/stm32/stm32h7-b0.xml +64 -2
- modm_devices/resources/devices/stm32/stm32h7-b3.xml +64 -2
- modm_devices/resources/devices/stm32/stm32l0-51_52_53_62_63.xml +5 -5
- modm_devices/resources/devices/stm32/stm32l5-52_62.xml +10 -10
- modm_devices/resources/devices/stm32/stm32u5-35_45.xml +9 -10
- modm_devices/resources/devices/stm32/stm32u5-75_85.xml +1 -0
- modm_devices/resources/devices/stm32/stm32u5-95_a5.xml +3007 -0
- modm_devices/resources/devices/stm32/stm32u5-99-i-n.xml +1988 -0
- modm_devices/resources/devices/stm32/stm32u5-99-i-v.xml +1393 -0
- modm_devices/resources/devices/stm32/stm32u5-99-i-z.xml +1666 -0
- modm_devices/resources/devices/stm32/stm32u5-99-j-b.xml +1948 -0
- modm_devices/resources/devices/stm32/stm32u5-99-j-n.xml +1988 -0
- modm_devices/resources/devices/stm32/stm32u5-99-j-v.xml +1393 -0
- modm_devices/resources/devices/stm32/stm32u5-99-j-z.xml +1666 -0
- modm_devices/resources/devices/stm32/stm32u5-a9-j-b.xml +1960 -0
- modm_devices/resources/devices/stm32/stm32u5-a9-j-n.xml +2000 -0
- modm_devices/resources/devices/stm32/stm32u5-a9-j-v.xml +1405 -0
- modm_devices/resources/devices/stm32/stm32u5-a9-j-z.xml +1678 -0
- modm_devices/resources/devices/stm32/stm32u5-f7_g7.xml +1509 -0
- modm_devices/resources/devices/stm32/stm32u5-f9_g9.xml +2649 -0
- {modm_devices-0.10.0.dist-info → modm_devices-0.10.1.dist-info}/METADATA +4 -4
- {modm_devices-0.10.0.dist-info → modm_devices-0.10.1.dist-info}/RECORD +60 -32
- {modm_devices-0.10.0.dist-info → modm_devices-0.10.1.dist-info}/WHEEL +1 -1
- {modm_devices-0.10.0.dist-info → modm_devices-0.10.1.dist-info}/LICENSE +0 -0
- {modm_devices-0.10.0.dist-info → modm_devices-0.10.1.dist-info}/top_level.txt +0 -0
@@ -165,7 +165,71 @@
|
|
165
165
|
<instance value="2"/>
|
166
166
|
<instance value="3"/>
|
167
167
|
</driver>
|
168
|
-
<driver name="bdma" type="
|
168
|
+
<driver name="bdma" type="stm32h7">
|
169
|
+
<requests>
|
170
|
+
<request position="1">
|
171
|
+
<signal driver="bdma" name="generator0"/>
|
172
|
+
</request>
|
173
|
+
<request position="2">
|
174
|
+
<signal driver="bdma" name="generator1"/>
|
175
|
+
</request>
|
176
|
+
<request position="3">
|
177
|
+
<signal driver="bdma" name="generator2"/>
|
178
|
+
</request>
|
179
|
+
<request position="4">
|
180
|
+
<signal driver="bdma" name="generator3"/>
|
181
|
+
</request>
|
182
|
+
<request position="5">
|
183
|
+
<signal driver="bdma" name="generator4"/>
|
184
|
+
</request>
|
185
|
+
<request position="6">
|
186
|
+
<signal driver="bdma" name="generator5"/>
|
187
|
+
</request>
|
188
|
+
<request position="7">
|
189
|
+
<signal driver="bdma" name="generator6"/>
|
190
|
+
</request>
|
191
|
+
<request position="8">
|
192
|
+
<signal driver="bdma" name="generator7"/>
|
193
|
+
</request>
|
194
|
+
<request position="9">
|
195
|
+
<signal driver="lpuart" instance="1" name="rx"/>
|
196
|
+
</request>
|
197
|
+
<request position="10">
|
198
|
+
<signal driver="lpuart" instance="1" name="tx"/>
|
199
|
+
</request>
|
200
|
+
<request position="11">
|
201
|
+
<signal driver="spi" instance="6" name="rx"/>
|
202
|
+
</request>
|
203
|
+
<request position="12">
|
204
|
+
<signal driver="spi" instance="6" name="tx"/>
|
205
|
+
</request>
|
206
|
+
<request position="13">
|
207
|
+
<signal driver="i2c" instance="4" name="rx"/>
|
208
|
+
</request>
|
209
|
+
<request position="14">
|
210
|
+
<signal driver="i2c" instance="4" name="tx"/>
|
211
|
+
</request>
|
212
|
+
<request position="15">
|
213
|
+
<signal driver="sai" instance="4" name="a"/>
|
214
|
+
</request>
|
215
|
+
<request position="16">
|
216
|
+
<signal driver="sai" instance="4" name="b"/>
|
217
|
+
</request>
|
218
|
+
<request position="17">
|
219
|
+
<signal driver="adc" instance="3"/>
|
220
|
+
</request>
|
221
|
+
</requests>
|
222
|
+
<mux-channels>
|
223
|
+
<mux-channel position="0" dma-channel="0"/>
|
224
|
+
<mux-channel position="1" dma-channel="1"/>
|
225
|
+
<mux-channel position="2" dma-channel="2"/>
|
226
|
+
<mux-channel position="3" dma-channel="3"/>
|
227
|
+
<mux-channel position="4" dma-channel="4"/>
|
228
|
+
<mux-channel position="5" dma-channel="5"/>
|
229
|
+
<mux-channel position="6" dma-channel="6"/>
|
230
|
+
<mux-channel position="7" dma-channel="7"/>
|
231
|
+
</mux-channels>
|
232
|
+
</driver>
|
169
233
|
<driver name="comp" type="stm32-tsmc90_h7_cube">
|
170
234
|
<instance value="1"/>
|
171
235
|
<instance value="2"/>
|
@@ -181,7 +245,7 @@
|
|
181
245
|
<instance value="1"/>
|
182
246
|
</driver>
|
183
247
|
<driver name="dcmi" type="stm32"/>
|
184
|
-
<driver name="debug" type="stm32-v1.
|
248
|
+
<driver name="debug" type="stm32-v1.1"/>
|
185
249
|
<driver name="dfsdm" type="stm32-v1.0">
|
186
250
|
<instance value="1"/>
|
187
251
|
</driver>
|
@@ -2131,7 +2195,6 @@
|
|
2131
2195
|
</gpio>
|
2132
2196
|
<gpio device-package="k" port="h" pin="5">
|
2133
2197
|
<signal driver="adc" instance="3" name="inn15"/>
|
2134
|
-
<signal driver="adc" instance="3" name="inp16"/>
|
2135
2198
|
<signal af="4" driver="i2c" instance="2" name="sda"/>
|
2136
2199
|
<signal af="5" driver="spi" instance="5" name="nss"/>
|
2137
2200
|
<signal af="12" driver="fmc" name="sdnwe"/>
|
@@ -171,7 +171,71 @@
|
|
171
171
|
<instance value="2"/>
|
172
172
|
<instance value="3"/>
|
173
173
|
</driver>
|
174
|
-
<driver name="bdma" type="
|
174
|
+
<driver name="bdma" type="stm32h7">
|
175
|
+
<requests>
|
176
|
+
<request position="1">
|
177
|
+
<signal driver="bdma" name="generator0"/>
|
178
|
+
</request>
|
179
|
+
<request position="2">
|
180
|
+
<signal driver="bdma" name="generator1"/>
|
181
|
+
</request>
|
182
|
+
<request position="3">
|
183
|
+
<signal driver="bdma" name="generator2"/>
|
184
|
+
</request>
|
185
|
+
<request position="4">
|
186
|
+
<signal driver="bdma" name="generator3"/>
|
187
|
+
</request>
|
188
|
+
<request position="5">
|
189
|
+
<signal driver="bdma" name="generator4"/>
|
190
|
+
</request>
|
191
|
+
<request position="6">
|
192
|
+
<signal driver="bdma" name="generator5"/>
|
193
|
+
</request>
|
194
|
+
<request position="7">
|
195
|
+
<signal driver="bdma" name="generator6"/>
|
196
|
+
</request>
|
197
|
+
<request position="8">
|
198
|
+
<signal driver="bdma" name="generator7"/>
|
199
|
+
</request>
|
200
|
+
<request position="9">
|
201
|
+
<signal driver="lpuart" instance="1" name="rx"/>
|
202
|
+
</request>
|
203
|
+
<request position="10">
|
204
|
+
<signal driver="lpuart" instance="1" name="tx"/>
|
205
|
+
</request>
|
206
|
+
<request position="11">
|
207
|
+
<signal driver="spi" instance="6" name="rx"/>
|
208
|
+
</request>
|
209
|
+
<request position="12">
|
210
|
+
<signal driver="spi" instance="6" name="tx"/>
|
211
|
+
</request>
|
212
|
+
<request position="13">
|
213
|
+
<signal driver="i2c" instance="4" name="rx"/>
|
214
|
+
</request>
|
215
|
+
<request position="14">
|
216
|
+
<signal driver="i2c" instance="4" name="tx"/>
|
217
|
+
</request>
|
218
|
+
<request position="15">
|
219
|
+
<signal driver="sai" instance="4" name="a"/>
|
220
|
+
</request>
|
221
|
+
<request position="16">
|
222
|
+
<signal driver="sai" instance="4" name="b"/>
|
223
|
+
</request>
|
224
|
+
<request position="17">
|
225
|
+
<signal driver="adc" instance="3"/>
|
226
|
+
</request>
|
227
|
+
</requests>
|
228
|
+
<mux-channels>
|
229
|
+
<mux-channel position="0" dma-channel="0"/>
|
230
|
+
<mux-channel position="1" dma-channel="1"/>
|
231
|
+
<mux-channel position="2" dma-channel="2"/>
|
232
|
+
<mux-channel position="3" dma-channel="3"/>
|
233
|
+
<mux-channel position="4" dma-channel="4"/>
|
234
|
+
<mux-channel position="5" dma-channel="5"/>
|
235
|
+
<mux-channel position="6" dma-channel="6"/>
|
236
|
+
<mux-channel position="7" dma-channel="7"/>
|
237
|
+
</mux-channels>
|
238
|
+
</driver>
|
175
239
|
<driver name="comp" type="stm32-tsmc90_h7_cube">
|
176
240
|
<instance value="1"/>
|
177
241
|
<instance value="2"/>
|
@@ -185,7 +249,8 @@
|
|
185
249
|
<instance value="1"/>
|
186
250
|
</driver>
|
187
251
|
<driver name="dcmi" type="stm32"/>
|
188
|
-
<driver name="debug" type="stm32-v1.0"/>
|
252
|
+
<driver device-package="k" name="debug" type="stm32-v1.0"/>
|
253
|
+
<driver device-package="h|i|t" name="debug" type="stm32-v1.1"/>
|
189
254
|
<driver name="dfsdm" type="stm32-v1.0">
|
190
255
|
<instance value="1"/>
|
191
256
|
</driver>
|
@@ -812,6 +877,7 @@
|
|
812
877
|
<signal af="5" driver="i2s" instance="2" name="ck"/>
|
813
878
|
<signal af="5" driver="spi" instance="2" name="sck"/>
|
814
879
|
<signal af="7" driver="usart" instance="1" name="tx"/>
|
880
|
+
<signal device-package="h|i|t" af="11" driver="eth" name="tx_er"/>
|
815
881
|
<signal af="13" driver="dcmi" name="d0"/>
|
816
882
|
</gpio>
|
817
883
|
<gpio port="a" pin="10">
|
@@ -910,6 +976,7 @@
|
|
910
976
|
<signal af="8" driver="sai" instance="4" name="sd_a"/>
|
911
977
|
<signal af="9" driver="quadspi" name="clk"/>
|
912
978
|
<signal af="10" driver="sai" instance="4" name="d1"/>
|
979
|
+
<signal device-package="h|i|t" af="11" driver="eth" name="tx_er"/>
|
913
980
|
</gpio>
|
914
981
|
<gpio port="b" pin="3">
|
915
982
|
<signal af="0" driver="debug" name="jtdo"/>
|
@@ -1972,7 +2039,9 @@
|
|
1972
2039
|
<signal driver="pwr" name="wkup5"/>
|
1973
2040
|
<signal af="10" driver="usb_otg_hs" name="ulpi_dir"/>
|
1974
2041
|
</gpio>
|
1975
|
-
<gpio device-pin="a|b|x" port="i" pin="12"
|
2042
|
+
<gpio device-pin="a|b|x" port="i" pin="12">
|
2043
|
+
<signal af="11" driver="eth" name="tx_er"/>
|
2044
|
+
</gpio>
|
1976
2045
|
<gpio device-pin="a|b|x" port="i" pin="13"/>
|
1977
2046
|
<gpio device-pin="b|x" port="i" pin="14"/>
|
1978
2047
|
<gpio device-pin="b|x" port="i" pin="15"/>
|
@@ -185,7 +185,71 @@
|
|
185
185
|
<instance value="2"/>
|
186
186
|
<instance value="3"/>
|
187
187
|
</driver>
|
188
|
-
<driver name="bdma" type="
|
188
|
+
<driver name="bdma" type="stm32h7">
|
189
|
+
<requests>
|
190
|
+
<request position="1">
|
191
|
+
<signal driver="bdma" name="generator0"/>
|
192
|
+
</request>
|
193
|
+
<request position="2">
|
194
|
+
<signal driver="bdma" name="generator1"/>
|
195
|
+
</request>
|
196
|
+
<request position="3">
|
197
|
+
<signal driver="bdma" name="generator2"/>
|
198
|
+
</request>
|
199
|
+
<request position="4">
|
200
|
+
<signal driver="bdma" name="generator3"/>
|
201
|
+
</request>
|
202
|
+
<request position="5">
|
203
|
+
<signal driver="bdma" name="generator4"/>
|
204
|
+
</request>
|
205
|
+
<request position="6">
|
206
|
+
<signal driver="bdma" name="generator5"/>
|
207
|
+
</request>
|
208
|
+
<request position="7">
|
209
|
+
<signal driver="bdma" name="generator6"/>
|
210
|
+
</request>
|
211
|
+
<request position="8">
|
212
|
+
<signal driver="bdma" name="generator7"/>
|
213
|
+
</request>
|
214
|
+
<request position="9">
|
215
|
+
<signal driver="lpuart" instance="1" name="rx"/>
|
216
|
+
</request>
|
217
|
+
<request position="10">
|
218
|
+
<signal driver="lpuart" instance="1" name="tx"/>
|
219
|
+
</request>
|
220
|
+
<request position="11">
|
221
|
+
<signal driver="spi" instance="6" name="rx"/>
|
222
|
+
</request>
|
223
|
+
<request position="12">
|
224
|
+
<signal driver="spi" instance="6" name="tx"/>
|
225
|
+
</request>
|
226
|
+
<request position="13">
|
227
|
+
<signal driver="i2c" instance="4" name="rx"/>
|
228
|
+
</request>
|
229
|
+
<request position="14">
|
230
|
+
<signal driver="i2c" instance="4" name="tx"/>
|
231
|
+
</request>
|
232
|
+
<request position="15">
|
233
|
+
<signal driver="sai" instance="4" name="a"/>
|
234
|
+
</request>
|
235
|
+
<request position="16">
|
236
|
+
<signal driver="sai" instance="4" name="b"/>
|
237
|
+
</request>
|
238
|
+
<request position="17">
|
239
|
+
<signal driver="adc" instance="3"/>
|
240
|
+
</request>
|
241
|
+
</requests>
|
242
|
+
<mux-channels>
|
243
|
+
<mux-channel position="0" dma-channel="0"/>
|
244
|
+
<mux-channel position="1" dma-channel="1"/>
|
245
|
+
<mux-channel position="2" dma-channel="2"/>
|
246
|
+
<mux-channel position="3" dma-channel="3"/>
|
247
|
+
<mux-channel position="4" dma-channel="4"/>
|
248
|
+
<mux-channel position="5" dma-channel="5"/>
|
249
|
+
<mux-channel position="6" dma-channel="6"/>
|
250
|
+
<mux-channel position="7" dma-channel="7"/>
|
251
|
+
</mux-channels>
|
252
|
+
</driver>
|
189
253
|
<driver name="comp" type="stm32-tsmc90_h7_cube">
|
190
254
|
<instance value="1"/>
|
191
255
|
<instance value="2"/>
|
@@ -200,7 +264,8 @@
|
|
200
264
|
<instance value="1"/>
|
201
265
|
</driver>
|
202
266
|
<driver name="dcmi" type="stm32"/>
|
203
|
-
<driver name="debug" type="stm32-v1.0"/>
|
267
|
+
<driver device-package="k" name="debug" type="stm32-v1.0"/>
|
268
|
+
<driver device-package="h|i|t" name="debug" type="stm32-v1.1"/>
|
204
269
|
<driver name="dfsdm" type="stm32-v1.0">
|
205
270
|
<instance value="1"/>
|
206
271
|
</driver>
|
@@ -848,6 +913,7 @@
|
|
848
913
|
<signal af="5" driver="i2s" instance="2" name="ck"/>
|
849
914
|
<signal af="5" driver="spi" instance="2" name="sck"/>
|
850
915
|
<signal af="7" driver="usart" instance="1" name="tx"/>
|
916
|
+
<signal device-package="h|i|t" af="11" driver="eth" name="tx_er"/>
|
851
917
|
<signal af="13" driver="dcmi" name="d0"/>
|
852
918
|
<signal af="14" driver="ltdc" name="r5"/>
|
853
919
|
</gpio>
|
@@ -955,6 +1021,7 @@
|
|
955
1021
|
<signal af="8" driver="sai" instance="4" name="sd_a"/>
|
956
1022
|
<signal af="9" driver="quadspi" name="clk"/>
|
957
1023
|
<signal af="10" driver="sai" instance="4" name="d1"/>
|
1024
|
+
<signal device-package="h|i|t" af="11" driver="eth" name="tx_er"/>
|
958
1025
|
</gpio>
|
959
1026
|
<gpio port="b" pin="3">
|
960
1027
|
<signal af="0" driver="debug" name="jtdo"/>
|
@@ -2072,6 +2139,7 @@
|
|
2072
2139
|
<signal af="10" driver="usb_otg_hs" name="ulpi_dir"/>
|
2073
2140
|
</gpio>
|
2074
2141
|
<gpio device-pin="a|b|x" port="i" pin="12">
|
2142
|
+
<signal af="11" driver="eth" name="tx_er"/>
|
2075
2143
|
<signal af="14" driver="ltdc" name="hsync"/>
|
2076
2144
|
</gpio>
|
2077
2145
|
<gpio device-pin="a|b|x" port="i" pin="13">
|
@@ -238,7 +238,71 @@
|
|
238
238
|
<instance value="2"/>
|
239
239
|
<instance value="3"/>
|
240
240
|
</driver>
|
241
|
-
<driver name="bdma" type="
|
241
|
+
<driver name="bdma" type="stm32h7">
|
242
|
+
<requests>
|
243
|
+
<request position="1">
|
244
|
+
<signal driver="bdma" name="generator0"/>
|
245
|
+
</request>
|
246
|
+
<request position="2">
|
247
|
+
<signal driver="bdma" name="generator1"/>
|
248
|
+
</request>
|
249
|
+
<request position="3">
|
250
|
+
<signal driver="bdma" name="generator2"/>
|
251
|
+
</request>
|
252
|
+
<request position="4">
|
253
|
+
<signal driver="bdma" name="generator3"/>
|
254
|
+
</request>
|
255
|
+
<request position="5">
|
256
|
+
<signal driver="bdma" name="generator4"/>
|
257
|
+
</request>
|
258
|
+
<request position="6">
|
259
|
+
<signal driver="bdma" name="generator5"/>
|
260
|
+
</request>
|
261
|
+
<request position="7">
|
262
|
+
<signal driver="bdma" name="generator6"/>
|
263
|
+
</request>
|
264
|
+
<request position="8">
|
265
|
+
<signal driver="bdma" name="generator7"/>
|
266
|
+
</request>
|
267
|
+
<request position="9">
|
268
|
+
<signal driver="lpuart" instance="1" name="rx"/>
|
269
|
+
</request>
|
270
|
+
<request position="10">
|
271
|
+
<signal driver="lpuart" instance="1" name="tx"/>
|
272
|
+
</request>
|
273
|
+
<request position="11">
|
274
|
+
<signal driver="spi" instance="6" name="rx"/>
|
275
|
+
</request>
|
276
|
+
<request position="12">
|
277
|
+
<signal driver="spi" instance="6" name="tx"/>
|
278
|
+
</request>
|
279
|
+
<request position="13">
|
280
|
+
<signal driver="i2c" instance="4" name="rx"/>
|
281
|
+
</request>
|
282
|
+
<request position="14">
|
283
|
+
<signal driver="i2c" instance="4" name="tx"/>
|
284
|
+
</request>
|
285
|
+
<request position="15">
|
286
|
+
<signal driver="sai" instance="4" name="a"/>
|
287
|
+
</request>
|
288
|
+
<request position="16">
|
289
|
+
<signal driver="sai" instance="4" name="b"/>
|
290
|
+
</request>
|
291
|
+
<request position="17">
|
292
|
+
<signal driver="adc" instance="3"/>
|
293
|
+
</request>
|
294
|
+
</requests>
|
295
|
+
<mux-channels>
|
296
|
+
<mux-channel position="0" dma-channel="0"/>
|
297
|
+
<mux-channel position="1" dma-channel="1"/>
|
298
|
+
<mux-channel position="2" dma-channel="2"/>
|
299
|
+
<mux-channel position="3" dma-channel="3"/>
|
300
|
+
<mux-channel position="4" dma-channel="4"/>
|
301
|
+
<mux-channel position="5" dma-channel="5"/>
|
302
|
+
<mux-channel position="6" dma-channel="6"/>
|
303
|
+
<mux-channel position="7" dma-channel="7"/>
|
304
|
+
</mux-channels>
|
305
|
+
</driver>
|
242
306
|
<driver name="comp" type="stm32-tsmc90_h7_cube">
|
243
307
|
<instance value="1"/>
|
244
308
|
<instance value="2"/>
|
@@ -253,7 +317,7 @@
|
|
253
317
|
<instance value="1"/>
|
254
318
|
</driver>
|
255
319
|
<driver name="dcmi" type="stm32"/>
|
256
|
-
<driver name="debug" type="stm32-v1.
|
320
|
+
<driver name="debug" type="stm32-v1.1"/>
|
257
321
|
<driver name="dfsdm" type="stm32-v1.0">
|
258
322
|
<instance value="1"/>
|
259
323
|
</driver>
|
@@ -910,6 +974,7 @@
|
|
910
974
|
<signal af="5" driver="i2s" instance="2" name="ck"/>
|
911
975
|
<signal af="5" driver="spi" instance="2" name="sck"/>
|
912
976
|
<signal af="7" driver="usart" instance="1" name="tx"/>
|
977
|
+
<signal af="11" driver="eth" name="tx_er"/>
|
913
978
|
<signal af="13" driver="dcmi" name="d0"/>
|
914
979
|
<signal af="14" driver="ltdc" name="r5"/>
|
915
980
|
</gpio>
|
@@ -1017,6 +1082,7 @@
|
|
1017
1082
|
<signal af="8" driver="sai" instance="4" name="sd_a"/>
|
1018
1083
|
<signal af="9" driver="quadspi" name="clk"/>
|
1019
1084
|
<signal af="10" driver="sai" instance="4" name="d1"/>
|
1085
|
+
<signal af="11" driver="eth" name="tx_er"/>
|
1020
1086
|
</gpio>
|
1021
1087
|
<gpio port="b" pin="3">
|
1022
1088
|
<signal af="0" driver="debug" name="jtdo"/>
|
@@ -2342,6 +2408,7 @@
|
|
2342
2408
|
<signal af="10" driver="usb_otg_hs" name="ulpi_dir"/>
|
2343
2409
|
</gpio>
|
2344
2410
|
<gpio device-pin="x" port="i" pin="12">
|
2411
|
+
<signal af="11" driver="eth" name="tx_er"/>
|
2345
2412
|
<signal af="14" driver="ltdc" name="hsync"/>
|
2346
2413
|
</gpio>
|
2347
2414
|
<gpio device-pin="x" port="i" pin="13">
|
@@ -197,7 +197,71 @@
|
|
197
197
|
<instance value="2"/>
|
198
198
|
<instance value="3"/>
|
199
199
|
</driver>
|
200
|
-
<driver name="bdma" type="
|
200
|
+
<driver name="bdma" type="stm32h7">
|
201
|
+
<requests>
|
202
|
+
<request position="1">
|
203
|
+
<signal driver="bdma" name="generator0"/>
|
204
|
+
</request>
|
205
|
+
<request position="2">
|
206
|
+
<signal driver="bdma" name="generator1"/>
|
207
|
+
</request>
|
208
|
+
<request position="3">
|
209
|
+
<signal driver="bdma" name="generator2"/>
|
210
|
+
</request>
|
211
|
+
<request position="4">
|
212
|
+
<signal driver="bdma" name="generator3"/>
|
213
|
+
</request>
|
214
|
+
<request position="5">
|
215
|
+
<signal driver="bdma" name="generator4"/>
|
216
|
+
</request>
|
217
|
+
<request position="6">
|
218
|
+
<signal driver="bdma" name="generator5"/>
|
219
|
+
</request>
|
220
|
+
<request position="7">
|
221
|
+
<signal driver="bdma" name="generator6"/>
|
222
|
+
</request>
|
223
|
+
<request position="8">
|
224
|
+
<signal driver="bdma" name="generator7"/>
|
225
|
+
</request>
|
226
|
+
<request position="9">
|
227
|
+
<signal driver="lpuart" instance="1" name="rx"/>
|
228
|
+
</request>
|
229
|
+
<request position="10">
|
230
|
+
<signal driver="lpuart" instance="1" name="tx"/>
|
231
|
+
</request>
|
232
|
+
<request position="11">
|
233
|
+
<signal driver="spi" instance="6" name="rx"/>
|
234
|
+
</request>
|
235
|
+
<request position="12">
|
236
|
+
<signal driver="spi" instance="6" name="tx"/>
|
237
|
+
</request>
|
238
|
+
<request position="13">
|
239
|
+
<signal driver="i2c" instance="4" name="rx"/>
|
240
|
+
</request>
|
241
|
+
<request position="14">
|
242
|
+
<signal driver="i2c" instance="4" name="tx"/>
|
243
|
+
</request>
|
244
|
+
<request position="15">
|
245
|
+
<signal driver="sai" instance="4" name="a"/>
|
246
|
+
</request>
|
247
|
+
<request position="16">
|
248
|
+
<signal driver="sai" instance="4" name="b"/>
|
249
|
+
</request>
|
250
|
+
<request position="17">
|
251
|
+
<signal driver="adc" instance="3"/>
|
252
|
+
</request>
|
253
|
+
</requests>
|
254
|
+
<mux-channels>
|
255
|
+
<mux-channel position="0" dma-channel="0"/>
|
256
|
+
<mux-channel position="1" dma-channel="1"/>
|
257
|
+
<mux-channel position="2" dma-channel="2"/>
|
258
|
+
<mux-channel position="3" dma-channel="3"/>
|
259
|
+
<mux-channel position="4" dma-channel="4"/>
|
260
|
+
<mux-channel position="5" dma-channel="5"/>
|
261
|
+
<mux-channel position="6" dma-channel="6"/>
|
262
|
+
<mux-channel position="7" dma-channel="7"/>
|
263
|
+
</mux-channels>
|
264
|
+
</driver>
|
201
265
|
<driver name="comp" type="stm32-tsmc90_h7_cube">
|
202
266
|
<instance value="1"/>
|
203
267
|
<instance value="2"/>
|
@@ -212,7 +276,7 @@
|
|
212
276
|
<instance value="1"/>
|
213
277
|
</driver>
|
214
278
|
<driver name="dcmi" type="stm32"/>
|
215
|
-
<driver name="debug" type="stm32-v1.
|
279
|
+
<driver name="debug" type="stm32-v1.1"/>
|
216
280
|
<driver name="dfsdm" type="stm32-v1.0">
|
217
281
|
<instance value="1"/>
|
218
282
|
</driver>
|
@@ -870,6 +934,7 @@
|
|
870
934
|
<signal af="5" driver="i2s" instance="2" name="ck"/>
|
871
935
|
<signal af="5" driver="spi" instance="2" name="sck"/>
|
872
936
|
<signal af="7" driver="usart" instance="1" name="tx"/>
|
937
|
+
<signal af="11" driver="eth" name="tx_er"/>
|
873
938
|
<signal af="13" driver="dcmi" name="d0"/>
|
874
939
|
<signal af="14" driver="ltdc" name="r5"/>
|
875
940
|
</gpio>
|
@@ -978,6 +1043,7 @@
|
|
978
1043
|
<signal af="8" driver="sai" instance="4" name="sd_a"/>
|
979
1044
|
<signal af="9" driver="quadspi" name="clk"/>
|
980
1045
|
<signal af="10" driver="sai" instance="4" name="d1"/>
|
1046
|
+
<signal af="11" driver="eth" name="tx_er"/>
|
981
1047
|
</gpio>
|
982
1048
|
<gpio port="b" pin="3">
|
983
1049
|
<signal af="0" driver="debug" name="jtdo"/>
|
@@ -2096,6 +2162,7 @@
|
|
2096
2162
|
<signal af="10" driver="usb_otg_hs" name="ulpi_dir"/>
|
2097
2163
|
</gpio>
|
2098
2164
|
<gpio device-pin="x" port="i" pin="12">
|
2165
|
+
<signal af="11" driver="eth" name="tx_er"/>
|
2099
2166
|
<signal af="14" driver="ltdc" name="hsync"/>
|
2100
2167
|
</gpio>
|
2101
2168
|
<gpio device-pin="x" port="i" pin="13">
|
@@ -2969,7 +3036,7 @@
|
|
2969
3036
|
<pin position="H8" name="PE13"/>
|
2970
3037
|
<pin position="H9" name="PD14"/>
|
2971
3038
|
<pin position="H10" name="PD15"/>
|
2972
|
-
<pin position="H11" name="
|
3039
|
+
<pin position="H11" name="VSSDSI" type="power"/>
|
2973
3040
|
<pin position="H12" name="DSI_D1P" type="monoio"/>
|
2974
3041
|
<pin position="H13" name="DSI_D1N" type="monoio"/>
|
2975
3042
|
<pin position="J1" name="PH1-OSC_OUT (PH1)"/>
|
@@ -2982,7 +3049,7 @@
|
|
2982
3049
|
<pin position="J8" name="PE12"/>
|
2983
3050
|
<pin position="J9" name="PD13"/>
|
2984
3051
|
<pin position="J10" name="PD12"/>
|
2985
|
-
<pin position="J11" name="
|
3052
|
+
<pin position="J11" name="VSSDSI" type="power"/>
|
2986
3053
|
<pin position="J12" name="DSI_CKP" type="monoio"/>
|
2987
3054
|
<pin position="J13" name="DSI_CKN" type="monoio"/>
|
2988
3055
|
<pin position="K1" name="PC2_C"/>
|
@@ -2995,7 +3062,7 @@
|
|
2995
3062
|
<pin position="K8" name="PE15"/>
|
2996
3063
|
<pin position="K9" name="PB10"/>
|
2997
3064
|
<pin position="K10" name="PD11"/>
|
2998
|
-
<pin position="K11" name="
|
3065
|
+
<pin position="K11" name="VSSDSI" type="power"/>
|
2999
3066
|
<pin position="K12" name="DSI_D0P" type="monoio"/>
|
3000
3067
|
<pin position="K13" name="DSI_D0N" type="monoio"/>
|
3001
3068
|
<pin position="L1" name="VREF-" type="power"/>
|
@@ -164,7 +164,71 @@
|
|
164
164
|
<instance value="2"/>
|
165
165
|
<instance value="3"/>
|
166
166
|
</driver>
|
167
|
-
<driver name="bdma" type="
|
167
|
+
<driver name="bdma" type="stm32h7">
|
168
|
+
<requests>
|
169
|
+
<request position="1">
|
170
|
+
<signal driver="bdma" name="generator0"/>
|
171
|
+
</request>
|
172
|
+
<request position="2">
|
173
|
+
<signal driver="bdma" name="generator1"/>
|
174
|
+
</request>
|
175
|
+
<request position="3">
|
176
|
+
<signal driver="bdma" name="generator2"/>
|
177
|
+
</request>
|
178
|
+
<request position="4">
|
179
|
+
<signal driver="bdma" name="generator3"/>
|
180
|
+
</request>
|
181
|
+
<request position="5">
|
182
|
+
<signal driver="bdma" name="generator4"/>
|
183
|
+
</request>
|
184
|
+
<request position="6">
|
185
|
+
<signal driver="bdma" name="generator5"/>
|
186
|
+
</request>
|
187
|
+
<request position="7">
|
188
|
+
<signal driver="bdma" name="generator6"/>
|
189
|
+
</request>
|
190
|
+
<request position="8">
|
191
|
+
<signal driver="bdma" name="generator7"/>
|
192
|
+
</request>
|
193
|
+
<request position="9">
|
194
|
+
<signal driver="lpuart" instance="1" name="rx"/>
|
195
|
+
</request>
|
196
|
+
<request position="10">
|
197
|
+
<signal driver="lpuart" instance="1" name="tx"/>
|
198
|
+
</request>
|
199
|
+
<request position="11">
|
200
|
+
<signal driver="spi" instance="6" name="rx"/>
|
201
|
+
</request>
|
202
|
+
<request position="12">
|
203
|
+
<signal driver="spi" instance="6" name="tx"/>
|
204
|
+
</request>
|
205
|
+
<request position="13">
|
206
|
+
<signal driver="i2c" instance="4" name="rx"/>
|
207
|
+
</request>
|
208
|
+
<request position="14">
|
209
|
+
<signal driver="i2c" instance="4" name="tx"/>
|
210
|
+
</request>
|
211
|
+
<request position="15">
|
212
|
+
<signal driver="sai" instance="4" name="a"/>
|
213
|
+
</request>
|
214
|
+
<request position="16">
|
215
|
+
<signal driver="sai" instance="4" name="b"/>
|
216
|
+
</request>
|
217
|
+
<request position="17">
|
218
|
+
<signal driver="adc" instance="3"/>
|
219
|
+
</request>
|
220
|
+
</requests>
|
221
|
+
<mux-channels>
|
222
|
+
<mux-channel position="0" dma-channel="0"/>
|
223
|
+
<mux-channel position="1" dma-channel="1"/>
|
224
|
+
<mux-channel position="2" dma-channel="2"/>
|
225
|
+
<mux-channel position="3" dma-channel="3"/>
|
226
|
+
<mux-channel position="4" dma-channel="4"/>
|
227
|
+
<mux-channel position="5" dma-channel="5"/>
|
228
|
+
<mux-channel position="6" dma-channel="6"/>
|
229
|
+
<mux-channel position="7" dma-channel="7"/>
|
230
|
+
</mux-channels>
|
231
|
+
</driver>
|
168
232
|
<driver name="comp" type="stm32-tsmc90_h7_cube">
|
169
233
|
<instance value="1"/>
|
170
234
|
<instance value="2"/>
|
@@ -179,7 +243,8 @@
|
|
179
243
|
<instance value="1"/>
|
180
244
|
</driver>
|
181
245
|
<driver name="dcmi" type="stm32"/>
|
182
|
-
<driver name="debug" type="stm32-v1.0"/>
|
246
|
+
<driver device-package="k" name="debug" type="stm32-v1.0"/>
|
247
|
+
<driver device-package="h|t" name="debug" type="stm32-v1.1"/>
|
183
248
|
<driver name="dfsdm" type="stm32-v1.0">
|
184
249
|
<instance value="1"/>
|
185
250
|
</driver>
|
@@ -827,6 +892,7 @@
|
|
827
892
|
<signal af="5" driver="i2s" instance="2" name="ck"/>
|
828
893
|
<signal af="5" driver="spi" instance="2" name="sck"/>
|
829
894
|
<signal af="7" driver="usart" instance="1" name="tx"/>
|
895
|
+
<signal device-package="h|t" af="11" driver="eth" name="tx_er"/>
|
830
896
|
<signal af="13" driver="dcmi" name="d0"/>
|
831
897
|
<signal af="14" driver="ltdc" name="r5"/>
|
832
898
|
</gpio>
|
@@ -934,6 +1000,7 @@
|
|
934
1000
|
<signal af="8" driver="sai" instance="4" name="sd_a"/>
|
935
1001
|
<signal af="9" driver="quadspi" name="clk"/>
|
936
1002
|
<signal af="10" driver="sai" instance="4" name="d1"/>
|
1003
|
+
<signal device-package="h|t" af="11" driver="eth" name="tx_er"/>
|
937
1004
|
</gpio>
|
938
1005
|
<gpio port="b" pin="3">
|
939
1006
|
<signal af="0" driver="debug" name="jtdo"/>
|
@@ -2051,6 +2118,7 @@
|
|
2051
2118
|
<signal af="10" driver="usb_otg_hs" name="ulpi_dir"/>
|
2052
2119
|
</gpio>
|
2053
2120
|
<gpio device-pin="x" port="i" pin="12">
|
2121
|
+
<signal af="11" driver="eth" name="tx_er"/>
|
2054
2122
|
<signal af="14" driver="ltdc" name="hsync"/>
|
2055
2123
|
</gpio>
|
2056
2124
|
<gpio device-pin="x" port="i" pin="13">
|