Lines Matching +full:nrf +full:- +full:qspi
4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include "adafruit_itsybitsy_nrf52840-pinctrl.dtsi"
11 #include <zephyr/dt-bindings/input/input-event-codes.h>
12 #include <zephyr/dt-bindings/led/led.h>
16 compatible = "adafruit,itsybitsy-nrf52840";
23 compatible = "gpio-leds";
31 compatible = "gpio-keys";
44 led-strip = &apa102;
49 regulator-initial-mode = <NRF5X_REG_MODE_DCDC>;
57 gpio-as-nreset;
73 compatible = "nordic,nrf-uarte";
74 current-speed = <115200>;
76 pinctrl-0 = <&uart0_default>;
77 pinctrl-1 = <&uart0_sleep>;
78 pinctrl-names = "default", "sleep";
82 compatible = "nordic,nrf-twi";
84 pinctrl-0 = <&i2c0_default>;
85 pinctrl-1 = <&i2c0_sleep>;
86 pinctrl-names = "default", "sleep";
90 compatible = "nordic,nrf-spi";
92 pinctrl-0 = <&spi1_default>;
93 pinctrl-1 = <&spi1_sleep>;
94 pinctrl-names = "default", "sleep";
98 compatible = "nordic,nrf-spi";
100 pinctrl-0 = <&spi2_default>;
101 pinctrl-1 = <&spi2_sleep>;
102 pinctrl-names = "default", "sleep";
106 spi-max-frequency = <5250000>;
107 chain-length = <1>;
108 color-mapping = <LED_COLOR_ID_BLUE
114 &qspi {
116 pinctrl-0 = <&qspi_default>;
117 pinctrl-1 = <&qspi_sleep>;
118 pinctrl-names = "default", "sleep";
120 compatible = "nordic,qspi-nor";
124 sck-frequency = <32000000>;
125 jedec-id = [c8 40 15];
127 has-dpd;
128 t-enter-dpd = <20000>;
129 t-exit-dpd = <20000>;
130 quad-enable-requirements = "S2B1v1";
140 compatible = "fixed-partitions";
141 #address-cells = <1>;
142 #size-cells = <1>;
151 compatible = "nordic,nrf-usbd";