1/*
2 * Copyright (c) 2018 Jan Van Winkel <jan.van_winkel@dxplore.eu>
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7&i2c1 {
8 status = "okay";
9 clock-frequency = <I2C_BITRATE_STANDARD>;
10 ms5837@76 {
11 compatible = "meas,ms5837";
12 reg = <0x76>;
13 };
14};
15