File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
2
* Copyright (c) 2023 PSICONTROL nv
3
3
* Copyright (c) 2025 Harris Tomy
4
+ * Copyright (c) 2025 STMicroelectronics
4
5
*
5
6
* SPDX-License-Identifier: Apache-2.0
6
7
*/
7
8
8
9
#include <st/u5/stm32u595.dtsi>
10
+ #include <zephyr/dt-bindings/memory-attr/memory-attr.h>
11
+ #include <zephyr/dt-bindings/memory-attr/memory-attr-arm.h>
12
+ #include <zephyr/dt-bindings/flash_controller/xspi.h>
13
+ #include <mem.h>
9
14
10
15
/ {
11
16
soc {
20
25
resets = <&rctl STM32_RESET(APB2, 26)>;
21
26
status = "disabled";
22
27
};
28
+
29
+ xspi1: spi@420d3400 {
30
+ compatible = "st,stm32-xspi";
31
+ reg = <0x420d3400 0x400>,
32
+ <0xa0000000 DT_SIZE_M(256)>;
33
+ interrupts = <131 0>;
34
+ clock-names = "xspix", "xspi-ker";
35
+ clocks = <&rcc STM32_CLOCK(AHB2_2, 12)>,
36
+ <&rcc STM32_SRC_SYSCLK HSPI_SEL(0)>;
37
+ #address-cells = <1>;
38
+ #size-cells = <0>;
39
+ status = "disabled";
40
+ };
23
41
};
24
42
};
You can’t perform that action at this time.
0 commit comments