Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c876ea7

Browse files
committedJun 18, 2025·
dts: arm: xilinx: zynqmp: mark flash0 node as disabled
Currently ZynqMP board setups do not appear to be using the flash0 node which is used for running in XIP mode from QSPI flash storage. Mark this node as disabled to avoid tripping up the drivers.flash.common.disable_spi_nor tests, which would otherwise try to build with FLASH enabled and SPI_NOR disabled. Signed-off-by: Robert Hancock <[email protected]>
1 parent 950f110 commit c876ea7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎dts/arm/xilinx/zynqmp.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
flash0: flash@c0000000 {
1919
compatible = "soc-nv-flash";
2020
reg = <0xc0000000 DT_SIZE_M(32)>;
21+
status = "disabled";
2122
};
2223

2324
sram0: memory@0 {

0 commit comments

Comments
 (0)
Please sign in to comment.