diff options
Diffstat (limited to 'arch/arm/boot/dts/qcom-msm8660-surf.dts')
| -rw-r--r-- | arch/arm/boot/dts/qcom-msm8660-surf.dts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom-msm8660-surf.dts b/arch/arm/boot/dts/qcom-msm8660-surf.dts new file mode 100644 index 00000000000..45180adfadf --- /dev/null +++ b/arch/arm/boot/dts/qcom-msm8660-surf.dts @@ -0,0 +1,16 @@ +#include "qcom-msm8660.dtsi" + +/ { + model = "Qualcomm MSM8660 SURF"; + compatible = "qcom,msm8660-surf", "qcom,msm8660"; + + soc { + gsbi@19c00000 { + status = "ok"; + qcom,mode = <GSBI_PROT_I2C_UART>; + serial@19c40000 { + status = "ok"; + }; + }; + }; +}; |
