1/*
2 * Copyright (c) 2024 Cirrus Logic, Inc.
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
6/****************************************
7 * PLEASE KEEP REG ADDRESSES SEQUENTIAL *
8 ***************************************/
9
10drv2605@0 {
11	compatible = "ti,drv2605";
12	reg = <0x0>;
13	status = "okay";
14
15	actuator-mode = "LRA";
16};
17