Skip to content

Commit fa86c51

Browse files
ananglMaureenHelm
authored andcommitted
dts: nordic: nrf54h20: Fix exmif node definition
Remove the "snps,designware-spi" compatible from the EXMIF node in nRF54H20i, as the spi_dw driver cannot be used for this peripheral without Nordic-specific modifications that are not present upstream. An attempt to do so (just setting CONFIG_SPI=y will cause that, as the driver initialization function will be executed then) results in a bus fault. Signed-off-by: Andrzej Głąbek <[email protected]>
1 parent 5e7d74b commit fa86c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/common/nordic/nrf54h20.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@
346346
};
347347

348348
exmif: spi@95000 {
349-
compatible = "nordic,nrf-exmif", "snps,designware-spi";
349+
compatible = "nordic,nrf-exmif";
350350
#address-cells = <1>;
351351
#size-cells = <0>;
352352
reg = <0x95000 0x500 0x95500 0xb00>;

0 commit comments

Comments
 (0)