1/*
2 * Copyright (C) 2023 Intel Corporation
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
6/* The overlay file should be used to enable any
7 * dts nodes required by this application for this
8 * board.
9 */
10
11/ {
12	aliases {
13		nand = &nand;
14	};
15};
16
17&nand {
18	status = "okay";
19};
20