/* SPDX-License-Identifier: Apache-2.0 */ &pinctrl { /* EVB's NU5: SS/CLK/MISO/MOSI */ spi2_default: spi2_default { group0 { pinmux = , , , ; }; }; }; &gpioa { status = "okay"; }; &spi2 { 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>; }; status = "okay"; pinctrl-0 = <&spi2_default>; pinctrl-names = "default"; };