1/* 2 * Copyright (c) 2024 Analog Devices, Inc. 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7&arduino_spi { 8 status = "okay"; 9 10 adxl362_eval_adxl362_ardz: adxl362@0 { 11 compatible = "adi,adxl362"; 12 reg = <0x0>; 13 spi-max-frequency = <DT_FREQ_M(1)>; 14 int1-gpios = <&arduino_header 8 GPIO_ACTIVE_HIGH>; 15 status = "okay"; 16 }; 17}; 18