1/*
2 * Copyright (c) 2022 Kumar Gala <galak@kernel.org>
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7&hs_lspi {
8	slow@1 {
9		compatible = "test-spi-loopback-slow";
10		reg = <1>;
11		spi-max-frequency = <5000>;
12	};
13	fast@1 {
14		compatible = "test-spi-loopback-fast";
15		reg = <1>;
16		spi-max-frequency = <160000>;
17	};
18};
19