blob: 66ed92534a3eb97c16ecb5b0a3111d8bf397adc2 [file] [log] [blame]
/*
* Copyright (c) 2022 STMicroeletronics
*
* SPDX-License-Identifier: Apache-2.0
*/
&spi1 {
slow@0 {
compatible = "test-spi-loopback-slow";
reg = <0>;
spi-max-frequency = <500000>;
};
fast@0 {
compatible = "test-spi-loopback-fast";
reg = <0>;
spi-max-frequency = <16000000>;
};
};