forked from Minki/linux
66a6c3175f
* Move SoC peripherals into an SoC container node * Move serial enabling into board file (qcom-msm8660-surf.dts) * Cleanup cpu node to match binding spec, enable-method and compatible should be per cpu, not part of the container * Add GSBI node and configuration of GSBI controller Signed-off-by: Kumar Gala <galak@codeaurora.org>
17 lines
258 B
Plaintext
17 lines
258 B
Plaintext
#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";
|
|
};
|
|
};
|
|
};
|
|
};
|