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:
Sreeram Tatapudi 2024-05-30 21:50:35 -07:00 committed by Henrik Brix Andersen
commit 32ef6bfd7e
2 changed files with 1 additions and 9 deletions

View file

@ -71,8 +71,7 @@ uart2: &scb2 {
status = "okay";
};
&flash_controller {
/ {
flash0: flash@60000000 {
compatible = "soc-nv-flash";
reg = <0x60000000 DT_SIZE_K(512)>;