boards: infineon: cyw20829m2evk_02: Remove the incorrect flash node
Delete the incorrect node declaration for flash-controller Fixes https://github.com/zephyrproject-rtos/zephyr/issues/73525 Signed-off-by: Sreeram Tatapudi <sreeram.praveen@infineon.com>
This commit is contained in:
parent
85b60fcc12
commit
32ef6bfd7e
2 changed files with 1 additions and 9 deletions
|
@ -71,8 +71,7 @@ uart2: &scb2 {
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&flash_controller {
|
||||
|
||||
/ {
|
||||
flash0: flash@60000000 {
|
||||
compatible = "soc-nv-flash";
|
||||
reg = <0x60000000 DT_SIZE_K(512)>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue