1/*
2 * Copyright 2024 NXP
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/* To test this sample, connect
8 * LPSPI3 MOSI(J2-8, P1_0/FC3_P0)     -->        LPSPI5 MISO(J2-10, P1_2/FC3_P2)
9 */
10&flexcomm3_lpspi3 {
11	slow@0 {
12		compatible = "test-spi-loopback-slow";
13		reg = <0>;
14		spi-max-frequency = <500000>;
15	};
16	fast@0 {
17		compatible = "test-spi-loopback-fast";
18		reg = <0>;
19		spi-max-frequency = <16000000>;
20	};
21};
22