Lines Matching +full:sdcard +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 {
38 volume-down-button {
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";
78 vmmc-supply = <®_sd_vmmc>;
80 pinctrl-0 = <&sdc2_default &sdc2_cd_default>;
81 pinctrl-1 = <&sdc2_sleep &sdc2_cd_default>;
82 pinctrl-names = "default", "sleep";
84 cd-gpios = <&tlmm 38 GPIO_ACTIVE_HIGH>;
120 gpio_keys_default: gpio-keys-default-state {
121 pins = "gpio107", "gpio108";
123 drive-strength = <2>;
124 bias-pull-up;
127 sd_vmmc_en_default: sd-vmmc-en-default-state {
128 pins = "gpio60";
130 drive-strength = <2>;
131 bias-disable;
134 sdc2_cd_default: sdc2-cd-default-state {
135 pins = "gpio38";
137 drive-strength = <2>;
138 bias-pull-down;