@@ -224,6 +224,8 @@ Boards & SoC Support
224224
225225* Made these changes in other SoC series:
226226
227+ * Added Atmel SAM UPLL clock support
228+
227229* Changes for ARC boards:
228230
229231* Added support for these ARM boards:
@@ -240,6 +242,9 @@ Boards & SoC Support
240242
241243* Made these changes in other boards:
242244
245+ * sam4s_xplained: Add support for HWINFO
246+ * sam_e70_xlained: Add support for HWINFO and CAN-FD
247+ * sam_v71_xult: Add support for HWINFO and CAN-FD
243248 * gd32e103v_eval: Add prescaler to timer
244249 * longan_nano: Add support for TF-Card slot
245250
@@ -251,6 +256,8 @@ Drivers and Sensors
251256
252257* ADC
253258
259+ * Atmel SAM0: Fixed adc voltage reference
260+
254261* CAN
255262
256263 * Switched from transmitting CAN frames in FIFO/chronological order to transmitting according to
@@ -280,6 +287,10 @@ Drivers and Sensors
280287
281288* GPIO
282289
290+ * HWINFO
291+
292+ * Atmel SAM: Added RSTC support
293+
283294* I2C
284295
285296* I2S
@@ -292,6 +303,10 @@ Drivers and Sensors
292303
293304* Pin control
294305
306+ * New platforms added to ``pinctrl `` state-based API:
307+
308+ * Atmel SAM/SAM0
309+
295310* PWM
296311
297312 * Added :c:struct: `pwm_dt_spec ` and associated helpers, e.g.
@@ -369,6 +384,16 @@ Libraries / Subsystems
369384HALs
370385****
371386
387+ * Atmel
388+
389+ * Added dt-bindings, documentation and scripts to support state-based pin
390+ control (``pinctrl ``) API.
391+ * Imported new SoCs header files:
392+
393+ * SAML21
394+ * SAMR34
395+ * SAMR35
396+
372397* GigaDevice
373398
374399 * Fixed GD32_REMAP_MSK macro
0 commit comments