zephyr/samples/sensor/adxl372/frdm_k64f.overlay

17 lines
271 B
Plaintext
Raw Normal View History

/*
* Copyright (c) 2019 Linaro Limited
*
* SPDX-License-Identifier: Apache-2.0
*/
&i2c1 {
status = "ok";
clock-frequency = <I2C_BITRATE_STANDARD>;
adxl372@11 {
compatible = "adi,adxl372";
reg = <0x11>;
label = "ADXL372";
int1-gpios = <&gpioc 6 0>;
};
};