Skip to content

Commit 05191ec

Browse files
MaureenHelmhenrikbrixandersen
authored andcommitted
boards: adi: apard32690: Configure arduino spi pins
Configures pins for the SPI instance attached to the Arduino connector to enable using this board with the eval_adxl372_ardz shield. Signed-off-by: Maureen Helm <[email protected]>
1 parent 49a3f84 commit 05191ec

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

boards/adi/apard32690/apard32690_max32690_m4.dts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,22 @@ arduino_serial: &uart1 {
133133
current-speed = <115200>;
134134
};
135135

136+
&spi1a_miso_p1_28 {
137+
power-source = <MAX32_VSEL_VDDIOH>;
138+
};
139+
140+
&spi1a_mosi_p1_29 {
141+
power-source = <MAX32_VSEL_VDDIOH>;
142+
};
143+
144+
&spi1a_sck_p1_26 {
145+
power-source = <MAX32_VSEL_VDDIOH>;
146+
};
147+
148+
&spi1a_ss0_p1_23 {
149+
power-source = <MAX32_VSEL_VDDIOH>;
150+
};
151+
136152
arduino_spi: &spi1 {
137153
pinctrl-0 = <&spi1a_miso_p1_28 &spi1a_mosi_p1_29 &spi1a_sck_p1_26
138154
&spi1a_ss0_p1_23>;

0 commit comments

Comments
 (0)