25 lines
439 B
YAML
25 lines
439 B
YAML
#
|
|
# Copyright (c) 2021 Laird Connectivity
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
description: Microchip MCP7940N I2C RTC
|
|
|
|
compatible: "microchip,mcp7940n"
|
|
|
|
include: i2c-device.yaml
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
int-gpios:
|
|
type: phandle-array
|
|
required: false
|
|
description: |
|
|
|
|
Host input connected to the MCP7940N MFP open drain output pin
|
|
|
|
Notifies when an alarm has triggered by asserting this line.
|