blob: 75e10d97c38674fbe4affabff7d1079de095af91 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2025 Val Packett <val@packett.cool>
*/
/dts-v1/;
#include "hamoa.dtsi"
#include "x1-dell-thena.dtsi"
/ {
model = "Dell Inspiron 14 Plus 7441";
compatible = "dell,inspiron-14-plus-7441", "qcom,x1e80100";
};
&sound {
model = "X1E80100-Dell-Inspiron-14p-7441";
};
&gpu {
status = "okay";
};
&gpu_zap_shader {
firmware-name = "qcom/x1e80100/dell/inspiron-14-plus-7441/qcdxkmsuc8380.mbn";
};
&i2c8 {
touchscreen@10 {
compatible = "hid-over-i2c";
reg = <0x10>;
hid-descr-addr = <0x1>;
interrupts-extended = <&tlmm 51 IRQ_TYPE_LEVEL_LOW>;
pinctrl-0 = <&ts0_default>;
pinctrl-names = "default";
};
};
&iris {
firmware-name = "qcom/x1e80100/dell/inspiron-14-plus-7441/qcvss8380.mbn";
status = "okay";
};
&remoteproc_adsp {
firmware-name = "qcom/x1e80100/dell/inspiron-14-plus-7441/qcadsp8380.mbn",
"qcom/x1e80100/dell/inspiron-14-plus-7441/adsp_dtbs.elf";
status = "okay";
};
&remoteproc_cdsp {
firmware-name = "qcom/x1e80100/dell/inspiron-14-plus-7441/qccdsp8380.mbn",
"qcom/x1e80100/dell/inspiron-14-plus-7441/cdsp_dtbs.elf";
status = "okay";
};
|