zephyr/samples/sensor/th02/boards/frdm_k64f.overlay

14 lines
175 B
Plaintext

/*
* Copyright (c) 2019, Linaro Ltd.
*
* SPDX-License-Identifier: Apache-2.0
*/
&i2c0 {
th02@40 {
compatible = "hoperf,th02";
reg = <0x40>;
label = "TH02";
};
};