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:
parent
a86bbd3ebf
commit
11c1722fef
2 changed files with 33 additions and 0 deletions
12
dts/bindings/mspi/zephyr,mspi-emul-controller.yaml
Normal file
12
dts/bindings/mspi/zephyr,mspi-emul-controller.yaml
Normal 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
|
||||
21
dts/bindings/mspi/zephyr,mspi-emul-device.yaml
Normal file
21
dts/bindings/mspi/zephyr,mspi-emul-device.yaml
Normal 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]
|
||||
Loading…
Reference in a new issue