1// SPDX-License-Identifier: BSD-3-Clause 2/* 3 * Copyright (c) 2025 Qualcomm Innovation Center, Inc. All rights reserved. 4 * Copyright (c) 2025 Aleksandrs Vinarskis <alex.vinarskis@gmail.com> 5 */ 6 7/dts-v1/; 8 9#include "x1e80100.dtsi" 10#include "x1-asus-zenbook-a14.dtsi" 11 12/ { 13 model = "ASUS Zenbook A14 (UX3407RA)"; 14 compatible = "asus,zenbook-a14-ux3407ra", "qcom,x1e80100"; 15}; 16 17&gpu { 18 status = "okay"; 19}; 20 21&gpu_zap_shader { 22 firmware-name = "qcom/x1e80100/ASUSTeK/zenbook-a14/qcdxkmsuc8380.mbn"; 23}; 24 25&remoteproc_adsp { 26 firmware-name = "qcom/x1e80100/ASUSTeK/zenbook-a14/qcadsp8380.mbn", 27 "qcom/x1e80100/ASUSTeK/zenbook-a14/adsp_dtbs.elf"; 28 29 status = "okay"; 30}; 31 32&remoteproc_cdsp { 33 firmware-name = "qcom/x1e80100/ASUSTeK/zenbook-a14/qccdsp8380.mbn", 34 "qcom/x1e80100/ASUSTeK/zenbook-a14/cdsp_dtbs.elf"; 35 36 status = "okay"; 37}; 38