Skip to content

Commit 29f8187

Browse files
krish2718carlescufi
authored andcommitted
samples: drivers: spi_flash: Add nRF54H20DK support
Verified on nRF54H20DK, useful for testing external flash access. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent f04f8b2 commit 29f8187

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
/*
2+
* Copyright (c) 2024 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&mx25uw63 {
8+
status = "okay";
9+
};
10+
11+
12+
/ {
13+
aliases {
14+
spi-flash0 = &mx25uw63;
15+
};
16+
};

0 commit comments

Comments
 (0)