]> git.ipfire.org Git - thirdparty/u-boot.git/blame - src/arm64/qcom/msm8916-thwc-uf896.dts
Squashed 'dts/upstream/' changes from aaba2d45dc2a..b35b9bd1d4ee
[thirdparty/u-boot.git] / src / arm64 / qcom / msm8916-thwc-uf896.dts
CommitLineData
53633a89
TR
1// SPDX-License-Identifier: GPL-2.0-only
2
3/dts-v1/;
4
5#include "msm8916-ufi.dtsi"
6
7/ {
8 model = "uf896 4G Modem Stick";
9 compatible = "thwc,uf896", "qcom,msm8916";
10};
11
12&button_restart {
13 gpios = <&tlmm 35 GPIO_ACTIVE_LOW>;
14};
15
93743d24
TR
16&led_b {
17 gpios = <&tlmm 81 GPIO_ACTIVE_HIGH>;
53633a89
TR
18};
19
20&led_g {
21 gpios = <&tlmm 83 GPIO_ACTIVE_HIGH>;
22};
23
93743d24
TR
24&led_r {
25 gpios = <&tlmm 82 GPIO_ACTIVE_HIGH>;
53633a89
TR
26};
27
28&button_default {
29 pins = "gpio35";
30 bias-pull-up;
31};
32
33&gpio_leds_default {
34 pins = "gpio81", "gpio82", "gpio83";
35};