zephyr/tests/drivers/spi/spi_loopback/boards/lpcxpresso54114_lpc54114_m4...

19 lines
320 B
Plaintext

/*
* Copyright (c) 2022 Kumar Gala <galak@kernel.org>
*
* SPDX-License-Identifier: Apache-2.0
*/
&flexcomm5 {
slow@2 {
compatible = "test-spi-loopback-slow";
reg = <2>;
spi-max-frequency = <500000>;
};
fast@2 {
compatible = "test-spi-loopback-fast";
reg = <2>;
spi-max-frequency = <16000000>;
};
};