1cb7aa33aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-only 2cb7aa33aSEmmanuel Vadot 3cb7aa33aSEmmanuel Vadot/dts-v1/; 4cb7aa33aSEmmanuel Vadot 5cb7aa33aSEmmanuel Vadot#include "msm8916-ufi.dtsi" 6cb7aa33aSEmmanuel Vadot 7cb7aa33aSEmmanuel Vadot/ { 8cb7aa33aSEmmanuel Vadot model = "uf896 4G Modem Stick"; 9cb7aa33aSEmmanuel Vadot compatible = "thwc,uf896", "qcom,msm8916"; 10cb7aa33aSEmmanuel Vadot}; 11cb7aa33aSEmmanuel Vadot 12cb7aa33aSEmmanuel Vadot&button_restart { 13f126890aSEmmanuel Vadot gpios = <&tlmm 35 GPIO_ACTIVE_LOW>; 14cb7aa33aSEmmanuel Vadot}; 15cb7aa33aSEmmanuel Vadot 16*8d13bc63SEmmanuel Vadot&led_b { 17*8d13bc63SEmmanuel Vadot gpios = <&tlmm 81 GPIO_ACTIVE_HIGH>; 18cb7aa33aSEmmanuel Vadot}; 19cb7aa33aSEmmanuel Vadot 20cb7aa33aSEmmanuel Vadot&led_g { 21f126890aSEmmanuel Vadot gpios = <&tlmm 83 GPIO_ACTIVE_HIGH>; 22cb7aa33aSEmmanuel Vadot}; 23cb7aa33aSEmmanuel Vadot 24*8d13bc63SEmmanuel Vadot&led_r { 25*8d13bc63SEmmanuel Vadot gpios = <&tlmm 82 GPIO_ACTIVE_HIGH>; 26cb7aa33aSEmmanuel Vadot}; 27cb7aa33aSEmmanuel Vadot 28cb7aa33aSEmmanuel Vadot&button_default { 29cb7aa33aSEmmanuel Vadot pins = "gpio35"; 30cb7aa33aSEmmanuel Vadot bias-pull-up; 31cb7aa33aSEmmanuel Vadot}; 32cb7aa33aSEmmanuel Vadot 33cb7aa33aSEmmanuel Vadot&gpio_leds_default { 34cb7aa33aSEmmanuel Vadot pins = "gpio81", "gpio82", "gpio83"; 35cb7aa33aSEmmanuel Vadot}; 36