2021-05-20 18:29:15 +08:00
|
|
|
#
|
|
|
|
# Copyright (c) 2021 Laird Connectivity
|
2023-02-24 20:12:43 +08:00
|
|
|
# Copyright (c) 2023 Nordic Semiconductor ASA
|
2021-05-20 18:29:15 +08:00
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
|
|
|
2023-02-24 20:12:43 +08:00
|
|
|
description: Microchip MCP7940N I2C RTC with battery-backed SRAM
|
2021-05-20 18:29:15 +08:00
|
|
|
|
|
|
|
compatible: "microchip,mcp7940n"
|
|
|
|
|
|
|
|
include: i2c-device.yaml
|
|
|
|
|
|
|
|
properties:
|
|
|
|
reg:
|
|
|
|
required: true
|
|
|
|
|
|
|
|
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.
|