1/* 2 * Copyright 2023 NXP 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7/* Connect JP19 and J5 pins 4-5 */ 8&flexcomm0 { 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