Commit d1029da0 authored by Declan Snyder's avatar Declan Snyder Committed by Anas Nashif
Browse files

tests: spi_loopback: Support rd_rw612_bga



Add rd_rw612_bga to spi loopback test

Signed-off-by: default avatarDeclan Snyder <declan.snyder@nxp.com>
parent ba1ab8cc
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
/*
 * Copyright 2023 NXP
 *
 * SPDX-License-Identifier: Apache-2.0
 */

/* Connect JP19 and J5 pins 4-5 */
&flexcomm0 {
	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>;
	};
};