mirror of
https://github.com/torvalds/linux.git
synced 2026-04-30 20:42:33 -04:00
Add DTS for Qualcomm QRD platform which uses SM4450 SoC. Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Tengfei Fan <quic_tengfan@quicinc.com> Link: https://lore.kernel.org/r/20230731080043.38552-5-quic_tengfan@quicinc.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
19 lines
325 B
Plaintext
19 lines
325 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2023, Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "sm4450.dtsi"
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. SM4450 QRD";
|
|
compatible = "qcom,sm4450-qrd", "qcom,sm4450";
|
|
|
|
aliases { };
|
|
|
|
chosen {
|
|
bootargs = "console=hvc0";
|
|
};
|
|
};
|