zephyr/samples/sensor/dps310/app.overlay
Kumar Gala 88021ecd47 samples: sensors: Remove label property from devicetree overlays
Label properties are not required

Signed-off-by: Kumar Gala <galak@kernel.org>
2022-07-19 08:23:35 -05:00

18 lines
254 B
Plaintext

/*
* Copyright (c) 2019 Infineon Technologies AG
*
* SPDX-License-Identifier: Apache-2.0
*/
/*
* A DPS310 attached to the Arduino I2C pins
*/
&arduino_i2c {
DPS310@77 {
status = "okay";
compatible = "infineon,dps310";
reg = <0x77>;
};
};