blob: aa866af3834ab7ca4b6b124d5e75a07d258fdb73 [file] [log] [blame]
/*
* 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>;
label = "DPS310";
};
};