1/* SPDX-License-Identifier: Apache-2.0 */
2
3&spip0 {
4	status = "okay";
5	pinctrl-0 = <&spip_sclk_mosi_miso_gp95_gpa1_gpa3_gpa5_sl
6		     &spip_sclk_mosi_miso_gp95_gpa1_gpa3_gpa5_no_spip_inv>;
7	pinctrl-names = "default";
8
9	cs-gpios = <&gpioa 5 GPIO_ACTIVE_LOW>;
10
11	slow@0 {
12		compatible = "test-spi-loopback-slow";
13		reg = <0>;
14		spi-max-frequency = <500000>;
15	};
16	fast@0 {
17		compatible = "test-spi-loopback-fast";
18		reg = <0>;
19		spi-max-frequency = <15000000>;
20	};
21};
22