e9ecc83eea
Added rtc driver for ds1307. It allows to read and set the date and time Signed-off-by: Arunmani Alagarsamy <arunmani27100@gmail.com>
12 lines
256 B
YAML
12 lines
256 B
YAML
# 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
|