We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 920632f commit 3b00ef4Copy full SHA for 3b00ef4
dts/arm/st/h7rs/stm32h7rs.dtsi
@@ -492,6 +492,28 @@
492
status = "disabled";
493
};
494
495
+ xspi1: spi@52005000 {
496
+ compatible = "st,stm32-xspi";
497
+ reg = <0x52005000 0x1000>;
498
+ interrupts = <105 0>;
499
+ clock-names = "xspix";
500
+ clocks = <&rcc STM32_CLOCK(AHB5, 5U)>;
501
+ #address-cells = <1>;
502
+ #size-cells = <0>;
503
+ status = "disabled";
504
+ };
505
+
506
+ xspi2: spi@5200a000 {
507
508
+ reg = <0x5200a000 0x1000>;
509
+ interrupts = <106 0>;
510
511
+ clocks = <&rcc STM32_CLOCK(AHB5, 12U)>;
512
513
514
515
516
517
iwdg: iwdg1: watchdog@58004800 {
518
compatible = "st,stm32-watchdog";
519
reg = <0x58004800 0x400>;
0 commit comments