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