/* * 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>; }; };