Add initial device trees to support tuna SoC. Change-Id: I3caa9859791478f81abbc8110a50af5905a01279 Signed-off-by: Shivendra Pratap <quic_spratap@quicinc.com>
13 lines
263 B
Plaintext
13 lines
263 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
/dts-v1/;
|
|
#include "tuna.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Tuna SoC";
|
|
compatible = "qcom,tuna";
|
|
qcom,board-id = <0 0>;
|
|
};
|