1/*
2 * Copyright (c) 2021 Teslabs Engineering S.L.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7&arduino_spi {
8	max6675@0 {
9		compatible = "maxim,max6675";
10		reg = <0>;
11		spi-max-frequency = <4300000>;
12	};
13};
14