zephyr/boards/shields/eval_adxl362_ardz/eval_adxl362_ardz.overlay

18 lines
329 B
Plaintext

/*
* Copyright (c) 2024 Analog Devices, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
&arduino_spi {
status = "okay";
adxl362_eval_adxl362_ardz: adxl362@0 {
compatible = "adi,adxl362";
reg = <0x0>;
spi-max-frequency = <DT_FREQ_M(1)>;
int1-gpios = <&arduino_header 8 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};