doc: release-notes-2.5: Add notes for ADC and PWM

Plus one note about the nrf_qspi_nor driver.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
diff --git a/doc/releases/release-notes-2.5.rst b/doc/releases/release-notes-2.5.rst
index c70688f..1d2d35d 100644
--- a/doc/releases/release-notes-2.5.rst
+++ b/doc/releases/release-notes-2.5.rst
@@ -382,6 +382,9 @@
 
 * ADC
 
+  * Added support for ADC on STM32G0 Series.
+  * Introduced the ``adc_sequence_options::user_data`` field.
+
 * CAN
 
   * We reworked the configuration API.
@@ -452,6 +455,8 @@
   * Add QSPI NOR Flash controller support for STM32 family.
   * Added NXP LPC legacy flash driver.
   * Added NXP FlexSPI flash driver for i.MX RT SoCs.
+  * Added support for nRF53 Series SoCs in the nRF QSPI NOR flash driver
+    (nrf_qspi_nor).
 
 * GPIO
 
@@ -549,6 +554,12 @@
 
 * PWM
 
+  * Added support for generating PWM signal based on RTC in the pwm_nrf5_sw
+    driver.
+  * Added optional API for capturing the PWM pulse width and period.
+  * Added PWM capture driver for the NXP Kinetis Pulse Width Timer (PWT).
+  * Removed the DesignWare and PCA9685 controller drivers.
+
 * Sensor
 
   * Fixed current conversion to milliamps in the MAX17055 driver.