ARM: dts: qcom: Add initial DTS file for Sony Xperia Z1 phone
authorTim Bird <tim.bird@sonymobile.com>
Tue, 30 Sep 2014 22:49:49 +0000 (15:49 -0700)
committerKumar Gala <galak@codeaurora.org>
Thu, 16 Oct 2014 07:48:20 +0000 (02:48 -0500)
This DTS has support for the Sony Xperia Z1 phone (codenamed Honami).
This first version of the DTS supports just a serial console.

Signed-off-by: Tim Bird <tim.bird@sonymobile.com>
Tested-by: Kevin Hilman <khilman@linaro.org>
Signed-off-by: Kumar Gala <galak@codeaurora.org>
Documentation/devicetree/bindings/vendor-prefixes.txt
arch/arm/boot/dts/Makefile
arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts [new file with mode: 0644]

index ac7269f90764da1193f064dad2af7193398b5d8f..d3a45796d249467e723a2d5abb15af406810f5a2 100644 (file)
@@ -128,6 +128,7 @@ sirf        SiRF Technology, Inc.
 smsc   Standard Microsystems Corporation
 snps   Synopsys, Inc.
 solidrun       SolidRun
+sony   Sony Corporation
 spansion       Spansion Inc.
 st     STMicroelectronics
 ste    ST-Ericsson
index aaa1a685d3191bd526848680ae5f67d9be5c70b8..1e7b833bf489543466bfb2f99041f937984aebbc 100644 (file)
@@ -345,7 +345,8 @@ dtb-$(CONFIG_ARCH_QCOM) += \
        qcom-apq8084-mtp.dtb \
        qcom-ipq8064-ap148.dtb \
        qcom-msm8660-surf.dtb \
-       qcom-msm8960-cdp.dtb
+       qcom-msm8960-cdp.dtb \
+       qcom-msm8974-sony-xperia-honami.dtb
 dtb-$(CONFIG_ARCH_ROCKCHIP) += \
        rk3066a-bqcurie2.dtb \
        rk3188-radxarock.dtb \
diff --git a/arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts b/arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts
new file mode 100644 (file)
index 0000000..cccc21b
--- /dev/null
@@ -0,0 +1,17 @@
+#include "qcom-msm8974.dtsi"
+
+/ {
+       model = "Sony Xperia Z1";
+       compatible = "sony,xperia-honami", "qcom,msm8974";
+
+       memory@0 {
+               reg = <0 0x40000000>, <0x40000000 0x40000000>;
+               device_type = "memory";
+       };
+};
+
+&soc {
+       serial@f991e000 {
+               status = "ok";
+       };
+};