b2b0901c0d
The DTC_OVERLAY_FILE variable is specified on the command line. It's not preferable to set it in CMakeLists.txt. The app.overlay file is used as the default overlay file, so use it. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@fujitsu.com>
15 lines
233 B
Plaintext
15 lines
233 B
Plaintext
/*
|
|
* Copyright (c) 2018 Alexander Wachter
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
&arduino_i2c {
|
|
status = "okay";
|
|
clock-frequency = <I2C_BITRATE_FAST>;
|
|
|
|
ens210: ens210@43 {
|
|
compatible = "ams,ens210";
|
|
reg = <0x43>;
|
|
};
|
|
};
|