@@ -318,6 +318,7 @@ Drivers and Sensors
318318 * Added proper ADC2 calibration entries in ESP32.
319319 * Fixed calibration scheme in ESP32-S3.
320320 * STM32H7: Added support for higher sampling frequencies thanks to boost mode implementation.
321+ * Added initial support for Renesas RA8 ADC driver (:dtcompatible: `renesas,ra-adc `)
321322
322323* Battery
323324
@@ -337,6 +338,10 @@ Drivers and Sensors
337338 * STM32: :kconfig:option: `CONFIG_CLOCK_CONTROL ` is now enabled by default at family level and doesn't need
338339 to be enabled at board level anymore.
339340 * STM32H7: PLL FRACN can now be configured (see :dtcompatible: `st,stm32h7-pll-clock `)
341+ * Added initial support for Renesas RA clock control driver (:dtcompatible: `renesas,ra-cgc-pclk `,
342+ :dtcompatible: `renesas,ra-cgc-pclk-block `, :dtcompatible: `renesas,ra-cgc-pll `,
343+ :dtcompatible: `renesas,ra-cgc-external-clock `, :dtcompatible: `renesas,ra-cgc-subclk `,
344+ :dtcompatible: `renesas,ra-cgc-pll-out `)
340345
341346* Comparator
342347
@@ -348,6 +353,8 @@ Drivers and Sensors
348353
349354* Counter
350355
356+ * Added initial support for Renesas RA8 AGT counter driver (:dtcompatible: `renesas,ra-agt `)
357+
351358* Crypto
352359
353360 * Added support for STM32L4 AES.
@@ -368,6 +375,10 @@ Drivers and Sensors
368375 * Added support for using the EEPROM simulator with embedded C standard libraries
369376 (:dtcompatible: `zephyr,sim-eeprom `).
370377
378+ * Entropy
379+
380+ * Added initial support for Renesas RA8 Entropy driver (:dtcompatible: `renesas,ra-rsip-e51a-trng `)
381+
371382* Ethernet
372383
373384 * LiteX: Renamed the ``compatible `` from ``litex,eth0 `` to :dtcompatible: `litex,liteeth `.
@@ -393,6 +404,7 @@ Drivers and Sensors
393404 for custom write and SFDP:BFP opcodes.
394405 * Added possibility to run STM32H7 flash driver from Cortex-M4 core.
395406 * Implemented readout protection handling (RDP levels) for STM32F7 SoCs.
407+ * Added initial support for Renesas RA8 Flash controller driver (:dtcompatible: `renesas,ra-flash-hp-controller `)
396408
397409* GNSS
398410
@@ -405,6 +417,8 @@ Drivers and Sensors
405417
406418* I2C
407419
420+ * Added initial support for Renesas RA8 I2C driver (:dtcompatible: `renesas,ra-iic `)
421+
408422* I2S
409423
410424 * Added ESP32-S3 and ESP32-C3 driver support.
@@ -476,6 +490,7 @@ Drivers and Sensors
476490* PWM
477491
478492 * rpi_pico: The driver now configures the divide ratio adaptively.
493+ * Added initial support for Renesas RA8 PWM driver (:dtcompatible: `renesas,ra8-pwm `)
479494
480495* Regulators
481496
@@ -517,6 +532,8 @@ Drivers and Sensors
517532
518533* SPI
519534
535+ * Added initial support for Renesas RA8 SPI driver (:dtcompatible: `renesas,ra8-spi-b `)
536+
520537* Steppers
521538
522539 * Introduced stepper controller device driver subsystem selected with
0 commit comments