Add initial device trees to support Sun SoC and it's platforms. Change-Id: I885a56e29438675e3d7aa449f5e25f00cb28b02a Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
15 lines
262 B
Plaintext
15 lines
262 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "sun.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Sun SoC";
|
|
compatible = "qcom,sun";
|
|
qcom,board-id = <0 0>;
|
|
};
|