xref: /linux/arch/arm/boot/dts/qcom/qcom-msm8926-samsung-matisselte.dts (revision e7e86d7697c6ed1dbbde18d7185c35b6967945ed)
1// SPDX-License-Identifier: BSD-3-Clause
2/*
3 * Copyright (c) 2022, Matti Lehtimäki <matti.lehtimaki@gmail.com>
4 * Copyright (c) 2023, Stefan Hansson <newbyte@postmarketos.org>
5 */
6
7/dts-v1/;
8
9#include "msm8926.dtsi"
10#include "qcom-msm8226-samsung-matisse-common.dtsi"
11
12/ {
13	model = "Samsung Galaxy Tab 4 10.1 LTE";
14	compatible = "samsung,matisselte", "qcom,msm8926", "qcom,msm8226";
15	chassis-type = "tablet";
16
17	reg_tsp_3p3v: regulator-tsp-3p3v {
18		compatible = "regulator-fixed";
19		regulator-name = "tsp_3p3v";
20		regulator-min-microvolt = <3300000>;
21		regulator-max-microvolt = <3300000>;
22
23		gpio = <&tlmm 32 GPIO_ACTIVE_HIGH>;
24		enable-active-high;
25
26		pinctrl-names = "default";
27		pinctrl-0 = <&tsp_en1_default_state>;
28	};
29};
30
31&modem {
32	mss-supply = <&pm8226_s5>;
33};
34
35&tlmm {
36	tsp_en1_default_state: tsp-en1-default-state {
37		pins = "gpio32";
38		function = "gpio";
39		drive-strength = <2>;
40		bias-disable;
41	};
42};
43