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

TOMOYO Linux Cross Reference
Linux/arch/arm64/boot/dts/qcom/msm8916-samsung-a5u-eur.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-samsung-a2015-common.dtsi"
  6 
  7 / {
  8         model = "Samsung Galaxy A5U (EUR)";
  9         compatible = "samsung,a5u-eur", "qcom,msm8916";
 10         chassis-type = "handset";
 11 
 12         reg_touch_key: regulator-touch-key {
 13                 compatible = "regulator-fixed";
 14                 regulator-name = "touch_key";
 15                 regulator-min-microvolt = <3300000>;
 16                 regulator-max-microvolt = <3300000>;
 17 
 18                 gpio = <&tlmm 97 GPIO_ACTIVE_HIGH>;
 19                 enable-active-high;
 20 
 21                 pinctrl-names = "default";
 22                 pinctrl-0 = <&tkey_en_default>;
 23         };
 24 };
 25 
 26 &accelerometer {
 27         mount-matrix = "-1", "0", "0",
 28                         "0", "1", "0",
 29                         "0", "0", "1";
 30 };
 31 
 32 &battery {
 33         charge-term-current-microamp = <200000>;
 34         constant-charge-current-max-microamp = <1500000>;
 35         constant-charge-voltage-max-microvolt = <4350000>;
 36 };
 37 
 38 &blsp_i2c5 {
 39         status = "okay";
 40 
 41         touchscreen@48 {
 42                 compatible = "melfas,mms345l";
 43 
 44                 reg = <0x48>;
 45                 interrupt-parent = <&tlmm>;
 46                 interrupts = <13 IRQ_TYPE_EDGE_FALLING>;
 47 
 48                 touchscreen-size-x = <720>;
 49                 touchscreen-size-y = <1280>;
 50 
 51                 avdd-supply = <&reg_vdd_tsp_a>;
 52                 vdd-supply = <&pm8916_l6>;
 53 
 54                 pinctrl-names = "default";
 55                 pinctrl-0 = <&ts_int_default>;
 56         };
 57 };
 58 
 59 &clk_pwm {
 60         status = "okay";
 61 };
 62 
 63 &touchkey {
 64         vcc-supply = <&reg_touch_key>;
 65         vdd-supply = <&reg_touch_key>;
 66 };
 67 
 68 &vibrator {
 69         status = "okay";
 70 };
 71 
 72 &wcnss {
 73         status = "okay";
 74 };
 75 
 76 &wcnss_iris {
 77         compatible = "qcom,wcn3660b";
 78 };
 79 
 80 &wcnss_mem {
 81         status = "okay";
 82 };
 83 
 84 &tlmm {
 85         tkey_en_default: tkey-en-default-state {
 86                 pins = "gpio97";
 87                 function = "gpio";
 88 
 89                 drive-strength = <2>;
 90                 bias-disable;
 91         };
 92 };

~ [ 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