~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/arch/arm64/boot/dts/qcom/msm8916-motorola-surnia.dts

Version: ~ [ linux-6.11-rc3 ] ~ [ linux-6.10.4 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.45 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.104 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.164 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.223 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.281 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.319 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

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

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php