/* * Copyright (c) 2024 Ambiq Micro Inc. * * SPDX-License-Identifier: Apache-2.0 */ / { aliases { mspi0 = &mspi0; }; }; &mspi0 { mspi_device: mspi_device@0 { status = "okay"; compatible = "zephyr,mspi-emul-device"; reg = <0x0>; mspi-max-frequency = <48000000>; }; };