There is SO MUCH common code between these two SoCs that it makes no sense to keep what is essentially a duplicate of 630.dtsi. Instead, it's better to just change the things that differ. Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org> Link: https://lore.kernel.org/r/20210728222542.54269-25-konrad.dybcio@somainline.org Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
45 lines
689 B
Plaintext
45 lines
689 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-only
|
|
/*
|
|
* Copyright (c) 2020, Alexey Minnekhanov <alexey.min@gmail.com>
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "sdm660.dtsi"
|
|
|
|
/ {
|
|
model = "Xiaomi Redmi Note 7";
|
|
compatible = "xiaomi,lavender", "qcom,sdm660";
|
|
|
|
aliases {
|
|
serial0 = &blsp1_uart2;
|
|
};
|
|
|
|
chosen {
|
|
stdout-path = "serial0:115200n8";
|
|
};
|
|
|
|
reserved-memory {
|
|
#address-cells = <2>;
|
|
#size-cells = <2>;
|
|
ranges;
|
|
|
|
ramoops@a0000000 {
|
|
compatible = "ramoops";
|
|
reg = <0x0 0xa0000000 0x0 0x400000>;
|
|
console-size = <0x20000>;
|
|
record-size = <0x20000>;
|
|
ftrace-size = <0x0>;
|
|
pmsg-size = <0x20000>;
|
|
};
|
|
};
|
|
};
|
|
|
|
&blsp1_uart2 {
|
|
status = "okay";
|
|
};
|
|
|
|
&tlmm {
|
|
gpio-reserved-ranges = <8 4>;
|
|
};
|