drivers: bbram: Add Microchip MCP7940N driver
Adds Microchip MCP7940N battery-backed RAM support. Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
parent
865ee855d1
commit
f9fd899da0
5 changed files with 256 additions and 2 deletions
|
@ -1,10 +1,11 @@
|
|||
#
|
||||
# Copyright (c) 2021 Laird Connectivity
|
||||
# Copyright (c) 2023 Nordic Semiconductor ASA
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
description: Microchip MCP7940N I2C RTC
|
||||
description: Microchip MCP7940N I2C RTC with battery-backed SRAM
|
||||
|
||||
compatible: "microchip,mcp7940n"
|
||||
|
||||
|
@ -17,7 +18,6 @@ properties:
|
|||
int-gpios:
|
||||
type: phandle-array
|
||||
description: |
|
||||
|
||||
Host input connected to the MCP7940N MFP open drain output pin
|
||||
|
||||
Notifies when an alarm has triggered by asserting this line.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue