1/*
2 * Copyright 2024 NXP
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7
8/*
9 * This is a loopback setup for the frdm_mcxw72
10 * To test this sample, connect J2.6 <-> J2.7
11 */
12&lpspi1 {
13	slow@0 {
14		compatible = "test-spi-loopback-slow";
15		reg = <0>;
16		spi-max-frequency = <500000>;
17	};
18	fast@0 {
19		compatible = "test-spi-loopback-fast";
20		reg = <0>;
21		spi-max-frequency = <16000000>;
22	};
23};
24