Skip to content

Commit 3b00ef4

Browse files
committed
dts: arm: st: h7rs: add xspi controllers
Add devicetree nodes for the two xspi controllers on the stm32h7rs series Signed-off-by: Titouan Christophe <titouan.christophe@mind.be>
1 parent 920632f commit 3b00ef4

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

dts/arm/st/h7rs/stm32h7rs.dtsi

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,28 @@
492492
status = "disabled";
493493
};
494494

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+
compatible = "st,stm32-xspi";
508+
reg = <0x5200a000 0x1000>;
509+
interrupts = <106 0>;
510+
clock-names = "xspix";
511+
clocks = <&rcc STM32_CLOCK(AHB5, 12U)>;
512+
#address-cells = <1>;
513+
#size-cells = <0>;
514+
status = "disabled";
515+
};
516+
495517
iwdg: iwdg1: watchdog@58004800 {
496518
compatible = "st,stm32-watchdog";
497519
reg = <0x58004800 0x400>;

0 commit comments

Comments
 (0)