Skip to content

Commit 6a1e485

Browse files
aviscontikartben
authored andcommitted
boards: stm32: Add spi1 to nucleo_h503rb
Added spi1 configuration to Nucleo H503RB. Signed-off-by: Armando Visconti <armando.visconti@st.com>
1 parent 3d55a9d commit 6a1e485

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

boards/st/nucleo_h503rb/nucleo_h503rb.dts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,13 @@
100100
status = "okay";
101101
};
102102

103+
&spi1 {
104+
pinctrl-0 = <&spi1_sck_pa5 &spi1_miso_pa6 &spi1_mosi_pa7>;
105+
pinctrl-names = "default";
106+
cs-gpios = <&gpioc 9 GPIO_ACTIVE_LOW>;
107+
status = "okay";
108+
};
109+
103110
&rng {
104111
status = "okay";
105112
};

0 commit comments

Comments
 (0)