diff options
author | Kumar Gala <galak@codeaurora.org> | 2014-04-03 14:48:22 -0500 |
---|---|---|
committer | Kumar Gala <galak@codeaurora.org> | 2014-05-29 10:39:07 -0500 |
commit | f335b8af4fd5c8c192a55af58035506dc0c859b8 (patch) | |
tree | 3c5ed4c8abc0ae64eff9827619c243c053c3b316 /arch/arm/boot/dts/qcom-apq8064-ifc6410.dts | |
parent | 66a6c3175f582479f34c77e376b5c3a13129450b (diff) |
ARM: dts: qcom: Add initial APQ8064 SoC and IFC6410 board device trees
Add basic APQ8064 SoC include device tree and support for basic booting on
the IFC6410 board. Also, keep dtb build list and qcom_dt_match in sorted
order.
Signed-off-by: Kumar Gala <galak@codeaurora.org>
Diffstat (limited to 'arch/arm/boot/dts/qcom-apq8064-ifc6410.dts')
-rw-r--r-- | arch/arm/boot/dts/qcom-apq8064-ifc6410.dts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom-apq8064-ifc6410.dts b/arch/arm/boot/dts/qcom-apq8064-ifc6410.dts new file mode 100644 index 000000000000..7c2441d526bc --- /dev/null +++ b/arch/arm/boot/dts/qcom-apq8064-ifc6410.dts @@ -0,0 +1,16 @@ +#include "qcom-apq8064-v2.0.dtsi" + +/ { + model = "Qualcomm APQ8064/IFC6410"; + compatible = "qcom,apq8064-ifc6410", "qcom,apq8064"; + + soc { + gsbi@16600000 { + status = "ok"; + qcom,mode = <GSBI_PROT_I2C_UART>; + serial@16640000 { + status = "ok"; + }; + }; + }; +}; |