Commit f806c04a authored by Bindu S's avatar Bindu S Committed by Fabio Baltieri
Browse files

samples: sensor: Enable bme280 sensor using I2C driver for RPL-P



Added overlay to enable bme280 sensor
using i2c on intel_rpl_p_crb board.

Signed-off-by: default avatarBindu S <bindu.s@intel.com>
parent 3974882b
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
/*
 * Copyright (c) 2023 Intel Corporation
 *
 * SPDX-License-Identifier: Apache-2.0
 */

&i2c1 {
	bme280@76 {
		compatible = "bosch,bme280";
		reg = <0x76>;
		status = "okay";
	};
};