Lines Matching +full:volume +full:- +full:keys +full:- +full:pins
1 // SPDX-License-Identifier: GPL-2.0-only
3 /dts-v1/;
5 #include "msm8916-pm8916.dtsi"
7 #include <dt-bindings/gpio/gpio.h>
12 chassis-type = "handset";
21 stdout-path = "serial0";
24 gpio-keys {
25 compatible = "gpio-keys";
27 pinctrl-0 = <&gpio_keys_default>;
28 pinctrl-names = "default";
32 volume-up-button {
33 label = "Volume Up";
38 volume-down-button {
39 label = "Volume Down";
45 reg_sd_vmmc: regulator-sdcard-vmmc {
46 compatible = "regulator-fixed";
47 regulator-name = "sdcard-vmmc";
48 regulator-min-microvolt = <2950000>;
49 regulator-max-microvolt = <2950000>;
52 enable-active-high;
54 startup-delay-us = <5000>;
56 pinctrl-0 = <&sd_vmmc_en_default>;
57 pinctrl-names = "default";
62 pinctrl-0 = <&blsp_uart2_console_default>;
63 pinctrl-1 = <&blsp_uart2_console_sleep>;
64 pinctrl-names = "default", "sleep";
81 vmmc-supply = <®_sd_vmmc>;
83 pinctrl-0 = <&sdc2_default &sdc2_cd_default>;
84 pinctrl-1 = <&sdc2_sleep &sdc2_cd_default>;
85 pinctrl-names = "default", "sleep";
87 cd-gpios = <&tlmm 38 GPIO_ACTIVE_HIGH>;
123 gpio_keys_default: gpio-keys-default-state {
124 pins = "gpio107", "gpio108";
126 drive-strength = <2>;
127 bias-pull-up;
130 sd_vmmc_en_default: sd-vmmc-en-default-state {
131 pins = "gpio60";
133 drive-strength = <2>;
134 bias-disable;
137 sdc2_cd_default: sdc2-cd-default-state {
138 pins = "gpio38";
140 drive-strength = <2>;
141 bias-pull-down;