samples: modules: can openmode runs on stm32h573i_dk

Add an overlay to avoid running the samples/modules/canopennode
on the external octo NOR flash of the stm32h573i disco kit.

Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
Francois Ramu 2023-04-17 12:44:37 +02:00 committed by Carles Cufí
parent 0cd7fa31d3
commit 6c732185af

View file

@ -0,0 +1,10 @@
/*
* Copyright (c) 2023 STMicroelectronics
*
* SPDX-License-Identifier: Apache-2.0
*/
/* do not use the NOR octoflash for nvs can storage */
&mx25lm51245 {
status = "disabled";
};