Skip to content

Commit 661d20c

Browse files
gautierg-stkartben
authored andcommitted
dts: arm: st: n6: add all u(s)art instances
Add U(S)ART2 to 10 to the device tree. Signed-off-by: Guillaume Gautier <[email protected]>
1 parent 0d4ae12 commit 661d20c

File tree

1 file changed

+81
-0
lines changed

1 file changed

+81
-0
lines changed

dts/arm/st/n6/stm32n6.dtsi

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,87 @@
369369
interrupts = <159 0>;
370370
status = "disabled";
371371
};
372+
373+
usart2: serial@50004400 {
374+
compatible = "st,stm32-usart", "st,stm32-uart";
375+
reg = <0x50004400 0x400>;
376+
clocks = <&rcc STM32_CLOCK(APB1, 17)>;
377+
resets = <&rctl STM32_RESET(APB1L, 17)>;
378+
interrupts = <160 0>;
379+
status = "disabled";
380+
};
381+
382+
usart3: serial@50004800 {
383+
compatible = "st,stm32-usart", "st,stm32-uart";
384+
reg = <0x50004800 0x400>;
385+
clocks = <&rcc STM32_CLOCK(APB1, 18)>;
386+
resets = <&rctl STM32_RESET(APB1L, 18)>;
387+
interrupts = <161 0>;
388+
status = "disabled";
389+
};
390+
391+
uart4: serial@50004c00 {
392+
compatible = "st,stm32-usart", "st,stm32-uart";
393+
reg = <0x50004C00 0x400>;
394+
clocks = <&rcc STM32_CLOCK(APB1, 19)>;
395+
resets = <&rctl STM32_RESET(APB1L, 19)>;
396+
interrupts = <162 0>;
397+
status = "disabled";
398+
};
399+
400+
uart5: serial@50005000 {
401+
compatible = "st,stm32-usart", "st,stm32-uart";
402+
reg = <0x50005000 0x400>;
403+
clocks = <&rcc STM32_CLOCK(APB1, 20)>;
404+
resets = <&rctl STM32_RESET(APB1L, 20)>;
405+
interrupts = <163 0>;
406+
status = "disabled";
407+
};
408+
409+
usart6: serial@52001400 {
410+
compatible = "st,stm32-usart", "st,stm32-uart";
411+
reg = <0x52001400 0x400>;
412+
clocks = <&rcc STM32_CLOCK(APB2, 5)>;
413+
resets = <&rctl STM32_RESET(APB2, 5)>;
414+
interrupts = <164 0>;
415+
status = "disabled";
416+
};
417+
418+
uart7: serial@50007800 {
419+
compatible = "st,stm32-usart", "st,stm32-uart";
420+
reg = <0x50007800 0x400>;
421+
clocks = <&rcc STM32_CLOCK(APB1, 30)>;
422+
resets = <&rctl STM32_RESET(APB1L, 30)>;
423+
interrupts = <165 0>;
424+
status = "disabled";
425+
};
426+
427+
uart8: serial@50007c00 {
428+
compatible = "st,stm32-usart", "st,stm32-uart";
429+
reg = <0x50007C00 0x400>;
430+
clocks = <&rcc STM32_CLOCK(APB1, 31)>;
431+
resets = <&rctl STM32_RESET(APB1L, 31)>;
432+
interrupts = <166 0>;
433+
status = "disabled";
434+
};
435+
436+
uart9: serial@52001800 {
437+
compatible = "st,stm32-usart", "st,stm32-uart";
438+
reg = <0x52001800 0x400>;
439+
clocks = <&rcc STM32_CLOCK(APB2, 6)>;
440+
resets = <&rctl STM32_RESET(APB2, 6)>;
441+
interrupts = <167 0>;
442+
status = "disabled";
443+
};
444+
445+
usart10: serial@52001c00 {
446+
compatible = "st,stm32-usart", "st,stm32-uart";
447+
reg = <0x52001C00 0x400>;
448+
clocks = <&rcc STM32_CLOCK(APB2, 7)>;
449+
resets = <&rctl STM32_RESET(APB2, 7)>;
450+
interrupts = <168 0>;
451+
status = "disabled";
452+
};
372453
};
373454
};
374455

0 commit comments

Comments
 (0)