samples: tests: dts: mspi: update ambiq specific MSPI dts

Updated apollo3p_evb overlay files for MSPI peripheral devices.

Signed-off-by: Swift Tian <swift-tian@qq.com>
This commit is contained in:
Swift Tian 2024-06-16 13:19:41 +08:00 committed by Anas Nashif
parent 0a2824c69c
commit beef60df65
5 changed files with 7 additions and 5 deletions

View file

@ -3,6 +3,8 @@
description: Ambiq MSPI device
compatible: "ambiq,mspi-device"
include: [mspi-device.yaml, "jedec,jesd216.yaml"]
properties:

View file

@ -33,7 +33,7 @@
cmdq-buffer-size = <256>;
aps6404l: aps6404l@0 {
compatible = "mspi-aps6404l";
compatible = "ambiq,mspi-device", "mspi-aps6404l";
size = <DT_SIZE_M(64)>;
reg = <0>;
status = "okay";

View file

@ -33,7 +33,7 @@
cmdq-buffer-size = <256>;
aps6404l: aps6404l@0 {
compatible = "mspi-aps6404l";
compatible = "ambiq,mspi-device", "mspi-aps6404l";
size = <DT_SIZE_M(64)>;
reg = <0>;
status = "okay";

View file

@ -34,7 +34,7 @@
cmdq-buffer-size = <256>;
aps6404l: aps6404l@0 {
compatible = "mspi-aps6404l";
compatible = "ambiq,mspi-device", "mspi-aps6404l";
size = <DT_SIZE_M(64)>;
reg = <0>;
status = "disabled";
@ -55,7 +55,7 @@
};
atxp032: atxp032@1 {
compatible = "mspi-atxp032";
compatible = "ambiq,mspi-device", "mspi-atxp032";
size = <DT_SIZE_M(32)>;
reg = <1>;
status = "okay";

View file

@ -28,7 +28,7 @@
cmdq-buffer-size = <256>;
atxp032: atxp032@0 {
compatible = "mspi-atxp032";
compatible = "ambiq,mspi-device", "mspi-atxp032";
size = <DT_SIZE_M(32)>;
reg = <0>;
status = "okay";