This patch adds APQ support for ATP platform. Change-Id: I6b91f7151cc88834782fc6068d3adfc2f2024b84 Signed-off-by: Akash Gajjar <quic_agajjar@quicinc.com>
17 lines
368 B
Plaintext
17 lines
368 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "sun-sde.dtsi"
|
|
|
|
/ {
|
|
qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>,
|
|
<0x100026a 0x10000>, <0x100026a 0x20000>,
|
|
<0x100027f 0x10000>, <0x100027f 0x20000>;
|
|
qcom,board-id = <15 0>;
|
|
};
|