mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-08-31 22:23:05 +00:00

Introduce a device tree for the HP EliteBook Ultra G1q 14" AI laptop. It seems to be using the same baseboard as the HP OmniBook X 14 so just use that for now. Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com> Link: https://lore.kernel.org/r/20250429144957.2088284-4-juerg.haefliger@canonical.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
31 lines
659 B
Plaintext
31 lines
659 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
/dts-v1/;
|
|
|
|
#include "x1e80100-hp-omnibook-x14.dts"
|
|
|
|
/ {
|
|
model = "HP EliteBook Ultra G1q";
|
|
compatible = "hp,elitebook-ultra-g1q", "qcom,x1e80100";
|
|
};
|
|
|
|
&gpu {
|
|
zap-shader {
|
|
firmware-name = "qcom/x1e80100/hp/elitebook-ultra-g1q/qcdxkmsuc8380.mbn";
|
|
};
|
|
};
|
|
|
|
&remoteproc_adsp {
|
|
firmware-name = "qcom/x1e80100/hp/elitebook-ultra-g1q/qcadsp8380.mbn",
|
|
"qcom/x1e80100/hp/elitebook-ultra-g1q/adsp_dtbs.elf";
|
|
};
|
|
|
|
&remoteproc_cdsp {
|
|
firmware-name = "qcom/x1e80100/hp/elitebook-ultra-g1q/qccdsp8380.mbn",
|
|
"qcom/x1e80100/hp/elitebook-ultra-g1q/cdsp_dtbs.elf";
|
|
};
|
|
|
|
&sound {
|
|
model = "X1E80100-HP-ELITEBOOK-ULTRA-G1Q";
|
|
};
|