1// SPDX-License-Identifier: GPL-2.0-only 2 3/dts-v1/; 4 5#include "msm8916-ufi.dtsi" 6 7/ { 8 model = "ufi-001c/ufi-001b 4G Modem Stick"; 9 compatible = "thwc,ufi001c", "qcom,msm8916"; 10}; 11 12&button_restart { 13 gpios = <&msmgpio 37 GPIO_ACTIVE_HIGH>; 14}; 15 16&led_r { 17 gpios = <&msmgpio 22 GPIO_ACTIVE_HIGH>; 18}; 19 20&led_g { 21 gpios = <&msmgpio 21 GPIO_ACTIVE_HIGH>; 22}; 23 24&led_b { 25 gpios = <&msmgpio 20 GPIO_ACTIVE_HIGH>; 26}; 27 28&button_default { 29 pins = "gpio37"; 30 bias-pull-down; 31}; 32 33&gpio_leds_default { 34 pins = "gpio20", "gpio21", "gpio22"; 35}; 36 37&sim_ctrl_default { 38 pins = "gpio1", "gpio2"; 39}; 40