mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 13:11:45 +00:00
f335b8af4f
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>
17 lines
269 B
Plaintext
17 lines
269 B
Plaintext
#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";
|
|
};
|
|
};
|
|
};
|
|
};
|