dts: mspi: Add MSPI emulator bindings

Add the controller and device emulator bindings for MSPI.

Signed-off-by: Swift Tian <swift.tian@ambiq.com>
This commit is contained in:
Swift Tian 2024-04-22 19:03:39 +08:00 committed by Anas Nashif
parent a86bbd3ebf
commit 11c1722fef
2 changed files with 33 additions and 0 deletions

View file

@ -0,0 +1,12 @@
# Copyright (c) 2024, Ambiq Micro Inc. <www.ambiq.com>
# SPDX-License-Identifier: Apache-2.0
description: Zephyr MSPI Emulation controller
compatible: "zephyr,mspi-emul-controller"
include: mspi-controller.yaml
properties:
reg:
required: true

View file

@ -0,0 +1,21 @@
# Copyright (c) 2024, Ambiq Micro Inc. <www.ambiq.com>
# SPDX-License-Identifier: Apache-2.0
description: Zephyr MSPI Emulation Device
compatible: "zephyr,mspi-emul-device"
include: mspi-device.yaml
properties:
reg:
required: true
xip-config:
default: [0, 0, 0, 0]
scramble-config:
default: [0, 0, 0]
ce-break-config:
default: [0, 0]