mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-05 05:06:55 +07:00
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";
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
};
|