Lines Matching +full:nrf +full:- +full:qspi
2 * Copyright (c) 2022-2023 Nordic Semiconductor ASA
4 * SPDX-License-Identifier: Apache-2.0
7 /delete-node/ &mx25r64;
9 &qspi {
14 * to provide quad-spi feature. In individual specifications each of the spi
16 * as qspi configuration, which is pin (0,19). That is why spi2 is used here
17 * to communicate with mx25, when qspi is not used, to avoid rerouting clock
21 compatible = "nordic,nrf-spi";
23 cs-gpios = <&gpio0 17 GPIO_ACTIVE_LOW>;
24 pinctrl-0 = <&spi2_default>;
25 pinctrl-1 = <&spi2_sleep>;
26 pinctrl-names = "default", "sleep";
28 compatible = "jedec,spi-nor";
30 spi-max-frequency = <8000000>;
31 jedec-id = [c2 28 17];
33 wp-gpios = <&gpio0 22 GPIO_ACTIVE_LOW>;
34 hold-gpios = <&gpio0 23 GPIO_ACTIVE_LOW>;