mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-20 12:10:01 +07:00
228eac04ef
This DTS has support for the Samsung Galaxy S5 (codenamed klte). Initial version have support just for serial console. Cc: Andy Gross <andy.gross@linaro.org> Cc: Bjorn Andersson <bjorn.andersson@linaro.org> Cc: David Brown <david.brown@linaro.org> Cc: Rob Herring <robh+dt@kernel.org> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Russell King <linux@armlinux.org.uk> Cc: devicetree@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org Cc: linux-arm-msm@vger.kernel.org Signed-off-by: Daniele Debernardi <drebrez@gmail.com> Signed-off-by: Andy Gross <andy.gross@linaro.org>
25 lines
353 B
Plaintext
25 lines
353 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
#include "qcom-msm8974pro.dtsi"
|
|
#include "qcom-pm8841.dtsi"
|
|
#include "qcom-pm8941.dtsi"
|
|
|
|
/ {
|
|
model = "Samsung Galaxy S5";
|
|
compatible = "samsung,klte", "qcom,msm8974";
|
|
|
|
aliases {
|
|
serial0 = &blsp1_uart1;
|
|
};
|
|
|
|
chosen {
|
|
stdout-path = "serial0:115200n8";
|
|
};
|
|
};
|
|
|
|
&soc {
|
|
serial@f991e000 {
|
|
status = "ok";
|
|
};
|
|
|
|
};
|