2018-10-08 22:27:33 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2018 Alexander Wachter
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
&arduino_i2c {
|
2019-06-15 01:31:16 +08:00
|
|
|
status = "okay";
|
2018-10-08 22:27:33 +08:00
|
|
|
clock-frequency = <I2C_BITRATE_FAST>;
|
|
|
|
|
|
|
|
ens210: ens210@43 {
|
|
|
|
compatible = "ams,ens210";
|
|
|
|
reg = <0x43>;
|
|
|
|
label = "ENS210";
|
|
|
|
};
|
|
|
|
};
|