zephyr/samples/sensor/max6675/boards/nucleo_f030r8.overlay

14 lines
210 B
Plaintext

/*
* Copyright (c) 2021 Teslabs Engineering S.L.
*
* SPDX-License-Identifier: Apache-2.0
*/
&arduino_spi {
max6675@0 {
compatible = "maxim,max6675";
reg = <0>;
spi-max-frequency = <4300000>;
};
};