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

17 lines
287 B
Plaintext

/*
* Copyright (c) 2019 Linaro Limited
*
* SPDX-License-Identifier: Apache-2.0
*/
&i2c0 {
status = "okay";
clock-frequency = <I2C_BITRATE_STANDARD>;
adt7420@48 {
compatible = "adi,adt7420";
reg = <0x48>;
label = "ADT7420";
int-gpios = <&gpioc 16 GPIO_ACTIVE_LOW>;
};
};