1/*
2 * Copyright (c) 2024 Ambiq Micro Inc. <www.ambiq.com>
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6/ {
7	aliases {
8		mspi0 = &mspi0;
9	};
10};
11
12&mspi0 {
13	mspi_device: mspi_device@0 {
14		status = "okay";
15		compatible = "zephyr,mspi-emul-device";
16		reg = <0x0>;
17		mspi-max-frequency = <48000000>;
18	};
19};
20