mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-08-31 14:13:39 +00:00

Add a device tree for the Xiaomi Redmi Note 9S (curtana) phone, based on sm7125-xiaomi-common.dtsi. Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Joe Mason <buddyjojo06@outlook.com> Signed-off-by: David Wronek <davidwronek@gmail.com> Link: https://lore.kernel.org/r/20240121-sm7125-upstream-v4-8-f7d1212c8ebb@gmail.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
17 lines
325 B
Plaintext
17 lines
325 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright (c) 2023, Joe Mason <buddyjojo06@outlook.com>
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "sm7125-xiaomi-common.dtsi"
|
|
|
|
/ {
|
|
model = "Xiaomi Redmi Note 9S";
|
|
compatible = "xiaomi,curtana", "qcom,sm7125";
|
|
|
|
/* required for bootloader to select correct board */
|
|
qcom,board-id = <0x20022 1>;
|
|
};
|