23 lines
400 B
Plaintext
23 lines
400 B
Plaintext
|
|
// SPDX-License-Identifier: BSD-3-Clause
|
||
|
|
/*
|
||
|
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||
|
|
*/
|
||
|
|
|
||
|
|
/dts-v1/;
|
||
|
|
|
||
|
|
#include "x1e80100.dtsi"
|
||
|
|
#include "x1-crd.dtsi"
|
||
|
|
|
||
|
|
/ {
|
||
|
|
model = "Qualcomm Technologies, Inc. X1E80100 CRD";
|
||
|
|
compatible = "qcom,x1e80100-crd", "qcom,x1e80100";
|
||
|
|
};
|
||
|
|
|
||
|
|
&gpu_zap_shader {
|
||
|
|
firmware-name = "qcom/x1e80100/gen70500_zap.mbn";
|
||
|
|
};
|
||
|
|
|
||
|
|
&iris {
|
||
|
|
status = "okay";
|
||
|
|
};
|