blob: a98efcfe78b7093a399ffd7d808504898082f117 [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001// SPDX-License-Identifier: GPL-2.0-only
2
3/dts-v1/;
4
5#include "msm8916-ufi.dtsi"
6
7/ {
8 model = "uz801 v3.0 4G Modem Stick";
9 compatible = "yiming,uz801-v3", "qcom,msm8916";
10};
11
12&button_restart {
13 gpios = <&tlmm 23 GPIO_ACTIVE_LOW>;
14};
15
Tom Rini93743d22024-04-01 09:08:13 -040016&led_b {
17 gpios = <&tlmm 6 GPIO_ACTIVE_HIGH>;
Tom Rini53633a82024-02-29 12:33:36 -050018};
19
20&led_g {
21 gpios = <&tlmm 8 GPIO_ACTIVE_HIGH>;
22};
23
Tom Rini93743d22024-04-01 09:08:13 -040024&led_r {
25 gpios = <&tlmm 7 GPIO_ACTIVE_HIGH>;
Tom Rini53633a82024-02-29 12:33:36 -050026};
27
28&button_default {
29 pins = "gpio23";
30 bias-pull-up;
31};
32
33&gpio_leds_default {
34 pins = "gpio6", "gpio7", "gpio8";
35};