From 38a14b894da0eaff9d780daae6519e25f60a8ba3 Mon Sep 17 00:00:00 2001 From: Mustafa Abdullah Kus Date: Mon, 19 Feb 2024 16:55:14 +0300 Subject: [PATCH] dts: bindings: st, stm32-rtc.yaml: add calibration output support add calibration-out-freq field. that field is enum. Signed-off-by: Mustafa Abdullah Kus --- dts/bindings/rtc/st,stm32-rtc.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dts/bindings/rtc/st,stm32-rtc.yaml b/dts/bindings/rtc/st,stm32-rtc.yaml index 4358340f911..dcfd2a49276 100644 --- a/dts/bindings/rtc/st,stm32-rtc.yaml +++ b/dts/bindings/rtc/st,stm32-rtc.yaml @@ -10,3 +10,11 @@ include: rtc.yaml properties: reg: required: true + + calib-out-freq: + type: int + description: | + Calibration output frequency (1 Hz or 512 Hz). + enum: + - 1 + - 512