Lines Matching +full:gpios +full:- +full:set +full:- +full:reg

4  * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include <zephyr/dt-bindings/lora/sx126x.h>
10 #include "rak11720_apollo3-pinctrl.dtsi"
11 #include <zephyr/dt-bindings/input/input-event-codes.h>
22 zephyr,shell-uart = &uart0;
23 zephyr,uart-mcumgr = &uart0;
24 zephyr,uart-pipe = &uart0;
25 zephyr,flash-controller = &flash;
27 zephyr,code-partition = &slot0_partition;
35 bootloader-led0 = &blue_led;
36 mcuboot-led0 = &blue_led;
40 compatible = "gpio-leds";
42 gpios = <&gpio32_63 13 GPIO_ACTIVE_HIGH>;
46 gpios = <&gpio32_63 12 GPIO_ACTIVE_HIGH>;
53 erase-block-size = <8192>;
54 write-block-size = <4>;
57 compatible = "fixed-partitions";
58 #address-cells = <1>;
59 #size-cells = <1>;
63 reg = <0x00000000 0xc000>;
68 reg = <0x0000c000 0xc000>;
71 label = "image-0";
72 reg = <0x00018000 0x72000>;
75 label = "image-1";
76 reg = <0x0008a000 0x72000>;
79 /* Set 16KB of storage at the end of the 1024KB of flash */
82 reg = <0x000fc000 0x4000>;
88 clk-source = <3>;
92 pinctrl-0 = <&bleif_default>;
93 pinctrl-names = "default";
98 current-speed = <115200>;
99 pinctrl-0 = <&uart0_default>;
100 pinctrl-names = "default";
110 pinctrl-0 = <&i2c2_default>;
111 pinctrl-names = "default";
112 clock-frequency = <I2C_BITRATE_STANDARD>;
118 pinctrl-0 = <&spi0_default>;
119 pinctrl-names = "default";
120 cs-gpios = <&gpio0_31 1 GPIO_ACTIVE_LOW>;
121 clock-frequency = <DT_FREQ_M(1)>;
128 pinctrl-0 = <&spi1_default>;
129 pinctrl-names = "default";
130 clock-frequency = <DT_FREQ_M(1)>;
131 cs-gpios = <&gpio0_31 11 GPIO_ACTIVE_LOW>;
135 reg = <0>;
136 reset-gpios = <&gpio0_31 17 GPIO_ACTIVE_LOW>;
137 busy-gpios = <&gpio0_31 16 GPIO_ACTIVE_HIGH>;
138 dio1-gpios = <&gpio0_31 15 GPIO_ACTIVE_HIGH>;
139 antenna-enable-gpios = <&gpio0_31 18 GPIO_ACTIVE_LOW>;
140 dio2-tx-enable;
141 dio3-tcxo-voltage = <SX126X_DIO3_TCXO_3V3>;
142 tcxo-power-startup-delay-ms = <5>;
143 spi-max-frequency = <DT_FREQ_M(1)>;