drivers: added support for clock PCF8563
Added driver support Signed-off-by: Alvaro Garcia <maxpowel@gmail.com>
This commit is contained in:
parent
cc5c141fb1
commit
b7f9fb8f82
5 changed files with 511 additions and 0 deletions
12
drivers/rtc/Kconfig.pcf8563
Normal file
12
drivers/rtc/Kconfig.pcf8563
Normal file
|
@ -0,0 +1,12 @@
|
|||
# NXP PCF8523 RTC
|
||||
|
||||
# Copyright (c) 2023 Alvaro Garcia Gomez <maxpowel@gmail.com>
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config RTC_PCF8563
|
||||
bool "NXP PCF8563 RTC driver"
|
||||
default y
|
||||
depends on DT_HAS_NXP_PCF8563_ENABLED
|
||||
select I2C
|
||||
help
|
||||
Enable the NXP PCF8563 RTC driver.
|
Loading…
Add table
Add a link
Reference in a new issue