1/*
2 * Copyright (c) 2021 Laird Connectivity
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7&i2c1 {
8	/* Connect MCP7940N MFP pin TP9 to P0.04 */
9	extrtc0: mcp7940n@6f {
10		int-gpios = <&gpio0 4 GPIO_ACTIVE_HIGH>;
11	};
12};
13