Skip to content

Commit beef60d

Browse files
swift-tknashif
authored andcommitted
samples: tests: dts: mspi: update ambiq specific MSPI dts
Updated apollo3p_evb overlay files for MSPI peripheral devices. Signed-off-by: Swift Tian <[email protected]>
1 parent 0a2824c commit beef60d

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

dts/bindings/mspi/ambiq,mspi-device.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
description: Ambiq MSPI device
55

6+
compatible: "ambiq,mspi-device"
7+
68
include: [mspi-device.yaml, "jedec,jesd216.yaml"]
79

810
properties:

samples/drivers/memc/boards/apollo3p_evb.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
cmdq-buffer-size = <256>;
3434

3535
aps6404l: aps6404l@0 {
36-
compatible = "mspi-aps6404l";
36+
compatible = "ambiq,mspi-device", "mspi-aps6404l";
3737
size = <DT_SIZE_M(64)>;
3838
reg = <0>;
3939
status = "okay";

samples/drivers/mspi/mspi_async/boards/apollo3p_evb.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
cmdq-buffer-size = <256>;
3434

3535
aps6404l: aps6404l@0 {
36-
compatible = "mspi-aps6404l";
36+
compatible = "ambiq,mspi-device", "mspi-aps6404l";
3737
size = <DT_SIZE_M(64)>;
3838
reg = <0>;
3939
status = "okay";

samples/drivers/mspi/mspi_flash/boards/apollo3p_evb.overlay

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
cmdq-buffer-size = <256>;
3535

3636
aps6404l: aps6404l@0 {
37-
compatible = "mspi-aps6404l";
37+
compatible = "ambiq,mspi-device", "mspi-aps6404l";
3838
size = <DT_SIZE_M(64)>;
3939
reg = <0>;
4040
status = "disabled";
@@ -55,7 +55,7 @@
5555
};
5656

5757
atxp032: atxp032@1 {
58-
compatible = "mspi-atxp032";
58+
compatible = "ambiq,mspi-device", "mspi-atxp032";
5959
size = <DT_SIZE_M(32)>;
6060
reg = <1>;
6161
status = "okay";

tests/drivers/mspi/flash/boards/apollo3p_evb.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
cmdq-buffer-size = <256>;
2929

3030
atxp032: atxp032@0 {
31-
compatible = "mspi-atxp032";
31+
compatible = "ambiq,mspi-device", "mspi-atxp032";
3232
size = <DT_SIZE_M(32)>;
3333
reg = <0>;
3434
status = "okay";

0 commit comments

Comments
 (0)