1# Copyright (c) 2024, Ambiq Micro Inc. <www.ambiq.com>
2# SPDX-License-Identifier: Apache-2.0
3
4description: Zephyr MSPI Emulation Device
5
6compatible: "zephyr,mspi-emul-device"
7
8include: mspi-device.yaml
9
10properties:
11  reg:
12    required: true
13
14  xip-config:
15    default: [0, 0, 0, 0]
16
17  scramble-config:
18    default: [0, 0, 0]
19
20  ce-break-config:
21    default: [0, 0]
22