1*f8f7cc59SJens Glathe// SPDX-License-Identifier: BSD-3-Clause 2*f8f7cc59SJens Glathe 3*f8f7cc59SJens Glathe/dts-v1/; 4*f8f7cc59SJens Glathe 5*f8f7cc59SJens Glathe#include "x1p42100.dtsi" 6*f8f7cc59SJens Glathe#include "x1e80100-pmics.dtsi" 7*f8f7cc59SJens Glathe#include "x1-hp-omnibook-x14.dtsi" 8*f8f7cc59SJens Glathe/delete-node/ &pmc8380_6; 9*f8f7cc59SJens Glathe/delete-node/ &pmc8380_6_thermal; 10*f8f7cc59SJens Glathe 11*f8f7cc59SJens Glathe/ { 12*f8f7cc59SJens Glathe model = "HP Omnibook X 14-fe1"; 13*f8f7cc59SJens Glathe compatible = "hp,omnibook-x14-fe1", "qcom,x1p42100"; 14*f8f7cc59SJens Glathe chassis-type = "laptop"; 15*f8f7cc59SJens Glathe}; 16*f8f7cc59SJens Glathe 17*f8f7cc59SJens Glathe&gpu_zap_shader { 18*f8f7cc59SJens Glathe firmware-name = "qcom/x1p42100/hp/omnibook-x14/qcdxkmsucpurwa.mbn"; 19*f8f7cc59SJens Glathe}; 20*f8f7cc59SJens Glathe 21*f8f7cc59SJens Glathe&remoteproc_adsp { 22*f8f7cc59SJens Glathe firmware-name = "qcom/x1p42100/hp/omnibook-x14/qcadsp8380.mbn", 23*f8f7cc59SJens Glathe "qcom/x1p42100/hp/omnibook-x14/adsp_dtbs.elf"; 24*f8f7cc59SJens Glathe 25*f8f7cc59SJens Glathe status = "okay"; 26*f8f7cc59SJens Glathe}; 27*f8f7cc59SJens Glathe 28*f8f7cc59SJens Glathe&remoteproc_cdsp { 29*f8f7cc59SJens Glathe firmware-name = "qcom/x1p42100/hp/omnibook-x14/qccdsp8380.mbn", 30*f8f7cc59SJens Glathe "qcom/x1p42100/hp/omnibook-x14/cdsp_dtbs.elf"; 31*f8f7cc59SJens Glathe 32*f8f7cc59SJens Glathe status = "okay"; 33*f8f7cc59SJens Glathe}; 34