drivers: rtc: new maxim ds1307 rtc driver

Added rtc driver for ds1307. It allows to read and set the date and time

Signed-off-by: Arunmani Alagarsamy <arunmani27100@gmail.com>
This commit is contained in:
Arunmani Alagarsamy 2023-10-16 18:26:37 +05:30 committed by Carles Cufí
commit e9ecc83eea
5 changed files with 184 additions and 0 deletions

View file

@ -0,0 +1,11 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2023 Arunmani Alagarsamy
# Author: Arunmani Alagarsamy <arunmani27100@gmail.com>
description: Maxim DS1307 RTC
compatible: "maxim,ds1307"
include:
- name: rtc-device.yaml
- name: i2c-device.yaml