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:
parent
503422b91e
commit
e9ecc83eea
5 changed files with 184 additions and 0 deletions
11
dts/bindings/rtc/maxim,ds1307.yaml
Normal file
11
dts/bindings/rtc/maxim,ds1307.yaml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue