diff options
author | Daniele Debernardi <drebrez@gmail.com> | 2018-01-09 02:15:13 +0100 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2018-03-09 01:30:06 +0100 |
commit | 228eac04ef18b192943abaa5b2b830ce3320e35b (patch) | |
tree | 3c65da3a7fe46811ab208ef840e1827fc98a4111 /arch/arm/boot/dts/qcom-msm8974-samsung-klte.dts | |
parent | Linux 4.16-rc1 (diff) | |
download | linux-228eac04ef18b192943abaa5b2b830ce3320e35b.tar.xz linux-228eac04ef18b192943abaa5b2b830ce3320e35b.zip |
ARM: dts: qcom: Add initial DTS file for Samsung Galaxy S5 phone
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>
Diffstat (limited to 'arch/arm/boot/dts/qcom-msm8974-samsung-klte.dts')
-rw-r--r-- | arch/arm/boot/dts/qcom-msm8974-samsung-klte.dts | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom-msm8974-samsung-klte.dts b/arch/arm/boot/dts/qcom-msm8974-samsung-klte.dts new file mode 100644 index 000000000000..eaa1001d0a46 --- /dev/null +++ b/arch/arm/boot/dts/qcom-msm8974-samsung-klte.dts @@ -0,0 +1,24 @@ +// 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"; + }; + +}; |