zephyr/samples/sensor/ms5837/nrf52840_pca10056.overlay

16 lines
300 B
Plaintext

/*
* Copyright (c) 2018 Jan Van Winkel <jan.van_winkel@dxplore.eu>
*
* SPDX-License-Identifier: Apache-2.0
*/
&i2c1 {
status = "okay";
clock-frequency = <I2C_BITRATE_STANDARD>;
ms5837@76 {
compatible = "meas,ms5837";
reg = <0x76>;
label = "MS5837";
};
};