Skip to content

Commit 67d851f

Browse files
decsnycarlescufi
authored andcommitted
boards: mimxrt101X_evk: Add flash chosen node
RT series now uses flash chosen node, add to RT101X boards Signed-off-by: Declan Snyder <[email protected]>
1 parent 28d0789 commit 67d851f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

boards/arm/mimxrt1010_evk/mimxrt1010_evk.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
zephyr,itcm = &itcm;
2424
zephyr,console = &lpuart1;
2525
zephyr,shell-uart = &lpuart1;
26+
zephyr,flash = &at25sf128a;
2627
};
2728

2829
leds {

boards/arm/mimxrt1015_evk/mimxrt1015_evk.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
zephyr,itcm = &itcm;
2424
zephyr,console = &lpuart1;
2525
zephyr,shell-uart = &lpuart1;
26+
zephyr,flash = &at25sf128a;
2627
};
2728

2829
leds {

0 commit comments

Comments
 (0)