Skip to content

Commit 230c86d

Browse files
erwangostephanosio
authored andcommitted
boards: stm32n6: Clean up clocks props for xspi controllers
These props are providing default clock configuration. Not required at boards level, clean them up. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
1 parent fec56d3 commit 230c86d

2 files changed

Lines changed: 0 additions & 9 deletions

File tree

boards/st/nucleo_n657x0_q/nucleo_n657x0_q_common.dtsi

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,9 +283,6 @@ zephyr_udc0: &usbotg_hs1 {
283283
&xspim_p2_io3_pn5 &xspim_p2_io4_pn8 &xspim_p2_io5_pn9
284284
&xspim_p2_io6_pn10 &xspim_p2_io7_pn11>;
285285
pinctrl-names = "default";
286-
clocks = <&rcc STM32_CLOCK(AHB5, 12)>,
287-
<&rcc STM32_SRC_HCLK5 XSPI2_SEL(0)>,
288-
<&rcc STM32_CLOCK(AHB5, 13)>;
289286
status = "okay";
290287

291288
mx25um51245g: ospi-nor-flash@0 {

boards/st/stm32n6570_dk/stm32n6570_dk_common.dtsi

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -375,9 +375,6 @@ zephyr_udc0: &usbotg_hs1 {
375375
&xspim_p1_io12_pp12 &xspim_p1_io13_pp13 &xspim_p1_io14_pp14
376376
&xspim_p1_io15_pp15>;
377377
pinctrl-names = "default";
378-
clocks = <&rcc STM32_CLOCK(AHB5, 5)>,
379-
<&rcc STM32_SRC_HCLK5 XSPI1_SEL(0)>,
380-
<&rcc STM32_CLOCK(AHB5, 13)>;
381378
status = "okay";
382379

383380
memc: aps256xxn_obr: memory@0 {
@@ -402,9 +399,6 @@ zephyr_udc0: &usbotg_hs1 {
402399
&xspim_p2_io3_pn5 &xspim_p2_io4_pn8 &xspim_p2_io5_pn9
403400
&xspim_p2_io6_pn10 &xspim_p2_io7_pn11>;
404401
pinctrl-names = "default";
405-
clocks = <&rcc STM32_CLOCK(AHB5, 12)>,
406-
<&rcc STM32_SRC_HCLK5 XSPI2_SEL(0)>,
407-
<&rcc STM32_CLOCK(AHB5, 13)>;
408402
status = "okay";
409403

410404
mx66uw1g45g: ospi-nor-flash@0 {

0 commit comments

Comments
 (0)