doc: nxp: nw612: clarify documentation

NW612 is the firmware name, IW612 is the chipset name.

Signed-off-by: Derek Snell <derek.snell@nxp.com>
This commit is contained in:
Derek Snell 2025-01-20 19:17:50 -05:00 committed by Benjamin Cabé
parent 8bcaf732ee
commit 1d441c239e
4 changed files with 95 additions and 93 deletions

View file

@ -89,36 +89,37 @@ NXP prioritizes enabling the superset board with NXP's Full Platform Support for
Zephyr. Therefore, the mimxrt1064_evk board may have additional features Zephyr. Therefore, the mimxrt1064_evk board may have additional features
already supported, which can also be re-used on this mimxrt1040_evk board: already supported, which can also be re-used on this mimxrt1040_evk board:
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------------------+
| Interface | Controller | Driver/Component | | Interface | Controller | Driver/Component |
+===========+============+=====================================+ +===========+============+=================================================+
| NVIC | on-chip | nested vector interrupt controller | | NVIC | on-chip | nested vector interrupt controller |
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------------------+
| SYSTICK | on-chip | systick | | SYSTICK | on-chip | systick |
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------------------+
| GPIO | on-chip | gpio | | GPIO | on-chip | gpio |
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------------------+
| UART | on-chip | serial port-polling; | | UART | on-chip | serial port-polling; |
| | | serial port-interrupt | | | | serial port-interrupt |
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------------------+
| PWM | on-chip | pwm | | PWM | on-chip | pwm |
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------------------+
| ADC | on-chip | adc | | ADC | on-chip | adc |
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------------------+
| SPI | on-chip | spi | | SPI | on-chip | spi |
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------------------+
| DMA | on-chip | dma | | DMA | on-chip | dma |
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------------------+
| I2C | on-chip | i2c | | I2C | on-chip | i2c |
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------------------+
| GPT | on-chip | gpt | | GPT | on-chip | gpt |
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------------------+
| DISPLAY | on-chip | eLCDIF. Tested with | | DISPLAY | on-chip | eLCDIF. Tested with |
| | | :ref:`rk043fn02h_ct`, and | | | | :ref:`rk043fn02h_ct`, and |
| | | :ref:`rk043fn66hs_ctg` shields | | | | :ref:`rk043fn66hs_ctg` shields |
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------------------+
| UART | NXP NW61x | M.2 WIFI/BT module | | UART | NXP IW61x | M.2 WIFI/BT module |
+-----------+------------+-------------------------------------+ | | | (select :kconfig:option:`CONFIG_BT_NXP_NW612`) |
+-----------+------------+-------------------------------------------------+
The default configuration can be found in The default configuration can be found in
:zephyr_file:`boards/nxp/mimxrt1040_evk/mimxrt1040_evk_defconfig` :zephyr_file:`boards/nxp/mimxrt1040_evk/mimxrt1040_evk_defconfig`

View file

@ -107,67 +107,68 @@ this board with new support for Zephyr features. Note that this table
covers two boards: the RT1170 EVK (``mimxrt1170_evk//cm7/cm4``), and covers two boards: the RT1170 EVK (``mimxrt1170_evk//cm7/cm4``), and
RT1170 EVKB (``mimxrt1170_evk@B//cm7/cm4``) RT1170 EVKB (``mimxrt1170_evk@B//cm7/cm4``)
+-----------+------------+-------------------------------------+-----------------+-----------------+ +-----------+------------+------------------------------------------------+-----------------+-----------------+
| Interface | Controller | Driver/Component | RT1170 EVK | RT1170 EVKB | | Interface | Controller | Driver/Component | RT1170 EVK | RT1170 EVKB |
+===========+============+=====================================+=================+=================+ +===========+============+================================================+=================+=================+
| NVIC | on-chip | nested vector interrupt controller | Supported | Supported | | NVIC | on-chip | nested vector interrupt controller | Supported | Supported |
+-----------+------------+-------------------------------------+-----------------+-----------------+ +-----------+------------+------------------------------------------------+-----------------+-----------------+
| SYSTICK | on-chip | systick | Supported | Supported | | SYSTICK | on-chip | systick | Supported | Supported |
+-----------+------------+-------------------------------------+-----------------+-----------------+ +-----------+------------+------------------------------------------------+-----------------+-----------------+
| GPIO | on-chip | gpio | Supported | Supported | | GPIO | on-chip | gpio | Supported | Supported |
+-----------+------------+-------------------------------------+-----------------+-----------------+ +-----------+------------+------------------------------------------------+-----------------+-----------------+
| COUNTER | on-chip | gpt | Supported | Supported | | COUNTER | on-chip | gpt | Supported | Supported |
+-----------+------------+-------------------------------------+-----------------+-----------------+ +-----------+------------+------------------------------------------------+-----------------+-----------------+
| TIMER | on-chip | gpt | Supported | Supported | | TIMER | on-chip | gpt | Supported | Supported |
+-----------+------------+-------------------------------------+-----------------+-----------------+ +-----------+------------+------------------------------------------------+-----------------+-----------------+
| CAN | on-chip | flexcan | Supported (M7) | Supported (M7) | | CAN | on-chip | flexcan | Supported (M7) | Supported (M7) |
+-----------+------------+-------------------------------------+-----------------+-----------------+ +-----------+------------+------------------------------------------------+-----------------+-----------------+
| SPI | on-chip | spi | Supported (M7) | Supported | | SPI | on-chip | spi | Supported (M7) | Supported |
+-----------+------------+-------------------------------------+-----------------+-----------------+ +-----------+------------+------------------------------------------------+-----------------+-----------------+
| I2C | on-chip | i2c | Supported | Supported | | I2C | on-chip | i2c | Supported | Supported |
+-----------+------------+-------------------------------------+-----------------+-----------------+ +-----------+------------+------------------------------------------------+-----------------+-----------------+
| PWM | on-chip | pwm | Supported | Supported | | PWM | on-chip | pwm | Supported | Supported |
+-----------+------------+-------------------------------------+-----------------+-----------------+ +-----------+------------+------------------------------------------------+-----------------+-----------------+
| ADC | on-chip | adc | Supported (M7) | Supported (M7) | | ADC | on-chip | adc | Supported (M7) | Supported (M7) |
+-----------+------------+-------------------------------------+-----------------+-----------------+ +-----------+------------+------------------------------------------------+-----------------+-----------------+
| UART | on-chip | serial port-polling; | Supported | Supported | | UART | on-chip | serial port-polling; | Supported | Supported |
| | | serial port-interrupt; | | | | | | serial port-interrupt; | | |
| | | serial port-async | | | | | | serial port-async | | |
+-----------+------------+-------------------------------------+-----------------+-----------------+ +-----------+------------+------------------------------------------------+-----------------+-----------------+
| DMA | on-chip | dma | Supported | Supported | | DMA | on-chip | dma | Supported | Supported |
+-----------+------------+-------------------------------------+-----------------+-----------------+ +-----------+------------+------------------------------------------------+-----------------+-----------------+
| WATCHDOG | on-chip | watchdog | Supported (M7) | Supported (M7) | | WATCHDOG | on-chip | watchdog | Supported (M7) | Supported (M7) |
+-----------+------------+-------------------------------------+-----------------+-----------------+ +-----------+------------+------------------------------------------------+-----------------+-----------------+
| ENET | on-chip | ethernet - 10/100M | Supported (M7) | Supported (M7) | | ENET | on-chip | ethernet - 10/100M | Supported (M7) | Supported (M7) |
+-----------+------------+-------------------------------------+-----------------+-----------------+ +-----------+------------+------------------------------------------------+-----------------+-----------------+
| ENET1G | on-chip | ethernet - 10/100/1000M | Supported (M7) | Supported (M7) | | ENET1G | on-chip | ethernet - 10/100/1000M | Supported (M7) | Supported (M7) |
+-----------+------------+-------------------------------------+-----------------+-----------------+ +-----------+------------+------------------------------------------------+-----------------+-----------------+
| SAI | on-chip | i2s | Supported | No support | | SAI | on-chip | i2s | Supported | No support |
+-----------+------------+-------------------------------------+-----------------+-----------------+ +-----------+------------+------------------------------------------------+-----------------+-----------------+
| USB | on-chip | USB Device | Supported (M7) | Supported (M7) | | USB | on-chip | USB Device | Supported (M7) | Supported (M7) |
+-----------+------------+-------------------------------------+-----------------+-----------------+ +-----------+------------+------------------------------------------------+-----------------+-----------------+
| HWINFO | on-chip | Unique device serial number | Supported (M7) | Supported (M7) | | HWINFO | on-chip | Unique device serial number | Supported (M7) | Supported (M7) |
+-----------+------------+-------------------------------------+-----------------+-----------------+ +-----------+------------+------------------------------------------------+-----------------+-----------------+
| DISPLAY | on-chip | eLCDIF; MIPI-DSI. Tested with | Supported (M7) | Supported (M7) | | DISPLAY | on-chip | eLCDIF; MIPI-DSI. Tested with | Supported (M7) | Supported (M7) |
| | | :ref:`rk055hdmipi4m`, | | | | | | :ref:`rk055hdmipi4m`, | | |
| | | :ref:`rk055hdmipi4ma0`, | | | | | | :ref:`rk055hdmipi4ma0`, | | |
| | | and :ref:`g1120b0mipi` shields | | | | | | and :ref:`g1120b0mipi` shields | | |
+-----------+------------+-------------------------------------+-----------------+-----------------+ +-----------+------------+------------------------------------------------+-----------------+-----------------+
| ACMP | on-chip | sensor | Supported | No support | | ACMP | on-chip | sensor | Supported | No support |
+-----------+------------+-------------------------------------+-----------------+-----------------+ +-----------+------------+------------------------------------------------+-----------------+-----------------+
| CAAM RNG | on-chip | entropy | Supported (M7) | No support | | CAAM RNG | on-chip | entropy | Supported (M7) | No support |
+-----------+------------+-------------------------------------+-----------------+-----------------+ +-----------+------------+------------------------------------------------+-----------------+-----------------+
| FLEXSPI | on-chip | flash programming | Supported (M7) | Supported (M7) | | FLEXSPI | on-chip | flash programming | Supported (M7) | Supported (M7) |
+-----------+------------+-------------------------------------+-----------------+-----------------+ +-----------+------------+------------------------------------------------+-----------------+-----------------+
| SDHC | on-chip | SD host controller | Supported (M7) | Supported (M7) | | SDHC | on-chip | SD host controller | Supported (M7) | Supported (M7) |
+-----------+------------+-------------------------------------+-----------------+-----------------+ +-----------+------------+------------------------------------------------+-----------------+-----------------+
| PIT | on-chip | pit | Supported (M7) | Supported (M7) | | PIT | on-chip | pit | Supported (M7) | Supported (M7) |
+-----------+------------+-------------------------------------+-----------------+-----------------+ +-----------+------------+------------------------------------------------+-----------------+-----------------+
| VIDEO | on-chip | CSI; MIPI CSI-2 Rx. Tested with | Supported (M7) | Supported (M7) | | VIDEO | on-chip | CSI; MIPI CSI-2 Rx. Tested with | Supported (M7) | Supported (M7) |
| | | :ref:`nxp_btb44_ov5640` shield | | | | | | :ref:`nxp_btb44_ov5640` shield | | |
+-----------+------------+-------------------------------------+-----------------+-----------------+ +-----------+------------+------------------------------------------------+-----------------+-----------------+
| UART | NXP NW61x | M.2 WIFI/BT module | Unsupported | Supported (M7) | | UART | NXP IW61x | M.2 WIFI/BT module | Unsupported | Supported (M7) |
+-----------+------------+-------------------------------------+-----------------+-----------------+ | | | (select :kconfig:option:`CONFIG_BT_NXP_NW612`) | | |
+-----------+------------+------------------------------------------------+-----------------+-----------------+
The default configuration can be found in the defconfig files: The default configuration can be found in the defconfig files:
:zephyr_file:`boards/nxp/mimxrt1170_evk/mimxrt1170_evk_mimxrt1176_cm7_defconfig` :zephyr_file:`boards/nxp/mimxrt1170_evk/mimxrt1170_evk_mimxrt1176_cm7_defconfig`

View file

@ -69,7 +69,7 @@ endif # BT_NXP
if BT_H4_NXP_CTLR if BT_H4_NXP_CTLR
config BT_NXP_NW612 config BT_NXP_NW612
bool "NXP IW612 Chipset" bool "NW612 firmware for NXP IW612 Chipset"
help help
NXP IW612 Chipset supports Wi-Fi? 802.11a/b/g/n/ac/ax + Bluetooth? 5.3 NXP IW612 Chipset supports Wi-Fi? 802.11a/b/g/n/ac/ax + Bluetooth? 5.3
BR/EDR/LE + IEEE802.1.5.4 up to 601 Mbps data rate on Wi-Fi? and 2Mbps BR/EDR/LE + IEEE802.1.5.4 up to 601 Mbps data rate on Wi-Fi? and 2Mbps

View file

@ -1,2 +1,2 @@
#select NXP NW612 Chipset #select NXP NW612 firmware for IW612 Chipset
CONFIG_BT_NXP_NW612=y CONFIG_BT_NXP_NW612=y