Skip to content

Commit

Permalink
samples: drivers: mspi: Update readme doc
Browse files Browse the repository at this point in the history
Update mspi samples readme to match with code and release doc.

Signed-off-by: Swift Tian <swift.tian@ambiq.com>
  • Loading branch information
swift-tk authored and aescolar committed Jul 18, 2024
1 parent 86da7c3 commit 45d39f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/drivers/mspi/mspi_async/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Building and Running
The application will build only for a target that has a :ref:`devicetree <dt-guide>`
``dev0`` alias that refers to an entry with the following bindings as a compatible:

* :dtcompatible:`ambiq,mspi-device`
* :dtcompatible:`ambiq,mspi-device`, `mspi-aps6404l`

.. zephyr-app-commands::
:zephyr-app: samples/drivers/mspi/mspi_async
Expand Down
4 changes: 2 additions & 2 deletions samples/drivers/mspi/mspi_flash/README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. zephyr:code-sample:: mspi-nor
.. zephyr:code-sample:: mspi-flash
:name: JEDEC MSPI-NOR flash
:relevant-api: flash_interface

Expand All @@ -18,7 +18,7 @@ Building and Running
The application will build only for a target that has a :ref:`devicetree <dt-guide>`
``flash0`` alias that refers to an entry with the following bindings as a compatible:

* :dtcompatible:`jedec,spi-nor`, `ambiq,mspi-device`
* :dtcompatible:`ambiq,mspi-device`, `mspi-atxp032`

.. zephyr-app-commands::
:zephyr-app: samples/drivers/mspi/mspi_flash
Expand Down

0 comments on commit 45d39f3

Please sign in to comment.