mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-02 16:44:59 +00:00

Some gpios are reserved for other subsystems, so mark these reserved gpios. Suggested-by: Can Guo <quic_cang@quicinc.com> Signed-off-by: Tengfei Fan <quic_tengfan@quicinc.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20231129103325.24854-6-quic_tengfan@quicinc.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
33 lines
481 B
Plaintext
33 lines
481 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 {
|
|
serial0 = &uart7;
|
|
};
|
|
|
|
chosen {
|
|
stdout-path = "serial0:115200n8";
|
|
};
|
|
};
|
|
|
|
&qupv3_id_0 {
|
|
status = "okay";
|
|
};
|
|
|
|
&tlmm {
|
|
gpio-reserved-ranges = <0 4>; /* NFC eSE SPI */
|
|
};
|
|
|
|
&uart7 {
|
|
status = "okay";
|
|
};
|