Home
last modified time | relevance | path

Searched +full:mspi +full:- +full:atxp032 (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/dts/bindings/mtd/
Dmspi-atxp032.yaml2 # SPDX-License-Identifier: Apache-2.0
4 description: NOR Flash devices ATXP032 on MSPI bus
6 compatible: "mspi-atxp032"
8 include: [mspi-device.yaml, "jedec,jesd216.yaml"]
/Zephyr-latest/tests/drivers/mspi/flash/boards/
Dapollo3p_evb.overlay3 * SPDX-License-Identifier: Apache-2.0
18 compatible = "ambiq,mspi-controller";
19 pinctrl-0 = <&mspi1_default>;
20 pinctrl-1 = <&mspi1_sleep>;
21 pinctrl-2 = <&mspi1_flash>;
22 pinctrl-names = "default","sleep","flash";
25 ce-gpios = <&gpio32_63 18 GPIO_ACTIVE_LOW>;
27 cmdq-buffer-location = ".mspi_buff";
28 cmdq-buffer-size = <256>;
30 atxp032: atxp032@0 {
[all …]
/Zephyr-latest/samples/drivers/mspi/mspi_flash/boards/
Dapollo3p_evb.overlay4 * SPDX-License-Identifier: Apache-2.0
9 flash0 = &atxp032;
23 pinctrl-0 = <&mspi1_default>;
24 pinctrl-1 = <&mspi1_sleep>;
25 pinctrl-2 = <&mspi1_psram>;
26 pinctrl-3 = <&mspi1_flash>;
27 pinctrl-names = "default","sleep","psram","flash";
30 ce-gpios = <&gpio64_95 5 GPIO_ACTIVE_LOW>,
33 cmdq-buffer-location = ".mspi_buff";
34 cmdq-buffer-size = <256>;
[all …]
/Zephyr-latest/drivers/flash/
DKconfig.mspi2 # SPDX-License-Identifier: Apache-2.0
4 menu "MSPI flash device driver"
9 select MSPI
11 MSPI flash drivers are enabled.
14 bool "MSPI flash device emulator"
22 bool "MSPI ATXP032 driver"
/Zephyr-latest/tests/drivers/mspi/flash/
Dtestcase.yaml2 # SPDX-License-Identifier: Apache-2.0
5 drivers.mspi.flash:
7 - drivers
8 - mspi
9 - flash
10 filter: dt_compat_enabled("zephyr,mspi-emul-flash") or
11 dt_compat_enabled("mspi-atxp032")
14 - native_sim
15 - apollo3p_evb
17 - native_sim
[all …]
/Zephyr-latest/samples/drivers/mspi/mspi_flash/
Dsample.yaml2 name: MSPI Flash Sample
4 sample.drivers.mspi.flash:
6 - mspi
7 - flash
8 filter: dt_compat_enabled("jedec,spi-nor") or dt_compat_enabled("mspi-atxp032")
10 - hifive_unmatched/fu740/s7
11 - hifive_unmatched/fu740/u74
17 - "Test 1: Flash erase"
18 - "Flash erase succeeded!"
19 - "Test 2: Flash write"
[all …]
DREADME.rst1 .. zephyr:code-sample:: mspi-flash
2 :name: JEDEC MSPI-NOR flash
3 :relevant-api: flash_interface
5 Use the flash API to interact with a MSPI NOR serial flash memory device.
10 This sample demonstrates using the :ref:`flash API <flash_api>` on a MSPI NOR serial flash
18 The application will build only for a target that has a :ref:`devicetree <dt-guide>`
21 * :dtcompatible:`ambiq,mspi-device`, :dtcompatible:`mspi-atxp032`
23 .. zephyr-app-commands::
24 :zephyr-app: samples/drivers/mspi/mspi_flash
32 .. code-block:: console
[all …]
/Zephyr-latest/doc/releases/
Drelease-notes-3.7.rst10 This release is the last non-maintenance 3.x release and, as such, will be the next
18 * A long-awaited :ref:`HTTP Server <http_server_interface>` library, and associated service API,
21 * :ref:`POSIX support <posix_support>` has been extended, with most Options of the IEEE 1003-2017
25 * Bluetooth Host has been extended with support for the Nordic UART Service (NUS), Hands-free Audio
29 :ref:`read-then-decode approach <sensor-read-and-decode>` that enables more types of sensors and
35 * Trusted Firmware-M (TF-M) 2.1.0 and Mbed TLS 3.6.0 have been integrated into Zephyr.
39 1588) allows to synchronize time across devices with sub-microsecond accuracy.
52 * 1-Wire
71 :ref:`pinctrl-guide` for more details.
88 * CVE-2024-3077 `Zephyr project bug tracker GHSA-gmfv-4vfh-2mh8
[all …]