1 // SPDX-License-Identifier: GPL-2.0-only 1 // SPDX-License-Identifier: GPL-2.0-only 2 2 3 /dts-v1/; 3 /dts-v1/; 4 4 5 #include "msm8916-motorola-common.dtsi" 5 #include "msm8916-motorola-common.dtsi" 6 6 7 / { 7 / { 8 model = "Motorola Moto E 2015 LTE"; 8 model = "Motorola Moto E 2015 LTE"; 9 compatible = "motorola,surnia", "qcom, 9 compatible = "motorola,surnia", "qcom,msm8916"; 10 chassis-type = "handset"; 10 chassis-type = "handset"; 11 }; 11 }; 12 12 13 &blsp_i2c4 { 13 &blsp_i2c4 { 14 status = "okay"; 14 status = "okay"; 15 15 16 battery@36 { 16 battery@36 { 17 compatible = "maxim,max17050"; 17 compatible = "maxim,max17050"; 18 reg = <0x36>; 18 reg = <0x36>; 19 19 20 interrupts-extended = <&tlmm 1 20 interrupts-extended = <&tlmm 12 IRQ_TYPE_EDGE_FALLING>; 21 21 22 pinctrl-0 = <&battery_alert_de 22 pinctrl-0 = <&battery_alert_default>; 23 pinctrl-names = "default"; 23 pinctrl-names = "default"; 24 24 25 maxim,rsns-microohm = <10000>; 25 maxim,rsns-microohm = <10000>; 26 maxim,over-heat-temp = <600>; 26 maxim,over-heat-temp = <600>; 27 maxim,cold-temp = <(-200)>; 27 maxim,cold-temp = <(-200)>; 28 maxim,dead-volt = <3200>; 28 maxim,dead-volt = <3200>; 29 maxim,over-volt = <4500>; 29 maxim,over-volt = <4500>; 30 30 31 }; 31 }; 32 }; 32 }; 33 33 34 &pm8916_codec { 34 &pm8916_codec { 35 qcom,micbias1-ext-cap; 35 qcom,micbias1-ext-cap; 36 qcom,micbias2-ext-cap; 36 qcom,micbias2-ext-cap; 37 }; 37 }; 38 38 39 &sdhc_2 { 39 &sdhc_2 { 40 pinctrl-0 = <&sdc2_default &sdc2_cd_de 40 pinctrl-0 = <&sdc2_default &sdc2_cd_default>; 41 pinctrl-1 = <&sdc2_sleep &sdc2_cd_defa 41 pinctrl-1 = <&sdc2_sleep &sdc2_cd_default>; 42 pinctrl-names = "default", "sleep"; 42 pinctrl-names = "default", "sleep"; 43 43 44 cd-gpios = <&tlmm 25 GPIO_ACTIVE_LOW>; 44 cd-gpios = <&tlmm 25 GPIO_ACTIVE_LOW>; 45 }; 45 }; 46 46 47 &sound { 47 &sound { 48 audio-routing = 48 audio-routing = 49 "AMIC1", "MIC BIAS External1", 49 "AMIC1", "MIC BIAS External1", 50 "AMIC3", "MIC BIAS External1"; 50 "AMIC3", "MIC BIAS External1"; 51 }; 51 }; 52 52 53 &touchscreen { 53 &touchscreen { 54 interrupts-extended = <&tlmm 21 IRQ_TY 54 interrupts-extended = <&tlmm 21 IRQ_TYPE_EDGE_FALLING>; 55 55 56 vdd-supply = <&pm8916_l16>; 56 vdd-supply = <&pm8916_l16>; 57 57 58 pinctrl-0 = <&ts_int_default>; 58 pinctrl-0 = <&ts_int_default>; 59 pinctrl-names = "default"; 59 pinctrl-names = "default"; 60 }; 60 }; 61 61 62 &tlmm { 62 &tlmm { 63 battery_alert_default: battery-alert-d 63 battery_alert_default: battery-alert-default-state { 64 pins = "gpio12"; 64 pins = "gpio12"; 65 function = "gpio"; 65 function = "gpio"; 66 drive-strength = <2>; 66 drive-strength = <2>; 67 bias-pull-up; 67 bias-pull-up; 68 }; 68 }; 69 69 70 sdc2_cd_default: sdc2-cd-default-state 70 sdc2_cd_default: sdc2-cd-default-state { 71 pins = "gpio25"; 71 pins = "gpio25"; 72 function = "gpio"; 72 function = "gpio"; 73 drive-strength = <2>; 73 drive-strength = <2>; 74 bias-disable; 74 bias-disable; 75 }; 75 }; 76 76 77 ts_int_default: ts-int-default-state { 77 ts_int_default: ts-int-default-state { 78 pins = "gpio21"; 78 pins = "gpio21"; 79 function = "gpio"; 79 function = "gpio"; 80 drive-strength = <2>; 80 drive-strength = <2>; 81 bias-disable; 81 bias-disable; 82 }; 82 }; 83 }; 83 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.