Skip to content

Commit 9ef3534

Browse files
committed
dts: arm: stm32n6: Add i3c nodes
Provide I3C nodes for stm32n6 series. Signed-off-by: Erwan Gouriou <[email protected]>
1 parent ca68c77 commit 9ef3534

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

dts/arm/st/n6/stm32n6.dtsi

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,32 @@
635635
status = "disabled";
636636
};
637637

638+
i3c1: i3c@50006000 {
639+
compatible = "st,stm32-i3c";
640+
reg = <0x50006000 0x400>;
641+
interrupts = <108 0>, <109 0>;
642+
interrupt-names = "event", "error";
643+
#address-cells = <3>;
644+
#size-cells = <0>;
645+
clocks = <&rcc STM32_CLOCK(APB1, 24)>;
646+
resets = <&rctl STM32_RESET(APB1L, 24U)>;
647+
zephyr,pm-device-runtime-auto;
648+
status = "disabled";
649+
};
650+
651+
i3c2: i3c@50006400 {
652+
compatible = "st,stm32-i3c";
653+
reg = <0x50006400 0x400>;
654+
interrupts = <110 0>, <111 0>;
655+
interrupt-names = "event", "error";
656+
#address-cells = <3>;
657+
#size-cells = <0>;
658+
clocks = <&rcc STM32_CLOCK(APB1, 25)>;
659+
resets = <&rctl STM32_RESET(APB1L, 25U)>;
660+
zephyr,pm-device-runtime-auto;
661+
status = "disabled";
662+
};
663+
638664
spi1: spi@52003000 {
639665
compatible = "st,stm32h7-spi", "st,stm32-spi-fifo", "st,stm32-spi";
640666
#address-cells = <1>;

0 commit comments

Comments
 (0)