1/*
2 * SPDX-FileCopyrightText: Copyright (c) 2024 Carl Zeiss Meditec AG
3 * SPDX-License-Identifier: Apache-2.0
4 */
5/****************************************
6 * PLEASE KEEP REG ADDRESSES SEQUENTIAL *
7 ***************************************/
8
9adi_tmc50xx: adi_tmc50xx@0 {
10	compatible = "adi,tmc50xx";
11	reg = <0x0>;
12	spi-max-frequency = <0>;
13	#address-cells = <1>;
14	#size-cells = <0>;
15	clock-frequency = <1>;
16
17	tmc50xx_0: tmc50xx_0@0 {
18		status = "okay";
19		reg = <0>;
20	};
21
22	tmc50xx_1: tmc50xx_1@1 {
23		status = "okay";
24		reg = <1>;
25	};
26};
27