/* * Copyright (c) 2024 PHYTEC Messtechnik GmbH * * SPDX-License-Identifier: Apache-2.0 */ &ecspi1 { status = "okay"; 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>; }; }; &gpio2 { status = "okay"; }; &gpio5 { status = "okay"; };