diff options
Diffstat (limited to 'arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts')
-rw-r--r-- | arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts | 17 |
1 files changed, 17 insertions, 0 deletions
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 index 000000000000..cccc21b7c8fd --- /dev/null +++ b/arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts | |||
@@ -0,0 +1,17 @@ | |||
1 | #include "qcom-msm8974.dtsi" | ||
2 | |||
3 | / { | ||
4 | model = "Sony Xperia Z1"; | ||
5 | compatible = "sony,xperia-honami", "qcom,msm8974"; | ||
6 | |||
7 | memory@0 { | ||
8 | reg = <0 0x40000000>, <0x40000000 0x40000000>; | ||
9 | device_type = "memory"; | ||
10 | }; | ||
11 | }; | ||
12 | |||
13 | &soc { | ||
14 | serial@f991e000 { | ||
15 | status = "ok"; | ||
16 | }; | ||
17 | }; | ||