1/* 2 * Copyright 2024 NXP 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7/* Connect J2-10 and J2-8 */ 8&flexcomm1_lpspi1 { 9 slow@0 { 10 compatible = "test-spi-loopback-slow"; 11 reg = <0>; 12 spi-max-frequency = <500000>; 13 }; 14 fast@0 { 15 compatible = "test-spi-loopback-fast"; 16 reg = <0>; 17 spi-max-frequency = <16000000>; 18 }; 19}; 20