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