38 lines
828 B
Plaintext
38 lines
828 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2025 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
* Copyright (c) 2025 Aleksandrs Vinarskis <alex.vinarskis@gmail.com>
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "x1e80100.dtsi"
|
|
#include "x1-asus-zenbook-a14.dtsi"
|
|
|
|
/ {
|
|
model = "ASUS Zenbook A14 (UX3407RA)";
|
|
compatible = "asus,zenbook-a14-ux3407ra", "qcom,x1e80100";
|
|
};
|
|
|
|
&gpu {
|
|
status = "okay";
|
|
};
|
|
|
|
&gpu_zap_shader {
|
|
firmware-name = "qcom/x1e80100/ASUSTeK/zenbook-a14/qcdxkmsuc8380.mbn";
|
|
};
|
|
|
|
&remoteproc_adsp {
|
|
firmware-name = "qcom/x1e80100/ASUSTeK/zenbook-a14/qcadsp8380.mbn",
|
|
"qcom/x1e80100/ASUSTeK/zenbook-a14/adsp_dtbs.elf";
|
|
|
|
status = "okay";
|
|
};
|
|
|
|
&remoteproc_cdsp {
|
|
firmware-name = "qcom/x1e80100/ASUSTeK/zenbook-a14/qccdsp8380.mbn",
|
|
"qcom/x1e80100/ASUSTeK/zenbook-a14/cdsp_dtbs.elf";
|
|
|
|
status = "okay";
|
|
};
|