File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,8 @@ The Zephyr ``imx95_evk/mimx9596/m7`` board target supports the following hardwar
92
92
+-----------+------------+-------------------------------------+
93
93
| TPM | on-chip | tpm |
94
94
+-----------+------------+-------------------------------------+
95
+ | SPI | on-chip | spi |
96
+ +-----------+------------+-------------------------------------+
95
97
96
98
The Zephyr ``imx95_evk/mimx9596/a55 `` and ``imx95_evk/mimx9596/a55/smp `` board targets support
97
99
the following hardware features:
@@ -133,6 +135,12 @@ oscilloscope.
133
135
Channel 2 signal routed to resistance R881.
134
136
Channel 3 signal routed to resistance R882.
135
137
138
+ SPI
139
+ ---
140
+
141
+ The EVK board need to be reworked to solder R1217/R1218/R1219/R1220 with 0R resistances.
142
+ SPI1 on J35 is enabled for M7.
143
+
136
144
137
145
Programming and Debugging (A55)
138
146
*******************************
Original file line number Diff line number Diff line change 35
35
status = "okay";
36
36
};
37
37
38
+ &lpspi1 {
39
+ pinctrl-0 = <&lpspi1_default>;
40
+ pinctrl-names = "default";
41
+ status = "okay";
42
+ };
43
+
38
44
&lpuart3 {
39
45
status = "okay";
40
46
current-speed = <115200>;
Original file line number Diff line number Diff line change @@ -17,4 +17,5 @@ supported:
17
17
- uart
18
18
- i2c
19
19
- pwm
20
+ - spi
20
21
vendor : nxp
You can’t perform that action at this time.
0 commit comments