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 14 mspi_device: mspi_device@0 { 15 status = "okay"; 16 compatible = "zephyr,mspi-emul-device"; 17 reg = <0x0>; 18 mspi-max-frequency = <48000000>; 19 }; 20 21}; 22