1/*
2 * Copyright (c) 2019 Peter Bigot Consulting, LLC
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7&i2c0 { /* SDA 30, SCL 7 */
8 status = "okay";
9 ds3231: ds3231@68 {
10 compatible = "maxim,ds3231";
11 reg = <0x68>;
12 isw-gpios = <&gpio0 0 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
13 };
14};
15