Lines Matching +full:dio1 +full:- +full:gpios
4 * SPDX-License-Identifier: Apache-2.0
9 #include <zephyr/dt-bindings/lora/sx126x.h>
12 #include "samr34-pinctrl.dtsi"
16 port-c = &portc;
26 compatible = "atmel,sam0-gpio";
29 #atmel,pin-cells = <2>;
30 #gpio-cells = <2>;
31 gpio-controller;
37 /delete-node/ &dac;
41 compatible = "atmel,sam0-spi";
44 #address-cells = <1>;
45 #size-cells = <0>;
49 cs-gpios = <&portb 31 GPIO_ACTIVE_LOW>;
51 pinctrl-0 = <&sercom4_default>;
52 pinctrl-names = "default";
59 reset-gpios = <&portb 15 GPIO_ACTIVE_LOW>; /* nRST */
60 dio-gpios =
62 <&porta 11 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>, /* DIO1 */
67 spi-max-frequency = <DT_FREQ_M(10)>;