~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/arch/arm/boot/dts/st/stm32mp15-pinctrl.dtsi

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /arch/arm/boot/dts/st/stm32mp15-pinctrl.dtsi (Version linux-6.12-rc7) and /arch/i386/boot/dts/st/stm32mp15-pinctrl.dtsi (Version linux-4.19.323)


  1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3    
  2 /*                                                
  3  * Copyright (C) STMicroelectronics 2017 - All    
  4  * Author: Ludovic Barre <ludovic.barre@st.com>    
  5  */                                               
  6 #include <dt-bindings/pinctrl/stm32-pinfunc.h>    
  7                                                   
  8 &pinctrl {                                        
  9         /omit-if-no-ref/                          
 10         adc1_ain_pins_a: adc1-ain-0 {             
 11                 pins {                            
 12                         pinmux = <STM32_PINMUX    
 13                                  <STM32_PINMUX    
 14                                  <STM32_PINMUX    
 15                                  <STM32_PINMUX    
 16                                  <STM32_PINMUX    
 17                                  <STM32_PINMUX    
 18                 };                                
 19         };                                        
 20                                                   
 21         /omit-if-no-ref/                          
 22         adc1_in6_pins_a: adc1-in6-0 {             
 23                 pins {                            
 24                         pinmux = <STM32_PINMUX    
 25                 };                                
 26         };                                        
 27                                                   
 28         /omit-if-no-ref/                          
 29         adc12_ain_pins_a: adc12-ain-0 {           
 30                 pins {                            
 31                         pinmux = <STM32_PINMUX    
 32                                  <STM32_PINMUX    
 33                                  <STM32_PINMUX    
 34                                  <STM32_PINMUX    
 35                 };                                
 36         };                                        
 37                                                   
 38         /omit-if-no-ref/                          
 39         adc12_ain_pins_b: adc12-ain-1 {           
 40                 pins {                            
 41                         pinmux = <STM32_PINMUX    
 42                                  <STM32_PINMUX    
 43                 };                                
 44         };                                        
 45                                                   
 46         /omit-if-no-ref/                          
 47         adc12_usb_cc_pins_a: adc12-usb-cc-pins    
 48                 pins {                            
 49                         pinmux = <STM32_PINMUX    
 50                                  <STM32_PINMUX    
 51                 };                                
 52         };                                        
 53                                                   
 54         /omit-if-no-ref/                          
 55         cec_pins_a: cec-0 {                       
 56                 pins {                            
 57                         pinmux = <STM32_PINMUX    
 58                         bias-disable;             
 59                         drive-open-drain;         
 60                         slew-rate = <0>;          
 61                 };                                
 62         };                                        
 63                                                   
 64         /omit-if-no-ref/                          
 65         cec_sleep_pins_a: cec-sleep-0 {           
 66                 pins {                            
 67                         pinmux = <STM32_PINMUX    
 68                 };                                
 69         };                                        
 70                                                   
 71         /omit-if-no-ref/                          
 72         cec_pins_b: cec-1 {                       
 73                 pins {                            
 74                         pinmux = <STM32_PINMUX    
 75                         bias-disable;             
 76                         drive-open-drain;         
 77                         slew-rate = <0>;          
 78                 };                                
 79         };                                        
 80                                                   
 81         /omit-if-no-ref/                          
 82         cec_sleep_pins_b: cec-sleep-1 {           
 83                 pins {                            
 84                         pinmux = <STM32_PINMUX    
 85                 };                                
 86         };                                        
 87                                                   
 88         /omit-if-no-ref/                          
 89         dac_ch1_pins_a: dac-ch1-0 {               
 90                 pins {                            
 91                         pinmux = <STM32_PINMUX    
 92                 };                                
 93         };                                        
 94                                                   
 95         /omit-if-no-ref/                          
 96         dac_ch2_pins_a: dac-ch2-0 {               
 97                 pins {                            
 98                         pinmux = <STM32_PINMUX    
 99                 };                                
100         };                                        
101                                                   
102         /omit-if-no-ref/                          
103         dcmi_pins_a: dcmi-0 {                     
104                 pins {                            
105                         pinmux = <STM32_PINMUX    
106                                  <STM32_PINMUX    
107                                  <STM32_PINMUX    
108                                  <STM32_PINMUX    
109                                  <STM32_PINMUX    
110                                  <STM32_PINMUX    
111                                  <STM32_PINMUX    
112                                  <STM32_PINMUX    
113                                  <STM32_PINMUX    
114                                  <STM32_PINMUX    
115                                  <STM32_PINMUX    
116                                  <STM32_PINMUX    
117                                  <STM32_PINMUX    
118                                  <STM32_PINMUX    
119                                  <STM32_PINMUX    
120                         bias-disable;             
121                 };                                
122         };                                        
123                                                   
124         /omit-if-no-ref/                          
125         dcmi_sleep_pins_a: dcmi-sleep-0 {         
126                 pins {                            
127                         pinmux = <STM32_PINMUX    
128                                  <STM32_PINMUX    
129                                  <STM32_PINMUX    
130                                  <STM32_PINMUX    
131                                  <STM32_PINMUX    
132                                  <STM32_PINMUX    
133                                  <STM32_PINMUX    
134                                  <STM32_PINMUX    
135                                  <STM32_PINMUX    
136                                  <STM32_PINMUX    
137                                  <STM32_PINMUX    
138                                  <STM32_PINMUX    
139                                  <STM32_PINMUX    
140                                  <STM32_PINMUX    
141                                  <STM32_PINMUX    
142                 };                                
143         };                                        
144                                                   
145         /omit-if-no-ref/                          
146         dcmi_pins_b: dcmi-1 {                     
147                 pins {                            
148                         pinmux = <STM32_PINMUX    
149                                  <STM32_PINMUX    
150                                  <STM32_PINMUX    
151                                  <STM32_PINMUX    
152                                  <STM32_PINMUX    
153                                  <STM32_PINMUX    
154                                  <STM32_PINMUX    
155                                  <STM32_PINMUX    
156                                  <STM32_PINMUX    
157                                  <STM32_PINMUX    
158                                  <STM32_PINMUX    
159                         bias-disable;             
160                 };                                
161         };                                        
162                                                   
163         /omit-if-no-ref/                          
164         dcmi_sleep_pins_b: dcmi-sleep-1 {         
165                 pins {                            
166                         pinmux = <STM32_PINMUX    
167                                  <STM32_PINMUX    
168                                  <STM32_PINMUX    
169                                  <STM32_PINMUX    
170                                  <STM32_PINMUX    
171                                  <STM32_PINMUX    
172                                  <STM32_PINMUX    
173                                  <STM32_PINMUX    
174                                  <STM32_PINMUX    
175                                  <STM32_PINMUX    
176                                  <STM32_PINMUX    
177                 };                                
178         };                                        
179                                                   
180         /omit-if-no-ref/                          
181         dcmi_pins_c: dcmi-2 {                     
182                 pins {                            
183                         pinmux = <STM32_PINMUX    
184                                  <STM32_PINMUX    
185                                  <STM32_PINMUX    
186                                  <STM32_PINMUX    
187                                  <STM32_PINMUX    
188                                  <STM32_PINMUX    
189                                  <STM32_PINMUX    
190                                  <STM32_PINMUX    
191                                  <STM32_PINMUX    
192                                  <STM32_PINMUX    
193                                  <STM32_PINMUX    
194                                  <STM32_PINMUX    
195                                  <STM32_PINMUX    
196                         bias-pull-up;             
197                 };                                
198         };                                        
199                                                   
200         /omit-if-no-ref/                          
201         dcmi_sleep_pins_c: dcmi-sleep-2 {         
202                 pins {                            
203                         pinmux = <STM32_PINMUX    
204                                  <STM32_PINMUX    
205                                  <STM32_PINMUX    
206                                  <STM32_PINMUX    
207                                  <STM32_PINMUX    
208                                  <STM32_PINMUX    
209                                  <STM32_PINMUX    
210                                  <STM32_PINMUX    
211                                  <STM32_PINMUX    
212                                  <STM32_PINMUX    
213                                  <STM32_PINMUX    
214                                  <STM32_PINMUX    
215                                  <STM32_PINMUX    
216                 };                                
217         };                                        
218                                                   
219         /omit-if-no-ref/                          
220         ethernet0_rgmii_pins_a: rgmii-0 {         
221                 pins1 {                           
222                         pinmux = <STM32_PINMUX    
223                                  <STM32_PINMUX    
224                                  <STM32_PINMUX    
225                                  <STM32_PINMUX    
226                                  <STM32_PINMUX    
227                                  <STM32_PINMUX    
228                                  <STM32_PINMUX    
229                                  <STM32_PINMUX    
230                         bias-disable;             
231                         drive-push-pull;          
232                         slew-rate = <2>;          
233                 };                                
234                 pins2 {                           
235                         pinmux = <STM32_PINMUX    
236                         bias-disable;             
237                         drive-push-pull;          
238                         slew-rate = <0>;          
239                 };                                
240                 pins3 {                           
241                         pinmux = <STM32_PINMUX    
242                                  <STM32_PINMUX    
243                                  <STM32_PINMUX    
244                                  <STM32_PINMUX    
245                                  <STM32_PINMUX    
246                                  <STM32_PINMUX    
247                         bias-disable;             
248                 };                                
249         };                                        
250                                                   
251         /omit-if-no-ref/                          
252         ethernet0_rgmii_sleep_pins_a: rgmii-sl    
253                 pins1 {                           
254                         pinmux = <STM32_PINMUX    
255                                  <STM32_PINMUX    
256                                  <STM32_PINMUX    
257                                  <STM32_PINMUX    
258                                  <STM32_PINMUX    
259                                  <STM32_PINMUX    
260                                  <STM32_PINMUX    
261                                  <STM32_PINMUX    
262                                  <STM32_PINMUX    
263                                  <STM32_PINMUX    
264                                  <STM32_PINMUX    
265                                  <STM32_PINMUX    
266                                  <STM32_PINMUX    
267                                  <STM32_PINMUX    
268                                  <STM32_PINMUX    
269                 };                                
270         };                                        
271                                                   
272         /omit-if-no-ref/                          
273         ethernet0_rgmii_pins_b: rgmii-1 {         
274                 pins1 {                           
275                         pinmux = <STM32_PINMUX    
276                                  <STM32_PINMUX    
277                                  <STM32_PINMUX    
278                                  <STM32_PINMUX    
279                                  <STM32_PINMUX    
280                                  <STM32_PINMUX    
281                                  <STM32_PINMUX    
282                                  <STM32_PINMUX    
283                         bias-disable;             
284                         drive-push-pull;          
285                         slew-rate = <2>;          
286                 };                                
287                 pins2 {                           
288                         pinmux = <STM32_PINMUX    
289                         bias-disable;             
290                         drive-push-pull;          
291                         slew-rate = <0>;          
292                 };                                
293                 pins3 {                           
294                         pinmux = <STM32_PINMUX    
295                                  <STM32_PINMUX    
296                                  <STM32_PINMUX    
297                                  <STM32_PINMUX    
298                                  <STM32_PINMUX    
299                                  <STM32_PINMUX    
300                         bias-disable;             
301                 };                                
302         };                                        
303                                                   
304         /omit-if-no-ref/                          
305         ethernet0_rgmii_sleep_pins_b: rgmii-sl    
306                 pins1 {                           
307                         pinmux = <STM32_PINMUX    
308                                  <STM32_PINMUX    
309                                  <STM32_PINMUX    
310                                  <STM32_PINMUX    
311                                  <STM32_PINMUX    
312                                  <STM32_PINMUX    
313                                  <STM32_PINMUX    
314                                  <STM32_PINMUX    
315                                  <STM32_PINMUX    
316                                  <STM32_PINMUX    
317                                  <STM32_PINMUX    
318                                  <STM32_PINMUX    
319                                  <STM32_PINMUX    
320                                  <STM32_PINMUX    
321                                  <STM32_PINMUX    
322                  };                               
323         };                                        
324                                                   
325         /omit-if-no-ref/                          
326         ethernet0_rgmii_pins_c: rgmii-2 {         
327                 pins1 {                           
328                         pinmux = <STM32_PINMUX    
329                                  <STM32_PINMUX    
330                                  <STM32_PINMUX    
331                                  <STM32_PINMUX    
332                                  <STM32_PINMUX    
333                                  <STM32_PINMUX    
334                                  <STM32_PINMUX    
335                                  <STM32_PINMUX    
336                         bias-disable;             
337                         drive-push-pull;          
338                         slew-rate = <2>;          
339                 };                                
340                 pins2 {                           
341                         pinmux = <STM32_PINMUX    
342                         bias-disable;             
343                         drive-push-pull;          
344                         slew-rate = <0>;          
345                 };                                
346                 pins3 {                           
347                         pinmux = <STM32_PINMUX    
348                                  <STM32_PINMUX    
349                                  <STM32_PINMUX    
350                                  <STM32_PINMUX    
351                                  <STM32_PINMUX    
352                                  <STM32_PINMUX    
353                         bias-disable;             
354                 };                                
355         };                                        
356                                                   
357         /omit-if-no-ref/                          
358         ethernet0_rgmii_sleep_pins_c: rgmii-sl    
359                 pins1 {                           
360                         pinmux = <STM32_PINMUX    
361                                  <STM32_PINMUX    
362                                  <STM32_PINMUX    
363                                  <STM32_PINMUX    
364                                  <STM32_PINMUX    
365                                  <STM32_PINMUX    
366                                  <STM32_PINMUX    
367                                  <STM32_PINMUX    
368                                  <STM32_PINMUX    
369                                  <STM32_PINMUX    
370                                  <STM32_PINMUX    
371                                  <STM32_PINMUX    
372                                  <STM32_PINMUX    
373                                  <STM32_PINMUX    
374                                  <STM32_PINMUX    
375                 };                                
376         };                                        
377                                                   
378         /omit-if-no-ref/                          
379         ethernet0_rgmii_pins_d: rgmii-3 {         
380                 pins1 {                           
381                         pinmux = <STM32_PINMUX    
382                                  <STM32_PINMUX    
383                                  <STM32_PINMUX    
384                                  <STM32_PINMUX    
385                                  <STM32_PINMUX    
386                                  <STM32_PINMUX    
387                                  <STM32_PINMUX    
388                         bias-disable;             
389                         drive-push-pull;          
390                         slew-rate = <2>;          
391                 };                                
392                 pins2 {                           
393                         pinmux = <STM32_PINMUX    
394                         bias-disable;             
395                         drive-push-pull;          
396                         slew-rate = <0>;          
397                 };                                
398                 pins3 {                           
399                         pinmux = <STM32_PINMUX    
400                                  <STM32_PINMUX    
401                                  <STM32_PINMUX    
402                                  <STM32_PINMUX    
403                                  <STM32_PINMUX    
404                                  <STM32_PINMUX    
405                         bias-disable;             
406                 };                                
407         };                                        
408                                                   
409         /omit-if-no-ref/                          
410         ethernet0_rgmii_sleep_pins_d: rgmii-sl    
411                 pins1 {                           
412                         pinmux = <STM32_PINMUX    
413                                  <STM32_PINMUX    
414                                  <STM32_PINMUX    
415                                  <STM32_PINMUX    
416                                  <STM32_PINMUX    
417                                  <STM32_PINMUX    
418                                  <STM32_PINMUX    
419                                  <STM32_PINMUX    
420                                  <STM32_PINMUX    
421                                  <STM32_PINMUX    
422                                  <STM32_PINMUX    
423                                  <STM32_PINMUX    
424                                  <STM32_PINMUX    
425                                  <STM32_PINMUX    
426                                  <STM32_PINMUX    
427                 };                                
428         };                                        
429                                                   
430         /omit-if-no-ref/                          
431         ethernet0_rgmii_pins_e: rgmii-4 {         
432                 pins1 {                           
433                         pinmux = <STM32_PINMUX    
434                                  <STM32_PINMUX    
435                                  <STM32_PINMUX    
436                                  <STM32_PINMUX    
437                                  <STM32_PINMUX    
438                                  <STM32_PINMUX    
439                         bias-disable;             
440                         drive-push-pull;          
441                         slew-rate = <2>;          
442                 };                                
443                 pins2 {                           
444                         pinmux = <STM32_PINMUX    
445                                  <STM32_PINMUX    
446                                  <STM32_PINMUX    
447                                  <STM32_PINMUX    
448                                  <STM32_PINMUX    
449                                  <STM32_PINMUX    
450                         bias-disable;             
451                 };                                
452         };                                        
453                                                   
454         /omit-if-no-ref/                          
455         ethernet0_rgmii_sleep_pins_e: rgmii-sl    
456                 pins1 {                           
457                         pinmux = <STM32_PINMUX    
458                                  <STM32_PINMUX    
459                                  <STM32_PINMUX    
460                                  <STM32_PINMUX    
461                                  <STM32_PINMUX    
462                                  <STM32_PINMUX    
463                                  <STM32_PINMUX    
464                                  <STM32_PINMUX    
465                                  <STM32_PINMUX    
466                                  <STM32_PINMUX    
467                                  <STM32_PINMUX    
468                                  <STM32_PINMUX    
469                 };                                
470         };                                        
471                                                   
472         /omit-if-no-ref/                          
473         ethernet0_rmii_pins_a: rmii-0 {           
474                 pins1 {                           
475                         pinmux = <STM32_PINMUX    
476                                  <STM32_PINMUX    
477                                  <STM32_PINMUX    
478                                  <STM32_PINMUX    
479                                  <STM32_PINMUX    
480                                  <STM32_PINMUX    
481                         bias-disable;             
482                         drive-push-pull;          
483                         slew-rate = <2>;          
484                 };                                
485                 pins2 {                           
486                         pinmux = <STM32_PINMUX    
487                                  <STM32_PINMUX    
488                                  <STM32_PINMUX    
489                         bias-disable;             
490                 };                                
491         };                                        
492                                                   
493         /omit-if-no-ref/                          
494         ethernet0_rmii_sleep_pins_a: rmii-slee    
495                 pins1 {                           
496                         pinmux = <STM32_PINMUX    
497                                  <STM32_PINMUX    
498                                  <STM32_PINMUX    
499                                  <STM32_PINMUX    
500                                  <STM32_PINMUX    
501                                  <STM32_PINMUX    
502                                  <STM32_PINMUX    
503                                  <STM32_PINMUX    
504                                  <STM32_PINMUX    
505                 };                                
506         };                                        
507                                                   
508         /omit-if-no-ref/                          
509         ethernet0_rmii_pins_b: rmii-1 {           
510                 pins1 {                           
511                         pinmux = <STM32_PINMUX    
512                                 <STM32_PINMUX(    
513                                 <STM32_PINMUX(    
514                                 <STM32_PINMUX(    
515                         bias-disable;             
516                         drive-push-pull;          
517                         slew-rate = <1>;          
518                 };                                
519                 pins2 {                           
520                         pinmux = <STM32_PINMUX    
521                         bias-disable;             
522                         drive-push-pull;          
523                         slew-rate = <0>;          
524                 };                                
525                 pins3 {                           
526                         pinmux = <STM32_PINMUX    
527                                 <STM32_PINMUX(    
528                                 <STM32_PINMUX(    
529                         bias-disable;             
530                 };                                
531                 pins4 {                           
532                         pinmux = <STM32_PINMUX    
533                 };                                
534         };                                        
535                                                   
536         /omit-if-no-ref/                          
537         ethernet0_rmii_sleep_pins_b: rmii-slee    
538                 pins1 {                           
539                         pinmux = <STM32_PINMUX    
540                                 <STM32_PINMUX(    
541                                 <STM32_PINMUX(    
542                                 <STM32_PINMUX(    
543                                 <STM32_PINMUX(    
544                                 <STM32_PINMUX(    
545                                 <STM32_PINMUX(    
546                                 <STM32_PINMUX(    
547                                 <STM32_PINMUX(    
548                 };                                
549         };                                        
550                                                   
551         /omit-if-no-ref/                          
552         ethernet0_rmii_pins_c: rmii-2 {           
553                 pins1 {                           
554                         pinmux = <STM32_PINMUX    
555                                  <STM32_PINMUX    
556                                  <STM32_PINMUX    
557                                  <STM32_PINMUX    
558                                  <STM32_PINMUX    
559                                  <STM32_PINMUX    
560                         bias-disable;             
561                         drive-push-pull;          
562                         slew-rate = <2>;          
563                 };                                
564                 pins2 {                           
565                         pinmux = <STM32_PINMUX    
566                                  <STM32_PINMUX    
567                                  <STM32_PINMUX    
568                         bias-disable;             
569                 };                                
570         };                                        
571                                                   
572         /omit-if-no-ref/                          
573         ethernet0_rmii_sleep_pins_c: rmii-slee    
574                 pins1 {                           
575                         pinmux = <STM32_PINMUX    
576                                  <STM32_PINMUX    
577                                  <STM32_PINMUX    
578                                  <STM32_PINMUX    
579                                  <STM32_PINMUX    
580                                  <STM32_PINMUX    
581                                  <STM32_PINMUX    
582                                  <STM32_PINMUX    
583                                  <STM32_PINMUX    
584                 };                                
585         };                                        
586                                                   
587         /omit-if-no-ref/                          
588         fmc_pins_a: fmc-0 {                       
589                 pins1 {                           
590                         pinmux = <STM32_PINMUX    
591                                  <STM32_PINMUX    
592                                  <STM32_PINMUX    
593                                  <STM32_PINMUX    
594                                  <STM32_PINMUX    
595                                  <STM32_PINMUX    
596                                  <STM32_PINMUX    
597                                  <STM32_PINMUX    
598                                  <STM32_PINMUX    
599                                  <STM32_PINMUX    
600                                  <STM32_PINMUX    
601                                  <STM32_PINMUX    
602                                  <STM32_PINMUX    
603                         bias-disable;             
604                         drive-push-pull;          
605                         slew-rate = <1>;          
606                 };                                
607                 pins2 {                           
608                         pinmux = <STM32_PINMUX    
609                         bias-pull-up;             
610                 };                                
611         };                                        
612                                                   
613         /omit-if-no-ref/                          
614         fmc_sleep_pins_a: fmc-sleep-0 {           
615                 pins {                            
616                         pinmux = <STM32_PINMUX    
617                                  <STM32_PINMUX    
618                                  <STM32_PINMUX    
619                                  <STM32_PINMUX    
620                                  <STM32_PINMUX    
621                                  <STM32_PINMUX    
622                                  <STM32_PINMUX    
623                                  <STM32_PINMUX    
624                                  <STM32_PINMUX    
625                                  <STM32_PINMUX    
626                                  <STM32_PINMUX    
627                                  <STM32_PINMUX    
628                                  <STM32_PINMUX    
629                                  <STM32_PINMUX    
630                 };                                
631         };                                        
632                                                   
633         /omit-if-no-ref/                          
634         fmc_pins_b: fmc-1 {                       
635                 pins {                            
636                         pinmux = <STM32_PINMUX    
637                                  <STM32_PINMUX    
638                                  <STM32_PINMUX    
639                                  <STM32_PINMUX    
640                                  <STM32_PINMUX    
641                                  <STM32_PINMUX    
642                                  <STM32_PINMUX    
643                                  <STM32_PINMUX    
644                                  <STM32_PINMUX    
645                                  <STM32_PINMUX    
646                                  <STM32_PINMUX    
647                                  <STM32_PINMUX    
648                                  <STM32_PINMUX    
649                                  <STM32_PINMUX    
650                                  <STM32_PINMUX    
651                                  <STM32_PINMUX    
652                                  <STM32_PINMUX    
653                                  <STM32_PINMUX    
654                                  <STM32_PINMUX    
655                                  <STM32_PINMUX    
656                                  <STM32_PINMUX    
657                         bias-disable;             
658                         drive-push-pull;          
659                         slew-rate = <3>;          
660                 };                                
661         };                                        
662                                                   
663         /omit-if-no-ref/                          
664         fmc_sleep_pins_b: fmc-sleep-1 {           
665                 pins {                            
666                         pinmux = <STM32_PINMUX    
667                                  <STM32_PINMUX    
668                                  <STM32_PINMUX    
669                                  <STM32_PINMUX    
670                                  <STM32_PINMUX    
671                                  <STM32_PINMUX    
672                                  <STM32_PINMUX    
673                                  <STM32_PINMUX    
674                                  <STM32_PINMUX    
675                                  <STM32_PINMUX    
676                                  <STM32_PINMUX    
677                                  <STM32_PINMUX    
678                                  <STM32_PINMUX    
679                                  <STM32_PINMUX    
680                                  <STM32_PINMUX    
681                                  <STM32_PINMUX    
682                                  <STM32_PINMUX    
683                                  <STM32_PINMUX    
684                                  <STM32_PINMUX    
685                                  <STM32_PINMUX    
686                                  <STM32_PINMUX    
687                 };                                
688         };                                        
689                                                   
690         /omit-if-no-ref/                          
691         i2c1_pins_a: i2c1-0 {                     
692                 pins {                            
693                         pinmux = <STM32_PINMUX    
694                                  <STM32_PINMUX    
695                         bias-disable;             
696                         drive-open-drain;         
697                         slew-rate = <0>;          
698                 };                                
699         };                                        
700                                                   
701         /omit-if-no-ref/                          
702         i2c1_sleep_pins_a: i2c1-sleep-0 {         
703                 pins {                            
704                         pinmux = <STM32_PINMUX    
705                                  <STM32_PINMUX    
706                 };                                
707         };                                        
708                                                   
709         /omit-if-no-ref/                          
710         i2c1_pins_b: i2c1-1 {                     
711                 pins {                            
712                         pinmux = <STM32_PINMUX    
713                                  <STM32_PINMUX    
714                         bias-disable;             
715                         drive-open-drain;         
716                         slew-rate = <0>;          
717                 };                                
718         };                                        
719                                                   
720         /omit-if-no-ref/                          
721         i2c1_sleep_pins_b: i2c1-sleep-1 {         
722                 pins {                            
723                         pinmux = <STM32_PINMUX    
724                                  <STM32_PINMUX    
725                 };                                
726         };                                        
727                                                   
728         /omit-if-no-ref/                          
729         i2c2_pins_a: i2c2-0 {                     
730                 pins {                            
731                         pinmux = <STM32_PINMUX    
732                                  <STM32_PINMUX    
733                         bias-disable;             
734                         drive-open-drain;         
735                         slew-rate = <0>;          
736                 };                                
737         };                                        
738                                                   
739         /omit-if-no-ref/                          
740         i2c2_sleep_pins_a: i2c2-sleep-0 {         
741                 pins {                            
742                         pinmux = <STM32_PINMUX    
743                                  <STM32_PINMUX    
744                 };                                
745         };                                        
746                                                   
747         /omit-if-no-ref/                          
748         i2c2_pins_b1: i2c2-1 {                    
749                 pins {                            
750                         pinmux = <STM32_PINMUX    
751                         bias-disable;             
752                         drive-open-drain;         
753                         slew-rate = <0>;          
754                 };                                
755         };                                        
756                                                   
757         /omit-if-no-ref/                          
758         i2c2_sleep_pins_b1: i2c2-sleep-1 {        
759                 pins {                            
760                         pinmux = <STM32_PINMUX    
761                 };                                
762         };                                        
763                                                   
764         /omit-if-no-ref/                          
765         i2c2_pins_c: i2c2-2 {                     
766                 pins {                            
767                         pinmux = <STM32_PINMUX    
768                                  <STM32_PINMUX    
769                         bias-disable;             
770                         drive-open-drain;         
771                         slew-rate = <0>;          
772                 };                                
773         };                                        
774                                                   
775         /omit-if-no-ref/                          
776         i2c2_pins_sleep_c: i2c2-sleep-2 {         
777                 pins {                            
778                         pinmux = <STM32_PINMUX    
779                                  <STM32_PINMUX    
780                 };                                
781         };                                        
782                                                   
783         /omit-if-no-ref/                          
784         i2c5_pins_a: i2c5-0 {                     
785                 pins {                            
786                         pinmux = <STM32_PINMUX    
787                                  <STM32_PINMUX    
788                         bias-disable;             
789                         drive-open-drain;         
790                         slew-rate = <0>;          
791                 };                                
792         };                                        
793                                                   
794         /omit-if-no-ref/                          
795         i2c5_sleep_pins_a: i2c5-sleep-0 {         
796                 pins {                            
797                         pinmux = <STM32_PINMUX    
798                                  <STM32_PINMUX    
799                                                   
800                 };                                
801         };                                        
802                                                   
803         /omit-if-no-ref/                          
804         i2c5_pins_b: i2c5-1 {                     
805                 pins {                            
806                         pinmux = <STM32_PINMUX    
807                                  <STM32_PINMUX    
808                         bias-disable;             
809                         drive-open-drain;         
810                         slew-rate = <0>;          
811                 };                                
812         };                                        
813                                                   
814         /omit-if-no-ref/                          
815         i2c5_sleep_pins_b: i2c5-sleep-1 {         
816                 pins {                            
817                         pinmux = <STM32_PINMUX    
818                                  <STM32_PINMUX    
819                 };                                
820         };                                        
821                                                   
822         /omit-if-no-ref/                          
823         i2s2_pins_a: i2s2-0 {                     
824                 pins {                            
825                         pinmux = <STM32_PINMUX    
826                                  <STM32_PINMUX    
827                                  <STM32_PINMUX    
828                         slew-rate = <1>;          
829                         drive-push-pull;          
830                         bias-disable;             
831                 };                                
832         };                                        
833                                                   
834         /omit-if-no-ref/                          
835         i2s2_sleep_pins_a: i2s2-sleep-0 {         
836                 pins {                            
837                         pinmux = <STM32_PINMUX    
838                                  <STM32_PINMUX    
839                                  <STM32_PINMUX    
840                 };                                
841         };                                        
842                                                   
843         /omit-if-no-ref/                          
844         i2s2_pins_b: i2s2-1 {                     
845                 pins {                            
846                         pinmux = <STM32_PINMUX    
847                                  <STM32_PINMUX    
848                                  <STM32_PINMUX    
849                         bias-disable;             
850                         drive-push-pull;          
851                         slew-rate = <1>;          
852                 };                                
853         };                                        
854                                                   
855         /omit-if-no-ref/                          
856         i2s2_sleep_pins_b: i2s2-sleep-1 {         
857                 pins {                            
858                         pinmux = <STM32_PINMUX    
859                                  <STM32_PINMUX    
860                                  <STM32_PINMUX    
861                 };                                
862         };                                        
863                                                   
864         /omit-if-no-ref/                          
865         ltdc_pins_a: ltdc-0 {                     
866                 pins {                            
867                         pinmux = <STM32_PINMUX    
868                                  <STM32_PINMUX    
869                                  <STM32_PINMUX    
870                                  <STM32_PINMUX    
871                                  <STM32_PINMUX    
872                                  <STM32_PINMUX    
873                                  <STM32_PINMUX    
874                                  <STM32_PINMUX    
875                                  <STM32_PINMUX    
876                                  <STM32_PINMUX    
877                                  <STM32_PINMUX    
878                                  <STM32_PINMUX    
879                                  <STM32_PINMUX    
880                                  <STM32_PINMUX    
881                                  <STM32_PINMUX    
882                                  <STM32_PINMUX    
883                                  <STM32_PINMUX    
884                                  <STM32_PINMUX    
885                                  <STM32_PINMUX    
886                                  <STM32_PINMUX    
887                                  <STM32_PINMUX    
888                                  <STM32_PINMUX    
889                                  <STM32_PINMUX    
890                                  <STM32_PINMUX    
891                                  <STM32_PINMUX    
892                                  <STM32_PINMUX    
893                                  <STM32_PINMUX    
894                                  <STM32_PINMUX    
895                         bias-disable;             
896                         drive-push-pull;          
897                         slew-rate = <1>;          
898                 };                                
899         };                                        
900                                                   
901         /omit-if-no-ref/                          
902         ltdc_sleep_pins_a: ltdc-sleep-0 {         
903                 pins {                            
904                         pinmux = <STM32_PINMUX    
905                                  <STM32_PINMUX    
906                                  <STM32_PINMUX    
907                                  <STM32_PINMUX    
908                                  <STM32_PINMUX    
909                                  <STM32_PINMUX    
910                                  <STM32_PINMUX    
911                                  <STM32_PINMUX    
912                                  <STM32_PINMUX    
913                                  <STM32_PINMUX    
914                                  <STM32_PINMUX    
915                                  <STM32_PINMUX    
916                                  <STM32_PINMUX    
917                                  <STM32_PINMUX    
918                                  <STM32_PINMUX    
919                                  <STM32_PINMUX    
920                                  <STM32_PINMUX    
921                                  <STM32_PINMUX    
922                                  <STM32_PINMUX    
923                                  <STM32_PINMUX    
924                                  <STM32_PINMUX    
925                                  <STM32_PINMUX    
926                                  <STM32_PINMUX    
927                                  <STM32_PINMUX    
928                                  <STM32_PINMUX    
929                                  <STM32_PINMUX    
930                                  <STM32_PINMUX    
931                                  <STM32_PINMUX    
932                 };                                
933         };                                        
934                                                   
935         /omit-if-no-ref/                          
936         ltdc_pins_b: ltdc-1 {                     
937                 pins {                            
938                         pinmux = <STM32_PINMUX    
939                                  <STM32_PINMUX    
940                                  <STM32_PINMUX    
941                                  <STM32_PINMUX    
942                                  <STM32_PINMUX    
943                                  <STM32_PINMUX    
944                                  <STM32_PINMUX    
945                                  <STM32_PINMUX    
946                                  <STM32_PINMUX    
947                                  <STM32_PINMUX    
948                                  <STM32_PINMUX    
949                                  <STM32_PINMUX    
950                                  <STM32_PINMUX    
951                                  <STM32_PINMUX    
952                                  <STM32_PINMUX    
953                                  <STM32_PINMUX    
954                                  <STM32_PINMUX    
955                                  <STM32_PINMUX    
956                                  <STM32_PINMUX    
957                                  <STM32_PINMUX    
958                                  <STM32_PINMUX    
959                                  <STM32_PINMUX    
960                                  <STM32_PINMUX    
961                                  <STM32_PINMUX    
962                                  <STM32_PINMUX    
963                                  <STM32_PINMUX    
964                                  <STM32_PINMUX    
965                                  <STM32_PINMUX    
966                         bias-disable;             
967                         drive-push-pull;          
968                         slew-rate = <1>;          
969                 };                                
970         };                                        
971                                                   
972         /omit-if-no-ref/                          
973         ltdc_sleep_pins_b: ltdc-sleep-1 {         
974                 pins {                            
975                         pinmux = <STM32_PINMUX    
976                                  <STM32_PINMUX    
977                                  <STM32_PINMUX    
978                                  <STM32_PINMUX    
979                                  <STM32_PINMUX    
980                                  <STM32_PINMUX    
981                                  <STM32_PINMUX    
982                                  <STM32_PINMUX    
983                                  <STM32_PINMUX    
984                                  <STM32_PINMUX    
985                                  <STM32_PINMUX    
986                                  <STM32_PINMUX    
987                                  <STM32_PINMUX    
988                                  <STM32_PINMUX    
989                                  <STM32_PINMUX    
990                                  <STM32_PINMUX    
991                                  <STM32_PINMUX    
992                                  <STM32_PINMUX    
993                                  <STM32_PINMUX    
994                                  <STM32_PINMUX    
995                                  <STM32_PINMUX    
996                                  <STM32_PINMUX    
997                                  <STM32_PINMUX    
998                                  <STM32_PINMUX    
999                                  <STM32_PINMUX    
1000                                  <STM32_PINMU    
1001                                  <STM32_PINMU    
1002                                  <STM32_PINMU    
1003                 };                               
1004         };                                       
1005                                                  
1006         /omit-if-no-ref/                         
1007         ltdc_pins_c: ltdc-2 {                    
1008                 pins1 {                          
1009                         pinmux = <STM32_PINMU    
1010                                  <STM32_PINMU    
1011                                  <STM32_PINMU    
1012                                  <STM32_PINMU    
1013                                  <STM32_PINMU    
1014                                  <STM32_PINMU    
1015                                  <STM32_PINMU    
1016                                  <STM32_PINMU    
1017                                  <STM32_PINMU    
1018                                  <STM32_PINMU    
1019                                  <STM32_PINMU    
1020                                  <STM32_PINMU    
1021                                  <STM32_PINMU    
1022                                  <STM32_PINMU    
1023                                  <STM32_PINMU    
1024                                  <STM32_PINMU    
1025                                  <STM32_PINMU    
1026                                  <STM32_PINMU    
1027                                  <STM32_PINMU    
1028                                  <STM32_PINMU    
1029                                  <STM32_PINMU    
1030                         bias-disable;            
1031                         drive-push-pull;         
1032                         slew-rate = <0>;         
1033                 };                               
1034                 pins2 {                          
1035                         pinmux = <STM32_PINMU    
1036                         bias-disable;            
1037                         drive-push-pull;         
1038                         slew-rate = <1>;         
1039                 };                               
1040         };                                       
1041                                                  
1042         /omit-if-no-ref/                         
1043         ltdc_sleep_pins_c: ltdc-sleep-2 {        
1044                 pins1 {                          
1045                         pinmux = <STM32_PINMU    
1046                                  <STM32_PINMU    
1047                                  <STM32_PINMU    
1048                                  <STM32_PINMU    
1049                                  <STM32_PINMU    
1050                                  <STM32_PINMU    
1051                                  <STM32_PINMU    
1052                                  <STM32_PINMU    
1053                                  <STM32_PINMU    
1054                                  <STM32_PINMU    
1055                                  <STM32_PINMU    
1056                                  <STM32_PINMU    
1057                                  <STM32_PINMU    
1058                                  <STM32_PINMU    
1059                                  <STM32_PINMU    
1060                                  <STM32_PINMU    
1061                                  <STM32_PINMU    
1062                                  <STM32_PINMU    
1063                                  <STM32_PINMU    
1064                                  <STM32_PINMU    
1065                                  <STM32_PINMU    
1066                                  <STM32_PINMU    
1067                 };                               
1068         };                                       
1069                                                  
1070         /omit-if-no-ref/                         
1071         ltdc_pins_d: ltdc-3 {                    
1072                 pins1 {                          
1073                         pinmux = <STM32_PINMU    
1074                         bias-disable;            
1075                         drive-push-pull;         
1076                         slew-rate = <3>;         
1077                 };                               
1078                 pins2 {                          
1079                         pinmux = <STM32_PINMU    
1080                                  <STM32_PINMU    
1081                                  <STM32_PINMU    
1082                                  <STM32_PINMU    
1083                                  <STM32_PINMU    
1084                                  <STM32_PINMU    
1085                                  <STM32_PINMU    
1086                                  <STM32_PINMU    
1087                                  <STM32_PINMU    
1088                                  <STM32_PINMU    
1089                                  <STM32_PINMU    
1090                                  <STM32_PINMU    
1091                                  <STM32_PINMU    
1092                                  <STM32_PINMU    
1093                                  <STM32_PINMU    
1094                                  <STM32_PINMU    
1095                                  <STM32_PINMU    
1096                                  <STM32_PINMU    
1097                                  <STM32_PINMU    
1098                                  <STM32_PINMU    
1099                                  <STM32_PINMU    
1100                                  <STM32_PINMU    
1101                                  <STM32_PINMU    
1102                                  <STM32_PINMU    
1103                                  <STM32_PINMU    
1104                                  <STM32_PINMU    
1105                                  <STM32_PINMU    
1106                         bias-disable;            
1107                         drive-push-pull;         
1108                         slew-rate = <2>;         
1109                 };                               
1110         };                                       
1111                                                  
1112         /omit-if-no-ref/                         
1113         ltdc_sleep_pins_d: ltdc-sleep-3 {        
1114                 pins {                           
1115                         pinmux = <STM32_PINMU    
1116                                  <STM32_PINMU    
1117                                  <STM32_PINMU    
1118                                  <STM32_PINMU    
1119                                  <STM32_PINMU    
1120                                  <STM32_PINMU    
1121                                  <STM32_PINMU    
1122                                  <STM32_PINMU    
1123                                  <STM32_PINMU    
1124                                  <STM32_PINMU    
1125                                  <STM32_PINMU    
1126                                  <STM32_PINMU    
1127                                  <STM32_PINMU    
1128                                  <STM32_PINMU    
1129                                  <STM32_PINMU    
1130                                  <STM32_PINMU    
1131                                  <STM32_PINMU    
1132                                  <STM32_PINMU    
1133                                  <STM32_PINMU    
1134                                  <STM32_PINMU    
1135                                  <STM32_PINMU    
1136                                  <STM32_PINMU    
1137                                  <STM32_PINMU    
1138                                  <STM32_PINMU    
1139                                  <STM32_PINMU    
1140                                  <STM32_PINMU    
1141                                  <STM32_PINMU    
1142                                  <STM32_PINMU    
1143                 };                               
1144         };                                       
1145                                                  
1146         /omit-if-no-ref/                         
1147         ltdc_pins_e: ltdc-4 {                    
1148                 pins1 {                          
1149                         pinmux = <STM32_PINMU    
1150                                  <STM32_PINMU    
1151                                  <STM32_PINMU    
1152                                  <STM32_PINMU    
1153                                  <STM32_PINMU    
1154                                  <STM32_PINMU    
1155                                  <STM32_PINMU    
1156                                  <STM32_PINMU    
1157                                  <STM32_PINMU    
1158                                  <STM32_PINMU    
1159                                  <STM32_PINMU    
1160                                  <STM32_PINMU    
1161                                  <STM32_PINMU    
1162                                  <STM32_PINMU    
1163                                  <STM32_PINMU    
1164                                  <STM32_PINMU    
1165                                  <STM32_PINMU    
1166                                  <STM32_PINMU    
1167                                  <STM32_PINMU    
1168                                  <STM32_PINMU    
1169                                  <STM32_PINMU    
1170                                  <STM32_PINMU    
1171                                  <STM32_PINMU    
1172                                  <STM32_PINMU    
1173                                  <STM32_PINMU    
1174                                  <STM32_PINMU    
1175                                  <STM32_PINMU    
1176                         bias-disable;            
1177                         drive-push-pull;         
1178                         slew-rate = <0>;         
1179                 };                               
1180                                                  
1181                 pins2 {                          
1182                         pinmux = <STM32_PINMU    
1183                         bias-disable;            
1184                         drive-push-pull;         
1185                         slew-rate = <1>;         
1186                 };                               
1187         };                                       
1188                                                  
1189         /omit-if-no-ref/                         
1190         ltdc_sleep_pins_e: ltdc-sleep-4 {        
1191                 pins {                           
1192                         pinmux = <STM32_PINMU    
1193                                  <STM32_PINMU    
1194                                  <STM32_PINMU    
1195                                  <STM32_PINMU    
1196                                  <STM32_PINMU    
1197                                  <STM32_PINMU    
1198                                  <STM32_PINMU    
1199                                  <STM32_PINMU    
1200                                  <STM32_PINMU    
1201                                  <STM32_PINMU    
1202                                  <STM32_PINMU    
1203                                  <STM32_PINMU    
1204                                  <STM32_PINMU    
1205                                  <STM32_PINMU    
1206                                  <STM32_PINMU    
1207                                  <STM32_PINMU    
1208                                  <STM32_PINMU    
1209                                  <STM32_PINMU    
1210                                  <STM32_PINMU    
1211                                  <STM32_PINMU    
1212                                  <STM32_PINMU    
1213                                  <STM32_PINMU    
1214                                  <STM32_PINMU    
1215                                  <STM32_PINMU    
1216                                  <STM32_PINMU    
1217                                  <STM32_PINMU    
1218                                  <STM32_PINMU    
1219                                  <STM32_PINMU    
1220                 };                               
1221         };                                       
1222                                                  
1223         /omit-if-no-ref/                         
1224         mco1_pins_a: mco1-0 {                    
1225                 pins {                           
1226                         pinmux = <STM32_PINMU    
1227                         bias-disable;            
1228                         drive-push-pull;         
1229                         slew-rate = <1>;         
1230                 };                               
1231         };                                       
1232                                                  
1233         /omit-if-no-ref/                         
1234         mco1_sleep_pins_a: mco1-sleep-0 {        
1235                 pins {                           
1236                         pinmux = <STM32_PINMU    
1237                 };                               
1238         };                                       
1239                                                  
1240         /omit-if-no-ref/                         
1241         mco2_pins_a: mco2-0 {                    
1242                 pins {                           
1243                         pinmux = <STM32_PINMU    
1244                         bias-disable;            
1245                         drive-push-pull;         
1246                         slew-rate = <2>;         
1247                 };                               
1248         };                                       
1249                                                  
1250         /omit-if-no-ref/                         
1251         mco2_sleep_pins_a: mco2-sleep-0 {        
1252                 pins {                           
1253                         pinmux = <STM32_PINMU    
1254                 };                               
1255         };                                       
1256                                                  
1257         /omit-if-no-ref/                         
1258         m_can1_pins_a: m-can1-0 {                
1259                 pins1 {                          
1260                         pinmux = <STM32_PINMU    
1261                         slew-rate = <1>;         
1262                         drive-push-pull;         
1263                         bias-disable;            
1264                 };                               
1265                 pins2 {                          
1266                         pinmux = <STM32_PINMU    
1267                         bias-disable;            
1268                 };                               
1269         };                                       
1270                                                  
1271         /omit-if-no-ref/                         
1272         m_can1_sleep_pins_a: m_can1-sleep-0 {    
1273                 pins {                           
1274                         pinmux = <STM32_PINMU    
1275                                  <STM32_PINMU    
1276                 };                               
1277         };                                       
1278                                                  
1279         /omit-if-no-ref/                         
1280         m_can1_pins_b: m-can1-1 {                
1281                 pins1 {                          
1282                         pinmux = <STM32_PINMU    
1283                         slew-rate = <1>;         
1284                         drive-push-pull;         
1285                         bias-disable;            
1286                 };                               
1287                 pins2 {                          
1288                         pinmux = <STM32_PINMU    
1289                         bias-disable;            
1290                 };                               
1291         };                                       
1292                                                  
1293         /omit-if-no-ref/                         
1294         m_can1_sleep_pins_b: m_can1-sleep-1 {    
1295                 pins {                           
1296                         pinmux = <STM32_PINMU    
1297                                  <STM32_PINMU    
1298                 };                               
1299         };                                       
1300                                                  
1301         /omit-if-no-ref/                         
1302         m_can1_pins_c: m-can1-2 {                
1303                 pins1 {                          
1304                         pinmux = <STM32_PINMU    
1305                         slew-rate = <1>;         
1306                         drive-push-pull;         
1307                         bias-disable;            
1308                 };                               
1309                 pins2 {                          
1310                         pinmux = <STM32_PINMU    
1311                         bias-disable;            
1312                 };                               
1313         };                                       
1314                                                  
1315         /omit-if-no-ref/                         
1316         m_can1_sleep_pins_c: m_can1-sleep-2 {    
1317                 pins {                           
1318                         pinmux = <STM32_PINMU    
1319                                  <STM32_PINMU    
1320                 };                               
1321         };                                       
1322                                                  
1323         /omit-if-no-ref/                         
1324         m_can1_pins_d: m-can1-3 {                
1325                 pins1 {                          
1326                         pinmux = <STM32_PINMU    
1327                         slew-rate = <1>;         
1328                         drive-push-pull;         
1329                         bias-disable;            
1330                 };                               
1331                 pins2 {                          
1332                         pinmux = <STM32_PINMU    
1333                         bias-disable;            
1334                 };                               
1335         };                                       
1336                                                  
1337         /omit-if-no-ref/                         
1338         m_can1_sleep_pins_d: m_can1-sleep-3 {    
1339                 pins {                           
1340                         pinmux = <STM32_PINMU    
1341                                  <STM32_PINMU    
1342                 };                               
1343         };                                       
1344                                                  
1345         /omit-if-no-ref/                         
1346         m_can2_pins_a: m-can2-0 {                
1347                 pins1 {                          
1348                         pinmux = <STM32_PINMU    
1349                         slew-rate = <1>;         
1350                         drive-push-pull;         
1351                         bias-disable;            
1352                 };                               
1353                 pins2 {                          
1354                         pinmux = <STM32_PINMU    
1355                         bias-disable;            
1356                 };                               
1357         };                                       
1358                                                  
1359         /omit-if-no-ref/                         
1360         m_can2_sleep_pins_a: m_can2-sleep-0 {    
1361                 pins {                           
1362                         pinmux = <STM32_PINMU    
1363                                  <STM32_PINMU    
1364                 };                               
1365         };                                       
1366                                                  
1367         /omit-if-no-ref/                         
1368         pwm1_pins_a: pwm1-0 {                    
1369                 pins {                           
1370                         pinmux = <STM32_PINMU    
1371                                  <STM32_PINMU    
1372                                  <STM32_PINMU    
1373                         bias-pull-down;          
1374                         drive-push-pull;         
1375                         slew-rate = <0>;         
1376                 };                               
1377         };                                       
1378                                                  
1379         /omit-if-no-ref/                         
1380         pwm1_sleep_pins_a: pwm1-sleep-0 {        
1381                 pins {                           
1382                         pinmux = <STM32_PINMU    
1383                                  <STM32_PINMU    
1384                                  <STM32_PINMU    
1385                 };                               
1386         };                                       
1387                                                  
1388         /omit-if-no-ref/                         
1389         pwm1_pins_b: pwm1-1 {                    
1390                 pins {                           
1391                         pinmux = <STM32_PINMU    
1392                         bias-pull-down;          
1393                         drive-push-pull;         
1394                         slew-rate = <0>;         
1395                 };                               
1396         };                                       
1397                                                  
1398         /omit-if-no-ref/                         
1399         pwm1_sleep_pins_b: pwm1-sleep-1 {        
1400                 pins {                           
1401                         pinmux = <STM32_PINMU    
1402                 };                               
1403         };                                       
1404                                                  
1405         /omit-if-no-ref/                         
1406         pwm1_pins_c: pwm1-2 {                    
1407                 pins {                           
1408                         pinmux = <STM32_PINMU    
1409                         drive-push-pull;         
1410                         slew-rate = <0>;         
1411                 };                               
1412         };                                       
1413                                                  
1414         /omit-if-no-ref/                         
1415         pwm1_sleep_pins_c: pwm1-sleep-2 {        
1416                 pins {                           
1417                         pinmux = <STM32_PINMU    
1418                 };                               
1419         };                                       
1420                                                  
1421         /omit-if-no-ref/                         
1422         pwm2_pins_a: pwm2-0 {                    
1423                 pins {                           
1424                         pinmux = <STM32_PINMU    
1425                         bias-pull-down;          
1426                         drive-push-pull;         
1427                         slew-rate = <0>;         
1428                 };                               
1429         };                                       
1430                                                  
1431         /omit-if-no-ref/                         
1432         pwm2_sleep_pins_a: pwm2-sleep-0 {        
1433                 pins {                           
1434                         pinmux = <STM32_PINMU    
1435                 };                               
1436         };                                       
1437                                                  
1438         /omit-if-no-ref/                         
1439         pwm3_pins_a: pwm3-0 {                    
1440                 pins {                           
1441                         pinmux = <STM32_PINMU    
1442                         bias-pull-down;          
1443                         drive-push-pull;         
1444                         slew-rate = <0>;         
1445                 };                               
1446         };                                       
1447                                                  
1448         /omit-if-no-ref/                         
1449         pwm3_sleep_pins_a: pwm3-sleep-0 {        
1450                 pins {                           
1451                         pinmux = <STM32_PINMU    
1452                 };                               
1453         };                                       
1454                                                  
1455         /omit-if-no-ref/                         
1456         pwm3_pins_b: pwm3-1 {                    
1457                 pins {                           
1458                         pinmux = <STM32_PINMU    
1459                         bias-disable;            
1460                         drive-push-pull;         
1461                         slew-rate = <0>;         
1462                 };                               
1463         };                                       
1464                                                  
1465         /omit-if-no-ref/                         
1466         pwm3_sleep_pins_b: pwm3-sleep-1 {        
1467                 pins {                           
1468                         pinmux = <STM32_PINMU    
1469                 };                               
1470         };                                       
1471                                                  
1472         /omit-if-no-ref/                         
1473         pwm4_pins_a: pwm4-0 {                    
1474                 pins {                           
1475                         pinmux = <STM32_PINMU    
1476                                  <STM32_PINMU    
1477                         bias-pull-down;          
1478                         drive-push-pull;         
1479                         slew-rate = <0>;         
1480                 };                               
1481         };                                       
1482                                                  
1483         /omit-if-no-ref/                         
1484         pwm4_sleep_pins_a: pwm4-sleep-0 {        
1485                 pins {                           
1486                         pinmux = <STM32_PINMU    
1487                                  <STM32_PINMU    
1488                 };                               
1489         };                                       
1490                                                  
1491         /omit-if-no-ref/                         
1492         pwm4_pins_b: pwm4-1 {                    
1493                 pins {                           
1494                         pinmux = <STM32_PINMU    
1495                         bias-pull-down;          
1496                         drive-push-pull;         
1497                         slew-rate = <0>;         
1498                 };                               
1499         };                                       
1500                                                  
1501         /omit-if-no-ref/                         
1502         pwm4_sleep_pins_b: pwm4-sleep-1 {        
1503                 pins {                           
1504                         pinmux = <STM32_PINMU    
1505                 };                               
1506         };                                       
1507                                                  
1508         /omit-if-no-ref/                         
1509         pwm5_pins_a: pwm5-0 {                    
1510                 pins {                           
1511                         pinmux = <STM32_PINMU    
1512                         bias-pull-down;          
1513                         drive-push-pull;         
1514                         slew-rate = <0>;         
1515                 };                               
1516         };                                       
1517                                                  
1518         /omit-if-no-ref/                         
1519         pwm5_sleep_pins_a: pwm5-sleep-0 {        
1520                 pins {                           
1521                         pinmux = <STM32_PINMU    
1522                 };                               
1523         };                                       
1524                                                  
1525         /omit-if-no-ref/                         
1526         pwm5_pins_b: pwm5-1 {                    
1527                 pins {                           
1528                         pinmux = <STM32_PINMU    
1529                                  <STM32_PINMU    
1530                                  <STM32_PINMU    
1531                         bias-disable;            
1532                         drive-push-pull;         
1533                         slew-rate = <0>;         
1534                 };                               
1535         };                                       
1536                                                  
1537         /omit-if-no-ref/                         
1538         pwm5_sleep_pins_b: pwm5-sleep-1 {        
1539                 pins {                           
1540                         pinmux = <STM32_PINMU    
1541                                  <STM32_PINMU    
1542                                  <STM32_PINMU    
1543                 };                               
1544         };                                       
1545                                                  
1546         /omit-if-no-ref/                         
1547         pwm8_pins_a: pwm8-0 {                    
1548                 pins {                           
1549                         pinmux = <STM32_PINMU    
1550                         bias-pull-down;          
1551                         drive-push-pull;         
1552                         slew-rate = <0>;         
1553                 };                               
1554         };                                       
1555                                                  
1556         /omit-if-no-ref/                         
1557         pwm8_sleep_pins_a: pwm8-sleep-0 {        
1558                 pins {                           
1559                         pinmux = <STM32_PINMU    
1560                 };                               
1561         };                                       
1562                                                  
1563         /omit-if-no-ref/                         
1564         pwm8_pins_b: pwm8-1 {                    
1565                 pins {                           
1566                         pinmux = <STM32_PINMU    
1567                                  <STM32_PINMU    
1568                                  <STM32_PINMU    
1569                                  <STM32_PINMU    
1570                         drive-push-pull;         
1571                         slew-rate = <0>;         
1572                 };                               
1573         };                                       
1574                                                  
1575         /omit-if-no-ref/                         
1576         pwm8_sleep_pins_b: pwm8-sleep-1 {        
1577                 pins {                           
1578                         pinmux = <STM32_PINMU    
1579                                  <STM32_PINMU    
1580                                  <STM32_PINMU    
1581                                  <STM32_PINMU    
1582                 };                               
1583         };                                       
1584                                                  
1585         /omit-if-no-ref/                         
1586         pwm12_pins_a: pwm12-0 {                  
1587                 pins {                           
1588                         pinmux = <STM32_PINMU    
1589                         bias-pull-down;          
1590                         drive-push-pull;         
1591                         slew-rate = <0>;         
1592                 };                               
1593         };                                       
1594                                                  
1595         /omit-if-no-ref/                         
1596         pwm12_sleep_pins_a: pwm12-sleep-0 {      
1597                 pins {                           
1598                         pinmux = <STM32_PINMU    
1599                 };                               
1600         };                                       
1601                                                  
1602         /omit-if-no-ref/                         
1603         qspi_clk_pins_a: qspi-clk-0 {            
1604                 pins {                           
1605                         pinmux = <STM32_PINMU    
1606                         bias-disable;            
1607                         drive-push-pull;         
1608                         slew-rate = <3>;         
1609                 };                               
1610         };                                       
1611                                                  
1612         /omit-if-no-ref/                         
1613         qspi_clk_sleep_pins_a: qspi-clk-sleep    
1614                 pins {                           
1615                         pinmux = <STM32_PINMU    
1616                 };                               
1617         };                                       
1618                                                  
1619         /omit-if-no-ref/                         
1620         qspi_bk1_pins_a: qspi-bk1-0 {            
1621                 pins {                           
1622                         pinmux = <STM32_PINMU    
1623                                  <STM32_PINMU    
1624                                  <STM32_PINMU    
1625                                  <STM32_PINMU    
1626                         bias-disable;            
1627                         drive-push-pull;         
1628                         slew-rate = <1>;         
1629                 };                               
1630         };                                       
1631                                                  
1632         /omit-if-no-ref/                         
1633         qspi_bk1_sleep_pins_a: qspi-bk1-sleep    
1634                 pins {                           
1635                         pinmux = <STM32_PINMU    
1636                                  <STM32_PINMU    
1637                                  <STM32_PINMU    
1638                                  <STM32_PINMU    
1639                 };                               
1640         };                                       
1641                                                  
1642         /omit-if-no-ref/                         
1643         qspi_bk2_pins_a: qspi-bk2-0 {            
1644                 pins {                           
1645                         pinmux = <STM32_PINMU    
1646                                  <STM32_PINMU    
1647                                  <STM32_PINMU    
1648                                  <STM32_PINMU    
1649                         bias-disable;            
1650                         drive-push-pull;         
1651                         slew-rate = <1>;         
1652                 };                               
1653         };                                       
1654                                                  
1655         /omit-if-no-ref/                         
1656         qspi_bk2_sleep_pins_a: qspi-bk2-sleep    
1657                 pins {                           
1658                         pinmux = <STM32_PINMU    
1659                                  <STM32_PINMU    
1660                                  <STM32_PINMU    
1661                                  <STM32_PINMU    
1662                 };                               
1663         };                                       
1664                                                  
1665         /omit-if-no-ref/                         
1666         qspi_cs1_pins_a: qspi-cs1-0 {            
1667                 pins {                           
1668                         pinmux = <STM32_PINMU    
1669                         bias-pull-up;            
1670                         drive-push-pull;         
1671                         slew-rate = <1>;         
1672                 };                               
1673         };                                       
1674                                                  
1675         /omit-if-no-ref/                         
1676         qspi_cs1_sleep_pins_a: qspi-cs1-sleep    
1677                 pins {                           
1678                         pinmux = <STM32_PINMU    
1679                 };                               
1680         };                                       
1681                                                  
1682         /omit-if-no-ref/                         
1683         qspi_cs2_pins_a: qspi-cs2-0 {            
1684                 pins {                           
1685                         pinmux = <STM32_PINMU    
1686                         bias-pull-up;            
1687                         drive-push-pull;         
1688                         slew-rate = <1>;         
1689                 };                               
1690         };                                       
1691                                                  
1692         /omit-if-no-ref/                         
1693         qspi_cs2_sleep_pins_a: qspi-cs2-sleep    
1694                 pins {                           
1695                         pinmux = <STM32_PINMU    
1696                 };                               
1697         };                                       
1698                                                  
1699         /omit-if-no-ref/                         
1700         sai2a_pins_a: sai2a-0 {                  
1701                 pins {                           
1702                         pinmux = <STM32_PINMU    
1703                                  <STM32_PINMU    
1704                                  <STM32_PINMU    
1705                                  <STM32_PINMU    
1706                         slew-rate = <0>;         
1707                         drive-push-pull;         
1708                         bias-disable;            
1709                 };                               
1710         };                                       
1711                                                  
1712         /omit-if-no-ref/                         
1713         sai2a_sleep_pins_a: sai2a-sleep-0 {      
1714                 pins {                           
1715                         pinmux = <STM32_PINMU    
1716                                  <STM32_PINMU    
1717                                  <STM32_PINMU    
1718                                  <STM32_PINMU    
1719                 };                               
1720         };                                       
1721                                                  
1722         /omit-if-no-ref/                         
1723         sai2a_pins_b: sai2a-1 {                  
1724                 pins1 {                          
1725                         pinmux = <STM32_PINMU    
1726                                  <STM32_PINMU    
1727                                  <STM32_PINMU    
1728                         slew-rate = <0>;         
1729                         drive-push-pull;         
1730                         bias-disable;            
1731                 };                               
1732         };                                       
1733                                                  
1734         /omit-if-no-ref/                         
1735         sai2a_sleep_pins_b: sai2a-sleep-1 {      
1736                 pins {                           
1737                         pinmux = <STM32_PINMU    
1738                                  <STM32_PINMU    
1739                                  <STM32_PINMU    
1740                 };                               
1741         };                                       
1742                                                  
1743         /omit-if-no-ref/                         
1744         sai2a_pins_c: sai2a-2 {                  
1745                 pins {                           
1746                         pinmux = <STM32_PINMU    
1747                                  <STM32_PINMU    
1748                                  <STM32_PINMU    
1749                         slew-rate = <0>;         
1750                         drive-push-pull;         
1751                         bias-disable;            
1752                 };                               
1753         };                                       
1754                                                  
1755         /omit-if-no-ref/                         
1756         sai2a_sleep_pins_c: sai2a-sleep-2 {      
1757                 pins {                           
1758                         pinmux = <STM32_PINMU    
1759                                  <STM32_PINMU    
1760                                  <STM32_PINMU    
1761                 };                               
1762         };                                       
1763                                                  
1764         /omit-if-no-ref/                         
1765         sai2b_pins_a: sai2b-0 {                  
1766                 pins1 {                          
1767                         pinmux = <STM32_PINMU    
1768                                  <STM32_PINMU    
1769                                  <STM32_PINMU    
1770                         slew-rate = <0>;         
1771                         drive-push-pull;         
1772                         bias-disable;            
1773                 };                               
1774                 pins2 {                          
1775                         pinmux = <STM32_PINMU    
1776                         bias-disable;            
1777                 };                               
1778         };                                       
1779                                                  
1780         /omit-if-no-ref/                         
1781         sai2b_sleep_pins_a: sai2b-sleep-0 {      
1782                 pins {                           
1783                         pinmux = <STM32_PINMU    
1784                                  <STM32_PINMU    
1785                                  <STM32_PINMU    
1786                                  <STM32_PINMU    
1787                 };                               
1788         };                                       
1789                                                  
1790         /omit-if-no-ref/                         
1791         sai2b_pins_b: sai2b-1 {                  
1792                 pins {                           
1793                         pinmux = <STM32_PINMU    
1794                         bias-disable;            
1795                 };                               
1796         };                                       
1797                                                  
1798         /omit-if-no-ref/                         
1799         sai2b_sleep_pins_b: sai2b-sleep-1 {      
1800                 pins {                           
1801                         pinmux = <STM32_PINMU    
1802                 };                               
1803         };                                       
1804                                                  
1805         /omit-if-no-ref/                         
1806         sai2b_pins_c: sai2b-2 {                  
1807                 pins1 {                          
1808                         pinmux = <STM32_PINMU    
1809                         bias-disable;            
1810                 };                               
1811         };                                       
1812                                                  
1813         /omit-if-no-ref/                         
1814         sai2b_sleep_pins_c: sai2b-sleep-2 {      
1815                 pins {                           
1816                         pinmux = <STM32_PINMU    
1817                 };                               
1818         };                                       
1819                                                  
1820         /omit-if-no-ref/                         
1821         sai2b_pins_d: sai2b-3 {                  
1822                 pins1 {                          
1823                         pinmux = <STM32_PINMU    
1824                                  <STM32_PINMU    
1825                                  <STM32_PINMU    
1826                         slew-rate = <0>;         
1827                         drive-push-pull;         
1828                         bias-disable;            
1829                 };                               
1830                 pins2 {                          
1831                         pinmux = <STM32_PINMU    
1832                         bias-disable;            
1833                 };                               
1834         };                                       
1835                                                  
1836         /omit-if-no-ref/                         
1837         sai2b_sleep_pins_d: sai2b-sleep-3 {      
1838                 pins1 {                          
1839                         pinmux = <STM32_PINMU    
1840                                  <STM32_PINMU    
1841                                  <STM32_PINMU    
1842                                  <STM32_PINMU    
1843                 };                               
1844         };                                       
1845                                                  
1846         /omit-if-no-ref/                         
1847         sai4a_pins_a: sai4a-0 {                  
1848                 pins {                           
1849                         pinmux = <STM32_PINMU    
1850                         slew-rate = <0>;         
1851                         drive-push-pull;         
1852                         bias-disable;            
1853                 };                               
1854         };                                       
1855                                                  
1856         /omit-if-no-ref/                         
1857         sai4a_sleep_pins_a: sai4a-sleep-0 {      
1858                 pins {                           
1859                         pinmux = <STM32_PINMU    
1860                 };                               
1861         };                                       
1862                                                  
1863         /omit-if-no-ref/                         
1864         sdmmc1_b4_pins_a: sdmmc1-b4-0 {          
1865                 pins1 {                          
1866                         pinmux = <STM32_PINMU    
1867                                  <STM32_PINMU    
1868                                  <STM32_PINMU    
1869                                  <STM32_PINMU    
1870                                  <STM32_PINMU    
1871                         slew-rate = <1>;         
1872                         drive-push-pull;         
1873                         bias-disable;            
1874                 };                               
1875                 pins2 {                          
1876                         pinmux = <STM32_PINMU    
1877                         slew-rate = <2>;         
1878                         drive-push-pull;         
1879                         bias-disable;            
1880                 };                               
1881         };                                       
1882                                                  
1883         /omit-if-no-ref/                         
1884         sdmmc1_b4_od_pins_a: sdmmc1-b4-od-0 {    
1885                 pins1 {                          
1886                         pinmux = <STM32_PINMU    
1887                                  <STM32_PINMU    
1888                                  <STM32_PINMU    
1889                                  <STM32_PINMU    
1890                         slew-rate = <1>;         
1891                         drive-push-pull;         
1892                         bias-disable;            
1893                 };                               
1894                 pins2 {                          
1895                         pinmux = <STM32_PINMU    
1896                         slew-rate = <2>;         
1897                         drive-push-pull;         
1898                         bias-disable;            
1899                 };                               
1900                 pins3 {                          
1901                         pinmux = <STM32_PINMU    
1902                         slew-rate = <1>;         
1903                         drive-open-drain;        
1904                         bias-disable;            
1905                 };                               
1906         };                                       
1907                                                  
1908         /omit-if-no-ref/                         
1909         sdmmc1_b4_init_pins_a: sdmmc1-b4-init    
1910                 pins1 {                          
1911                         pinmux = <STM32_PINMU    
1912                                  <STM32_PINMU    
1913                                  <STM32_PINMU    
1914                                  <STM32_PINMU    
1915                         slew-rate = <1>;         
1916                         drive-push-pull;         
1917                         bias-disable;            
1918                 };                               
1919         };                                       
1920                                                  
1921         /omit-if-no-ref/                         
1922         sdmmc1_b4_sleep_pins_a: sdmmc1-b4-sle    
1923                 pins {                           
1924                         pinmux = <STM32_PINMU    
1925                                  <STM32_PINMU    
1926                                  <STM32_PINMU    
1927                                  <STM32_PINMU    
1928                                  <STM32_PINMU    
1929                                  <STM32_PINMU    
1930                 };                               
1931         };                                       
1932                                                  
1933         /omit-if-no-ref/                         
1934         sdmmc1_b4_pins_b: sdmmc1-b4-1 {          
1935                 pins1 {                          
1936                         pinmux = <STM32_PINMU    
1937                                  <STM32_PINMU    
1938                                  <STM32_PINMU    
1939                                  <STM32_PINMU    
1940                                  <STM32_PINMU    
1941                         slew-rate = <1>;         
1942                         drive-push-pull;         
1943                         bias-disable;            
1944                 };                               
1945                 pins2 {                          
1946                         pinmux = <STM32_PINMU    
1947                         slew-rate = <2>;         
1948                         drive-push-pull;         
1949                         bias-disable;            
1950                 };                               
1951         };                                       
1952                                                  
1953         /omit-if-no-ref/                         
1954         sdmmc1_b4_od_pins_b: sdmmc1-b4-od-1 {    
1955                 pins1 {                          
1956                         pinmux = <STM32_PINMU    
1957                                  <STM32_PINMU    
1958                                  <STM32_PINMU    
1959                                  <STM32_PINMU    
1960                         slew-rate = <1>;         
1961                         drive-push-pull;         
1962                         bias-disable;            
1963                 };                               
1964                 pins2 {                          
1965                         pinmux = <STM32_PINMU    
1966                         slew-rate = <2>;         
1967                         drive-push-pull;         
1968                         bias-disable;            
1969                 };                               
1970                 pins3 {                          
1971                         pinmux = <STM32_PINMU    
1972                         slew-rate = <1>;         
1973                         drive-open-drain;        
1974                         bias-disable;            
1975                 };                               
1976         };                                       
1977                                                  
1978         /omit-if-no-ref/                         
1979         sdmmc1_b4_sleep_pins_b: sdmmc1-b4-sle    
1980                 pins {                           
1981                         pinmux = <STM32_PINMU    
1982                                  <STM32_PINMU    
1983                                  <STM32_PINMU    
1984                                  <STM32_PINMU    
1985                                  <STM32_PINMU    
1986                                  <STM32_PINMU    
1987                 };                               
1988         };                                       
1989                                                  
1990         /omit-if-no-ref/                         
1991         sdmmc1_dir_pins_a: sdmmc1-dir-0 {        
1992                 pins1 {                          
1993                         pinmux = <STM32_PINMU    
1994                                  <STM32_PINMU    
1995                                  <STM32_PINMU    
1996                         slew-rate = <1>;         
1997                         drive-push-pull;         
1998                         bias-pull-up;            
1999                 };                               
2000                 pins2 {                          
2001                         pinmux = <STM32_PINMU    
2002                         bias-pull-up;            
2003                 };                               
2004         };                                       
2005                                                  
2006         /omit-if-no-ref/                         
2007         sdmmc1_dir_init_pins_a: sdmmc1-dir-in    
2008                 pins1 {                          
2009                         pinmux = <STM32_PINMU    
2010                                  <STM32_PINMU    
2011                                  <STM32_PINMU    
2012                         slew-rate = <1>;         
2013                         drive-push-pull;         
2014                         bias-pull-up;            
2015                 };                               
2016         };                                       
2017                                                  
2018         /omit-if-no-ref/                         
2019         sdmmc1_dir_sleep_pins_a: sdmmc1-dir-s    
2020                 pins {                           
2021                         pinmux = <STM32_PINMU    
2022                                  <STM32_PINMU    
2023                                  <STM32_PINMU    
2024                                  <STM32_PINMU    
2025                 };                               
2026         };                                       
2027                                                  
2028         /omit-if-no-ref/                         
2029         sdmmc1_dir_pins_b: sdmmc1-dir-1 {        
2030                 pins1 {                          
2031                         pinmux = <STM32_PINMU    
2032                                  <STM32_PINMU    
2033                                  <STM32_PINMU    
2034                         slew-rate = <1>;         
2035                         drive-push-pull;         
2036                         bias-pull-up;            
2037                 };                               
2038                 pins2 {                          
2039                         pinmux = <STM32_PINMU    
2040                         bias-pull-up;            
2041                 };                               
2042         };                                       
2043                                                  
2044         /omit-if-no-ref/                         
2045         sdmmc1_dir_sleep_pins_b: sdmmc1-dir-s    
2046                 pins {                           
2047                         pinmux = <STM32_PINMU    
2048                                  <STM32_PINMU    
2049                                  <STM32_PINMU    
2050                                  <STM32_PINMU    
2051                 };                               
2052         };                                       
2053                                                  
2054         /omit-if-no-ref/                         
2055         sdmmc2_b4_pins_a: sdmmc2-b4-0 {          
2056                 pins1 {                          
2057                         pinmux = <STM32_PINMU    
2058                                  <STM32_PINMU    
2059                                  <STM32_PINMU    
2060                                  <STM32_PINMU    
2061                                  <STM32_PINMU    
2062                         slew-rate = <1>;         
2063                         drive-push-pull;         
2064                         bias-pull-up;            
2065                 };                               
2066                 pins2 {                          
2067                         pinmux = <STM32_PINMU    
2068                         slew-rate = <2>;         
2069                         drive-push-pull;         
2070                         bias-pull-up;            
2071                 };                               
2072         };                                       
2073                                                  
2074         /omit-if-no-ref/                         
2075         sdmmc2_b4_od_pins_a: sdmmc2-b4-od-0 {    
2076                 pins1 {                          
2077                         pinmux = <STM32_PINMU    
2078                                  <STM32_PINMU    
2079                                  <STM32_PINMU    
2080                                  <STM32_PINMU    
2081                         slew-rate = <1>;         
2082                         drive-push-pull;         
2083                         bias-pull-up;            
2084                 };                               
2085                 pins2 {                          
2086                         pinmux = <STM32_PINMU    
2087                         slew-rate = <2>;         
2088                         drive-push-pull;         
2089                         bias-pull-up;            
2090                 };                               
2091                 pins3 {                          
2092                         pinmux = <STM32_PINMU    
2093                         slew-rate = <1>;         
2094                         drive-open-drain;        
2095                         bias-pull-up;            
2096                 };                               
2097         };                                       
2098                                                  
2099         /omit-if-no-ref/                         
2100         sdmmc2_b4_sleep_pins_a: sdmmc2-b4-sle    
2101                 pins {                           
2102                         pinmux = <STM32_PINMU    
2103                                  <STM32_PINMU    
2104                                  <STM32_PINMU    
2105                                  <STM32_PINMU    
2106                                  <STM32_PINMU    
2107                                  <STM32_PINMU    
2108                 };                               
2109         };                                       
2110                                                  
2111         /omit-if-no-ref/                         
2112         sdmmc2_b4_pins_b: sdmmc2-b4-1 {          
2113                 pins1 {                          
2114                         pinmux = <STM32_PINMU    
2115                                  <STM32_PINMU    
2116                                  <STM32_PINMU    
2117                                  <STM32_PINMU    
2118                                  <STM32_PINMU    
2119                         slew-rate = <1>;         
2120                         drive-push-pull;         
2121                         bias-disable;            
2122                 };                               
2123                 pins2 {                          
2124                         pinmux = <STM32_PINMU    
2125                         slew-rate = <2>;         
2126                         drive-push-pull;         
2127                         bias-disable;            
2128                 };                               
2129         };                                       
2130                                                  
2131         /omit-if-no-ref/                         
2132         sdmmc2_b4_od_pins_b: sdmmc2-b4-od-1 {    
2133                 pins1 {                          
2134                         pinmux = <STM32_PINMU    
2135                                  <STM32_PINMU    
2136                                  <STM32_PINMU    
2137                                  <STM32_PINMU    
2138                         slew-rate = <1>;         
2139                         drive-push-pull;         
2140                         bias-disable;            
2141                 };                               
2142                 pins2 {                          
2143                         pinmux = <STM32_PINMU    
2144                         slew-rate = <2>;         
2145                         drive-push-pull;         
2146                         bias-disable;            
2147                 };                               
2148                 pins3 {                          
2149                         pinmux = <STM32_PINMU    
2150                         slew-rate = <1>;         
2151                         drive-open-drain;        
2152                         bias-disable;            
2153                 };                               
2154         };                                       
2155                                                  
2156         /omit-if-no-ref/                         
2157         sdmmc2_d47_pins_a: sdmmc2-d47-0 {        
2158                 pins {                           
2159                         pinmux = <STM32_PINMU    
2160                                  <STM32_PINMU    
2161                                  <STM32_PINMU    
2162                                  <STM32_PINMU    
2163                         slew-rate = <1>;         
2164                         drive-push-pull;         
2165                         bias-pull-up;            
2166                 };                               
2167         };                                       
2168                                                  
2169         /omit-if-no-ref/                         
2170         sdmmc2_d47_sleep_pins_a: sdmmc2-d47-s    
2171                 pins {                           
2172                         pinmux = <STM32_PINMU    
2173                                  <STM32_PINMU    
2174                                  <STM32_PINMU    
2175                                  <STM32_PINMU    
2176                 };                               
2177         };                                       
2178                                                  
2179         /omit-if-no-ref/                         
2180         sdmmc2_d47_pins_b: sdmmc2-d47-1 {        
2181                 pins {                           
2182                         pinmux = <STM32_PINMU    
2183                                  <STM32_PINMU    
2184                                  <STM32_PINMU    
2185                                  <STM32_PINMU    
2186                         slew-rate = <1>;         
2187                         drive-push-pull;         
2188                         bias-disable;            
2189                 };                               
2190         };                                       
2191                                                  
2192         /omit-if-no-ref/                         
2193         sdmmc2_d47_sleep_pins_b: sdmmc2-d47-s    
2194                 pins {                           
2195                         pinmux = <STM32_PINMU    
2196                                  <STM32_PINMU    
2197                                  <STM32_PINMU    
2198                                  <STM32_PINMU    
2199                 };                               
2200         };                                       
2201                                                  
2202         /omit-if-no-ref/                         
2203         sdmmc2_d47_pins_c: sdmmc2-d47-2 {        
2204                 pins {                           
2205                         pinmux = <STM32_PINMU    
2206                                  <STM32_PINMU    
2207                                  <STM32_PINMU    
2208                                  <STM32_PINMU    
2209                         slew-rate = <1>;         
2210                         drive-push-pull;         
2211                         bias-pull-up;            
2212                 };                               
2213         };                                       
2214                                                  
2215         /omit-if-no-ref/                         
2216         sdmmc2_d47_sleep_pins_c: sdmmc2-d47-s    
2217                 pins {                           
2218                         pinmux = <STM32_PINMU    
2219                                  <STM32_PINMU    
2220                                  <STM32_PINMU    
2221                                  <STM32_PINMU    
2222                 };                               
2223         };                                       
2224                                                  
2225         /omit-if-no-ref/                         
2226         sdmmc2_d47_pins_d: sdmmc2-d47-3 {        
2227                 pins {                           
2228                         pinmux = <STM32_PINMU    
2229                                  <STM32_PINMU    
2230                                  <STM32_PINMU    
2231                                  <STM32_PINMU    
2232                         slew-rate = <1>;         
2233                         drive-push-pull;         
2234                         bias-pull-up;            
2235                 };                               
2236         };                                       
2237                                                  
2238         /omit-if-no-ref/                         
2239         sdmmc2_d47_sleep_pins_d: sdmmc2-d47-s    
2240                 pins {                           
2241                         pinmux = <STM32_PINMU    
2242                                  <STM32_PINMU    
2243                                  <STM32_PINMU    
2244                                  <STM32_PINMU    
2245                 };                               
2246         };                                       
2247                                                  
2248         /omit-if-no-ref/                         
2249         sdmmc2_d47_pins_e: sdmmc2-d47-4 {        
2250                 pins {                           
2251                         pinmux = <STM32_PINMU    
2252                                  <STM32_PINMU    
2253                                  <STM32_PINMU    
2254                                  <STM32_PINMU    
2255                         slew-rate = <1>;         
2256                         drive-push-pull;         
2257                         bias-pull-up;            
2258                 };                               
2259         };                                       
2260                                                  
2261         /omit-if-no-ref/                         
2262         sdmmc2_d47_sleep_pins_e: sdmmc2-d47-s    
2263                 pins {                           
2264                         pinmux = <STM32_PINMU    
2265                                  <STM32_PINMU    
2266                                  <STM32_PINMU    
2267                                  <STM32_PINMU    
2268                 };                               
2269         };                                       
2270                                                  
2271         /omit-if-no-ref/                         
2272         sdmmc3_b4_pins_a: sdmmc3-b4-0 {          
2273                 pins1 {                          
2274                         pinmux = <STM32_PINMU    
2275                                  <STM32_PINMU    
2276                                  <STM32_PINMU    
2277                                  <STM32_PINMU    
2278                                  <STM32_PINMU    
2279                         slew-rate = <1>;         
2280                         drive-push-pull;         
2281                         bias-pull-up;            
2282                 };                               
2283                 pins2 {                          
2284                         pinmux = <STM32_PINMU    
2285                         slew-rate = <2>;         
2286                         drive-push-pull;         
2287                         bias-pull-up;            
2288                 };                               
2289         };                                       
2290                                                  
2291         /omit-if-no-ref/                         
2292         sdmmc3_b4_od_pins_a: sdmmc3-b4-od-0 {    
2293                 pins1 {                          
2294                         pinmux = <STM32_PINMU    
2295                                  <STM32_PINMU    
2296                                  <STM32_PINMU    
2297                                  <STM32_PINMU    
2298                         slew-rate = <1>;         
2299                         drive-push-pull;         
2300                         bias-pull-up;            
2301                 };                               
2302                 pins2 {                          
2303                         pinmux = <STM32_PINMU    
2304                         slew-rate = <2>;         
2305                         drive-push-pull;         
2306                         bias-pull-up;            
2307                 };                               
2308                 pins3 {                          
2309                         pinmux = <STM32_PINMU    
2310                         slew-rate = <1>;         
2311                         drive-open-drain;        
2312                         bias-pull-up;            
2313                 };                               
2314         };                                       
2315                                                  
2316         /omit-if-no-ref/                         
2317         sdmmc3_b4_sleep_pins_a: sdmmc3-b4-sle    
2318                 pins {                           
2319                         pinmux = <STM32_PINMU    
2320                                  <STM32_PINMU    
2321                                  <STM32_PINMU    
2322                                  <STM32_PINMU    
2323                                  <STM32_PINMU    
2324                                  <STM32_PINMU    
2325                 };                               
2326         };                                       
2327                                                  
2328         /omit-if-no-ref/                         
2329         sdmmc3_b4_pins_b: sdmmc3-b4-1 {          
2330                 pins1 {                          
2331                         pinmux = <STM32_PINMU    
2332                                  <STM32_PINMU    
2333                                  <STM32_PINMU    
2334                                  <STM32_PINMU    
2335                                  <STM32_PINMU    
2336                         slew-rate = <1>;         
2337                         drive-push-pull;         
2338                         bias-pull-up;            
2339                 };                               
2340                 pins2 {                          
2341                         pinmux = <STM32_PINMU    
2342                         slew-rate = <2>;         
2343                         drive-push-pull;         
2344                         bias-pull-up;            
2345                 };                               
2346         };                                       
2347                                                  
2348         /omit-if-no-ref/                         
2349         sdmmc3_b4_od_pins_b: sdmmc3-b4-od-1 {    
2350                 pins1 {                          
2351                         pinmux = <STM32_PINMU    
2352                                  <STM32_PINMU    
2353                                  <STM32_PINMU    
2354                                  <STM32_PINMU    
2355                         slew-rate = <1>;         
2356                         drive-push-pull;         
2357                         bias-pull-up;            
2358                 };                               
2359                 pins2 {                          
2360                         pinmux = <STM32_PINMU    
2361                         slew-rate = <2>;         
2362                         drive-push-pull;         
2363                         bias-pull-up;            
2364                 };                               
2365                 pins3 {                          
2366                         pinmux = <STM32_PINMU    
2367                         slew-rate = <1>;         
2368                         drive-open-drain;        
2369                         bias-pull-up;            
2370                 };                               
2371         };                                       
2372                                                  
2373         /omit-if-no-ref/                         
2374         sdmmc3_b4_sleep_pins_b: sdmmc3-b4-sle    
2375                 pins {                           
2376                         pinmux = <STM32_PINMU    
2377                                  <STM32_PINMU    
2378                                  <STM32_PINMU    
2379                                  <STM32_PINMU    
2380                                  <STM32_PINMU    
2381                                  <STM32_PINMU    
2382                 };                               
2383         };                                       
2384                                                  
2385         /omit-if-no-ref/                         
2386         spdifrx_pins_a: spdifrx-0 {              
2387                 pins {                           
2388                         pinmux = <STM32_PINMU    
2389                         bias-disable;            
2390                 };                               
2391         };                                       
2392                                                  
2393         /omit-if-no-ref/                         
2394         spdifrx_sleep_pins_a: spdifrx-sleep-0    
2395                 pins {                           
2396                         pinmux = <STM32_PINMU    
2397                 };                               
2398         };                                       
2399                                                  
2400         /omit-if-no-ref/                         
2401         spi1_pins_b: spi1-1 {                    
2402                 pins1 {                          
2403                         pinmux = <STM32_PINMU    
2404                                  <STM32_PINMU    
2405                         bias-disable;            
2406                         drive-push-pull;         
2407                         slew-rate = <1>;         
2408                 };                               
2409                                                  
2410                 pins2 {                          
2411                         pinmux = <STM32_PINMU    
2412                         bias-disable;            
2413                 };                               
2414         };                                       
2415                                                  
2416         /omit-if-no-ref/                         
2417         spi2_pins_a: spi2-0 {                    
2418                 pins1 {                          
2419                         pinmux = <STM32_PINMU    
2420                                  <STM32_PINMU    
2421                         bias-disable;            
2422                         drive-push-pull;         
2423                         slew-rate = <1>;         
2424                 };                               
2425                                                  
2426                 pins2 {                          
2427                         pinmux = <STM32_PINMU    
2428                         bias-disable;            
2429                 };                               
2430         };                                       
2431                                                  
2432         /omit-if-no-ref/                         
2433         spi2_pins_b: spi2-1 {                    
2434                 pins1 {                          
2435                         pinmux = <STM32_PINMU    
2436                                  <STM32_PINMU    
2437                         bias-disable;            
2438                         drive-push-pull;         
2439                         slew-rate = <1>;         
2440                 };                               
2441                                                  
2442                 pins2 {                          
2443                         pinmux = <STM32_PINMU    
2444                         bias-disable;            
2445                 };                               
2446         };                                       
2447                                                  
2448         /omit-if-no-ref/                         
2449         spi2_pins_c: spi2-2 {                    
2450                 pins1 {                          
2451                         pinmux = <STM32_PINMU    
2452                                  <STM32_PINMU    
2453                         bias-disable;            
2454                         drive-push-pull;         
2455                 };                               
2456                                                  
2457                 pins2 {                          
2458                         pinmux = <STM32_PINMU    
2459                         bias-pull-down;          
2460                 };                               
2461         };                                       
2462                                                  
2463         /omit-if-no-ref/                         
2464         spi4_pins_a: spi4-0 {                    
2465                 pins {                           
2466                         pinmux = <STM32_PINMU    
2467                                  <STM32_PINMU    
2468                         bias-disable;            
2469                         drive-push-pull;         
2470                         slew-rate = <1>;         
2471                 };                               
2472                 pins2 {                          
2473                         pinmux = <STM32_PINMU    
2474                         bias-disable;            
2475                 };                               
2476         };                                       
2477                                                  
2478         /omit-if-no-ref/                         
2479         spi5_pins_a: spi5-0 {                    
2480                 pins1 {                          
2481                         pinmux = <STM32_PINMU    
2482                                  <STM32_PINMU    
2483                         bias-disable;            
2484                         drive-push-pull;         
2485                         slew-rate = <1>;         
2486                 };                               
2487                                                  
2488                 pins2 {                          
2489                         pinmux = <STM32_PINMU    
2490                         bias-disable;            
2491                 };                               
2492         };                                       
2493                                                  
2494         /omit-if-no-ref/                         
2495         stusb1600_pins_a: stusb1600-0 {          
2496                 pins {                           
2497                         pinmux = <STM32_PINMU    
2498                         bias-pull-up;            
2499                 };                               
2500         };                                       
2501                                                  
2502         /omit-if-no-ref/                         
2503         uart4_pins_a: uart4-0 {                  
2504                 pins1 {                          
2505                         pinmux = <STM32_PINMU    
2506                         bias-disable;            
2507                         drive-push-pull;         
2508                         slew-rate = <0>;         
2509                 };                               
2510                 pins2 {                          
2511                         pinmux = <STM32_PINMU    
2512                         bias-disable;            
2513                 };                               
2514         };                                       
2515                                                  
2516         /omit-if-no-ref/                         
2517         uart4_idle_pins_a: uart4-idle-0 {        
2518                 pins1 {                          
2519                         pinmux = <STM32_PINMU    
2520                 };                               
2521                 pins2 {                          
2522                         pinmux = <STM32_PINMU    
2523                         bias-disable;            
2524                 };                               
2525         };                                       
2526                                                  
2527         /omit-if-no-ref/                         
2528         uart4_sleep_pins_a: uart4-sleep-0 {      
2529                 pins {                           
2530                         pinmux = <STM32_PINMU    
2531                                  <STM32_PINMU    
2532                 };                               
2533         };                                       
2534                                                  
2535         /omit-if-no-ref/                         
2536         uart4_pins_b: uart4-1 {                  
2537                 pins1 {                          
2538                         pinmux = <STM32_PINMU    
2539                         bias-disable;            
2540                         drive-push-pull;         
2541                         slew-rate = <0>;         
2542                 };                               
2543                 pins2 {                          
2544                         pinmux = <STM32_PINMU    
2545                         bias-disable;            
2546                 };                               
2547         };                                       
2548                                                  
2549         /omit-if-no-ref/                         
2550         uart4_pins_c: uart4-2 {                  
2551                 pins1 {                          
2552                         pinmux = <STM32_PINMU    
2553                         bias-disable;            
2554                         drive-push-pull;         
2555                         slew-rate = <0>;         
2556                 };                               
2557                 pins2 {                          
2558                         pinmux = <STM32_PINMU    
2559                         bias-disable;            
2560                 };                               
2561         };                                       
2562                                                  
2563         /omit-if-no-ref/                         
2564         uart4_pins_d: uart4-3 {                  
2565                 pins1 {                          
2566                         pinmux = <STM32_PINMU    
2567                         bias-disable;            
2568                         drive-push-pull;         
2569                         slew-rate = <0>;         
2570                 };                               
2571                 pins2 {                          
2572                         pinmux = <STM32_PINMU    
2573                         bias-disable;            
2574                 };                               
2575         };                                       
2576                                                  
2577         /omit-if-no-ref/                         
2578         uart4_idle_pins_d: uart4-idle-3 {        
2579                 pins1 {                          
2580                         pinmux = <STM32_PINMU    
2581                 };                               
2582                 pins2 {                          
2583                         pinmux = <STM32_PINMU    
2584                         bias-disable;            
2585                 };                               
2586         };                                       
2587                                                  
2588         /omit-if-no-ref/                         
2589         uart4_sleep_pins_d: uart4-sleep-3 {      
2590                 pins {                           
2591                         pinmux = <STM32_PINMU    
2592                                  <STM32_PINMU    
2593                 };                               
2594         };                                       
2595                                                  
2596         /omit-if-no-ref/                         
2597         uart5_pins_a: uart5-0 {                  
2598                 pins1 {                          
2599                         pinmux = <STM32_PINMU    
2600                         bias-disable;            
2601                         drive-push-pull;         
2602                         slew-rate = <0>;         
2603                 };                               
2604                 pins2 {                          
2605                         pinmux = <STM32_PINMU    
2606                         bias-disable;            
2607                 };                               
2608         };                                       
2609                                                  
2610         /omit-if-no-ref/                         
2611         uart7_pins_a: uart7-0 {                  
2612                 pins1 {                          
2613                         pinmux = <STM32_PINMU    
2614                         bias-disable;            
2615                         drive-push-pull;         
2616                         slew-rate = <0>;         
2617                 };                               
2618                 pins2 {                          
2619                         pinmux = <STM32_PINMU    
2620                                  <STM32_PINMU    
2621                                  <STM32_PINMU    
2622                         bias-disable;            
2623                 };                               
2624         };                                       
2625                                                  
2626         /omit-if-no-ref/                         
2627         uart7_pins_b: uart7-1 {                  
2628                 pins1 {                          
2629                         pinmux = <STM32_PINMU    
2630                         bias-disable;            
2631                         drive-push-pull;         
2632                         slew-rate = <0>;         
2633                 };                               
2634                 pins2 {                          
2635                         pinmux = <STM32_PINMU    
2636                         bias-disable;            
2637                 };                               
2638         };                                       
2639                                                  
2640         /omit-if-no-ref/                         
2641         uart7_pins_c: uart7-2 {                  
2642                 pins1 {                          
2643                         pinmux = <STM32_PINMU    
2644                         bias-disable;            
2645                         drive-push-pull;         
2646                         slew-rate = <0>;         
2647                 };                               
2648                 pins2 {                          
2649                         pinmux = <STM32_PINMU    
2650                         bias-pull-up;            
2651                 };                               
2652         };                                       
2653                                                  
2654         /omit-if-no-ref/                         
2655         uart7_idle_pins_c: uart7-idle-2 {        
2656                 pins1 {                          
2657                         pinmux = <STM32_PINMU    
2658                 };                               
2659                 pins2 {                          
2660                         pinmux = <STM32_PINMU    
2661                         bias-pull-up;            
2662                 };                               
2663         };                                       
2664                                                  
2665         /omit-if-no-ref/                         
2666         uart7_sleep_pins_c: uart7-sleep-2 {      
2667                 pins {                           
2668                         pinmux = <STM32_PINMU    
2669                                  <STM32_PINMU    
2670                 };                               
2671         };                                       
2672                                                  
2673         /omit-if-no-ref/                         
2674         uart8_pins_a: uart8-0 {                  
2675                 pins1 {                          
2676                         pinmux = <STM32_PINMU    
2677                         bias-disable;            
2678                         drive-push-pull;         
2679                         slew-rate = <0>;         
2680                 };                               
2681                 pins2 {                          
2682                         pinmux = <STM32_PINMU    
2683                         bias-disable;            
2684                 };                               
2685         };                                       
2686                                                  
2687         /omit-if-no-ref/                         
2688         uart8_rtscts_pins_a: uart8rtscts-0 {     
2689                 pins {                           
2690                         pinmux = <STM32_PINMU    
2691                                  <STM32_PINMU    
2692                         bias-disable;            
2693                 };                               
2694         };                                       
2695                                                  
2696         /omit-if-no-ref/                         
2697         usart1_pins_a: usart1-0 {                
2698                 pins1 {                          
2699                         pinmux = <STM32_PINMU    
2700                         bias-disable;            
2701                         drive-push-pull;         
2702                         slew-rate = <0>;         
2703                 };                               
2704                 pins2 {                          
2705                         pinmux = <STM32_PINMU    
2706                         bias-disable;            
2707                 };                               
2708         };                                       
2709                                                  
2710         /omit-if-no-ref/                         
2711         usart1_idle_pins_a: usart1-idle-0 {      
2712                 pins1 {                          
2713                         pinmux = <STM32_PINMU    
2714                                  <STM32_PINMU    
2715                 };                               
2716         };                                       
2717                                                  
2718         /omit-if-no-ref/                         
2719         usart1_sleep_pins_a: usart1-sleep-0 {    
2720                 pins {                           
2721                         pinmux = <STM32_PINMU    
2722                                  <STM32_PINMU    
2723                 };                               
2724         };                                       
2725                                                  
2726         /omit-if-no-ref/                         
2727         usart2_pins_a: usart2-0 {                
2728                 pins1 {                          
2729                         pinmux = <STM32_PINMU    
2730                                  <STM32_PINMU    
2731                         bias-disable;            
2732                         drive-push-pull;         
2733                         slew-rate = <0>;         
2734                 };                               
2735                 pins2 {                          
2736                         pinmux = <STM32_PINMU    
2737                                  <STM32_PINMU    
2738                         bias-disable;            
2739                 };                               
2740         };                                       
2741                                                  
2742         /omit-if-no-ref/                         
2743         usart2_sleep_pins_a: usart2-sleep-0 {    
2744                 pins {                           
2745                         pinmux = <STM32_PINMU    
2746                                  <STM32_PINMU    
2747                                  <STM32_PINMU    
2748                                  <STM32_PINMU    
2749                 };                               
2750         };                                       
2751                                                  
2752         /omit-if-no-ref/                         
2753         usart2_pins_b: usart2-1 {                
2754                 pins1 {                          
2755                         pinmux = <STM32_PINMU    
2756                                  <STM32_PINMU    
2757                         bias-disable;            
2758                         drive-push-pull;         
2759                         slew-rate = <0>;         
2760                 };                               
2761                 pins2 {                          
2762                         pinmux = <STM32_PINMU    
2763                                  <STM32_PINMU    
2764                         bias-disable;            
2765                 };                               
2766         };                                       
2767                                                  
2768         /omit-if-no-ref/                         
2769         usart2_sleep_pins_b: usart2-sleep-1 {    
2770                 pins {                           
2771                         pinmux = <STM32_PINMU    
2772                                  <STM32_PINMU    
2773                                  <STM32_PINMU    
2774                                  <STM32_PINMU    
2775                 };                               
2776         };                                       
2777                                                  
2778         /omit-if-no-ref/                         
2779         usart2_pins_c: usart2-2 {                
2780                 pins1 {                          
2781                         pinmux = <STM32_PINMU    
2782                                  <STM32_PINMU    
2783                         bias-disable;            
2784                         drive-push-pull;         
2785                         slew-rate = <0>;         
2786                 };                               
2787                 pins2 {                          
2788                         pinmux = <STM32_PINMU    
2789                                  <STM32_PINMU    
2790                         bias-disable;            
2791                 };                               
2792         };                                       
2793                                                  
2794         /omit-if-no-ref/                         
2795         usart2_idle_pins_c: usart2-idle-2 {      
2796                 pins1 {                          
2797                         pinmux = <STM32_PINMU    
2798                                  <STM32_PINMU    
2799                 };                               
2800                 pins2 {                          
2801                         pinmux = <STM32_PINMU    
2802                         bias-disable;            
2803                         drive-push-pull;         
2804                         slew-rate = <0>;         
2805                 };                               
2806                 pins3 {                          
2807                         pinmux = <STM32_PINMU    
2808                         bias-disable;            
2809                 };                               
2810         };                                       
2811                                                  
2812         /omit-if-no-ref/                         
2813         usart2_sleep_pins_c: usart2-sleep-2 {    
2814                 pins {                           
2815                         pinmux = <STM32_PINMU    
2816                                  <STM32_PINMU    
2817                                  <STM32_PINMU    
2818                                  <STM32_PINMU    
2819                 };                               
2820         };                                       
2821                                                  
2822         /omit-if-no-ref/                         
2823         usart3_pins_a: usart3-0 {                
2824                 pins1 {                          
2825                         pinmux = <STM32_PINMU    
2826                         bias-disable;            
2827                         drive-push-pull;         
2828                         slew-rate = <0>;         
2829                 };                               
2830                 pins2 {                          
2831                         pinmux = <STM32_PINMU    
2832                         bias-disable;            
2833                 };                               
2834         };                                       
2835                                                  
2836         /omit-if-no-ref/                         
2837         usart3_idle_pins_a: usart3-idle-0 {      
2838                 pins1 {                          
2839                         pinmux = <STM32_PINMU    
2840                 };                               
2841                 pins2 {                          
2842                         pinmux = <STM32_PINMU    
2843                         bias-disable;            
2844                 };                               
2845         };                                       
2846                                                  
2847         /omit-if-no-ref/                         
2848         usart3_sleep_pins_a: usart3-sleep-0 {    
2849                 pins {                           
2850                         pinmux = <STM32_PINMU    
2851                                  <STM32_PINMU    
2852                 };                               
2853         };                                       
2854                                                  
2855         /omit-if-no-ref/                         
2856         usart3_pins_b: usart3-1 {                
2857                 pins1 {                          
2858                         pinmux = <STM32_PINMU    
2859                                  <STM32_PINMU    
2860                         bias-disable;            
2861                         drive-push-pull;         
2862                         slew-rate = <0>;         
2863                 };                               
2864                 pins2 {                          
2865                         pinmux = <STM32_PINMU    
2866                                  <STM32_PINMU    
2867                         bias-pull-up;            
2868                 };                               
2869         };                                       
2870                                                  
2871         /omit-if-no-ref/                         
2872         usart3_idle_pins_b: usart3-idle-1 {      
2873                 pins1 {                          
2874                         pinmux = <STM32_PINMU    
2875                                  <STM32_PINMU    
2876                 };                               
2877                 pins2 {                          
2878                         pinmux = <STM32_PINMU    
2879                         bias-disable;            
2880                         drive-push-pull;         
2881                         slew-rate = <0>;         
2882                 };                               
2883                 pins3 {                          
2884                         pinmux = <STM32_PINMU    
2885                         bias-pull-up;            
2886                 };                               
2887         };                                       
2888                                                  
2889         /omit-if-no-ref/                         
2890         usart3_sleep_pins_b: usart3-sleep-1 {    
2891                 pins {                           
2892                         pinmux = <STM32_PINMU    
2893                                  <STM32_PINMU    
2894                                  <STM32_PINMU    
2895                                  <STM32_PINMU    
2896                 };                               
2897         };                                       
2898                                                  
2899         /omit-if-no-ref/                         
2900         usart3_pins_c: usart3-2 {                
2901                 pins1 {                          
2902                         pinmux = <STM32_PINMU    
2903                                  <STM32_PINMU    
2904                         bias-disable;            
2905                         drive-push-pull;         
2906                         slew-rate = <0>;         
2907                 };                               
2908                 pins2 {                          
2909                         pinmux = <STM32_PINMU    
2910                                  <STM32_PINMU    
2911                         bias-pull-up;            
2912                 };                               
2913         };                                       
2914                                                  
2915         /omit-if-no-ref/                         
2916         usart3_idle_pins_c: usart3-idle-2 {      
2917                 pins1 {                          
2918                         pinmux = <STM32_PINMU    
2919                                  <STM32_PINMU    
2920                 };                               
2921                 pins2 {                          
2922                         pinmux = <STM32_PINMU    
2923                         bias-disable;            
2924                         drive-push-pull;         
2925                         slew-rate = <0>;         
2926                 };                               
2927                 pins3 {                          
2928                         pinmux = <STM32_PINMU    
2929                         bias-pull-up;            
2930                 };                               
2931         };                                       
2932                                                  
2933         /omit-if-no-ref/                         
2934         usart3_sleep_pins_c: usart3-sleep-2 {    
2935                 pins {                           
2936                         pinmux = <STM32_PINMU    
2937                                  <STM32_PINMU    
2938                                  <STM32_PINMU    
2939                                  <STM32_PINMU    
2940                 };                               
2941         };                                       
2942                                                  
2943         /omit-if-no-ref/                         
2944         usart3_pins_d: usart3-3 {                
2945                 pins1 {                          
2946                         pinmux = <STM32_PINMU    
2947                                  <STM32_PINMU    
2948                         bias-disable;            
2949                         drive-push-pull;         
2950                         slew-rate = <0>;         
2951                 };                               
2952                 pins2 {                          
2953                         pinmux = <STM32_PINMU    
2954                                  <STM32_PINMU    
2955                         bias-disable;            
2956                 };                               
2957         };                                       
2958                                                  
2959         /omit-if-no-ref/                         
2960         usart3_idle_pins_d: usart3-idle-3 {      
2961                 pins1 {                          
2962                         pinmux = <STM32_PINMU    
2963                                  <STM32_PINMU    
2964                                  <STM32_PINMU    
2965                 };                               
2966                 pins2 {                          
2967                         pinmux = <STM32_PINMU    
2968                         bias-disable;            
2969                 };                               
2970         };                                       
2971                                                  
2972         /omit-if-no-ref/                         
2973         usart3_sleep_pins_d: usart3-sleep-3 {    
2974                 pins {                           
2975                         pinmux = <STM32_PINMU    
2976                                  <STM32_PINMU    
2977                                  <STM32_PINMU    
2978                                  <STM32_PINMU    
2979                 };                               
2980         };                                       
2981                                                  
2982         /omit-if-no-ref/                         
2983         usart3_pins_e: usart3-4 {                
2984                 pins1 {                          
2985                         pinmux = <STM32_PINMU    
2986                                  <STM32_PINMU    
2987                         bias-disable;            
2988                         drive-push-pull;         
2989                         slew-rate = <0>;         
2990                 };                               
2991                 pins2 {                          
2992                         pinmux = <STM32_PINMU    
2993                                  <STM32_PINMU    
2994                         bias-pull-up;            
2995                 };                               
2996         };                                       
2997                                                  
2998         /omit-if-no-ref/                         
2999         usart3_idle_pins_e: usart3-idle-4 {      
3000                 pins1 {                          
3001                         pinmux = <STM32_PINMU    
3002                                  <STM32_PINMU    
3003                 };                               
3004                 pins2 {                          
3005                         pinmux = <STM32_PINMU    
3006                         bias-disable;            
3007                         drive-push-pull;         
3008                         slew-rate = <0>;         
3009                 };                               
3010                 pins3 {                          
3011                         pinmux = <STM32_PINMU    
3012                         bias-pull-up;            
3013                 };                               
3014         };                                       
3015                                                  
3016         /omit-if-no-ref/                         
3017         usart3_sleep_pins_e: usart3-sleep-4 {    
3018                 pins {                           
3019                         pinmux = <STM32_PINMU    
3020                                  <STM32_PINMU    
3021                                  <STM32_PINMU    
3022                                  <STM32_PINMU    
3023                 };                               
3024         };                                       
3025                                                  
3026         /omit-if-no-ref/                         
3027         usart3_pins_f: usart3-5 {                
3028                 pins1 {                          
3029                         pinmux = <STM32_PINMU    
3030                                  <STM32_PINMU    
3031                         bias-disable;            
3032                         drive-push-pull;         
3033                         slew-rate = <0>;         
3034                 };                               
3035                 pins2 {                          
3036                         pinmux = <STM32_PINMU    
3037                                  <STM32_PINMU    
3038                         bias-disable;            
3039                 };                               
3040         };                                       
3041                                                  
3042         /omit-if-no-ref/                         
3043         usbotg_hs_pins_a: usbotg-hs-0 {          
3044                 pins {                           
3045                         pinmux = <STM32_PINMU    
3046                 };                               
3047         };                                       
3048                                                  
3049         /omit-if-no-ref/                         
3050         usbotg_fs_dp_dm_pins_a: usbotg-fs-dp-    
3051                 pins {                           
3052                         pinmux = <STM32_PINMU    
3053                                  <STM32_PINMU    
3054                 };                               
3055         };                                       
3056 };                                               
3057                                                  
3058 &pinctrl_z {                                     
3059         /omit-if-no-ref/                         
3060         i2c2_pins_b2: i2c2-0 {                   
3061                 pins {                           
3062                         pinmux = <STM32_PINMU    
3063                         bias-disable;            
3064                         drive-open-drain;        
3065                         slew-rate = <0>;         
3066                 };                               
3067         };                                       
3068                                                  
3069         /omit-if-no-ref/                         
3070         i2c2_sleep_pins_b2: i2c2-sleep-0 {       
3071                 pins {                           
3072                         pinmux = <STM32_PINMU    
3073                 };                               
3074         };                                       
3075                                                  
3076         /omit-if-no-ref/                         
3077         i2c4_pins_a: i2c4-0 {                    
3078                 pins {                           
3079                         pinmux = <STM32_PINMU    
3080                                  <STM32_PINMU    
3081                         bias-disable;            
3082                         drive-open-drain;        
3083                         slew-rate = <0>;         
3084                 };                               
3085         };                                       
3086                                                  
3087         /omit-if-no-ref/                         
3088         i2c4_sleep_pins_a: i2c4-sleep-0 {        
3089                 pins {                           
3090                         pinmux = <STM32_PINMU    
3091                                  <STM32_PINMU    
3092                 };                               
3093         };                                       
3094                                                  
3095         /omit-if-no-ref/                         
3096         i2c6_pins_a: i2c6-0 {                    
3097                 pins {                           
3098                         pinmux = <STM32_PINMU    
3099                                  <STM32_PINMU    
3100                         bias-disable;            
3101                         drive-open-drain;        
3102                         slew-rate = <0>;         
3103                 };                               
3104         };                                       
3105                                                  
3106         /omit-if-no-ref/                         
3107         i2c6_sleep_pins_a: i2c6-sleep-0 {        
3108                 pins {                           
3109                         pinmux = <STM32_PINMU    
3110                                  <STM32_PINMU    
3111                 };                               
3112         };                                       
3113                                                  
3114         /omit-if-no-ref/                         
3115         spi1_pins_a: spi1-0 {                    
3116                 pins1 {                          
3117                         pinmux = <STM32_PINMU    
3118                                  <STM32_PINMU    
3119                         bias-disable;            
3120                         drive-push-pull;         
3121                         slew-rate = <1>;         
3122                 };                               
3123                                                  
3124                 pins2 {                          
3125                         pinmux = <STM32_PINMU    
3126                         bias-disable;            
3127                 };                               
3128         };                                       
3129                                                  
3130         /omit-if-no-ref/                         
3131         spi1_sleep_pins_a: spi1-sleep-0 {        
3132                 pins {                           
3133                         pinmux = <STM32_PINMU    
3134                                  <STM32_PINMU    
3135                                  <STM32_PINMU    
3136                 };                               
3137         };                                       
3138                                                  
3139         /omit-if-no-ref/                         
3140         usart1_pins_b: usart1-1 {                
3141                 pins1 {                          
3142                         pinmux = <STM32_PINMU    
3143                         bias-disable;            
3144                         drive-push-pull;         
3145                         slew-rate = <0>;         
3146                 };                               
3147                 pins2 {                          
3148                         pinmux = <STM32_PINMU    
3149                         bias-disable;            
3150                 };                               
3151         };                                       
3152                                                  
3153         /omit-if-no-ref/                         
3154         usart1_idle_pins_b: usart1-idle-1 {      
3155                 pins1 {                          
3156                         pinmux = <STM32_PINMU    
3157                 };                               
3158                 pins2 {                          
3159                         pinmux = <STM32_PINMU    
3160                         bias-disable;            
3161                 };                               
3162         };                                       
3163                                                  
3164         /omit-if-no-ref/                         
3165         usart1_sleep_pins_b: usart1-sleep-1 {    
3166                 pins {                           
3167                         pinmux = <STM32_PINMU    
3168                                  <STM32_PINMU    
3169                 };                               
3170         };                                       
3171 };                                               
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php