The moves a few additional common nodes to the common DTSI files for qcom-ipq8064-v2.0 and qcom-ipq8065 devices. Remove a few redundant definitions on the way. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
69 lines
939 B
Text
69 lines
939 B
Text
#include "qcom-ipq8064.dtsi"
|
|
|
|
/ {
|
|
aliases {
|
|
serial0 = &gsbi4_serial;
|
|
};
|
|
|
|
chosen {
|
|
stdout-path = "serial0:115200n8";
|
|
};
|
|
|
|
reserved-memory {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
ranges;
|
|
|
|
rsvd@41200000 {
|
|
reg = <0x41200000 0x300000>;
|
|
no-map;
|
|
};
|
|
};
|
|
};
|
|
|
|
&gsbi4 {
|
|
qcom,mode = <GSBI_PROT_I2C_UART>;
|
|
status = "okay";
|
|
|
|
serial@16340000 {
|
|
status = "okay";
|
|
};
|
|
/*
|
|
* The i2c device on gsbi4 should not be enabled.
|
|
* On ipq806x designs gsbi4 i2c is meant for exclusive
|
|
* RPM usage. Turning this on in kernel manifests as
|
|
* i2c failure for the RPM.
|
|
*/
|
|
};
|
|
|
|
&CPU_SPC {
|
|
status = "okay";
|
|
};
|
|
|
|
&pcie0 {
|
|
phy-tx0-term-offset = <0>;
|
|
};
|
|
|
|
&pcie1 {
|
|
phy-tx0-term-offset = <0>;
|
|
};
|
|
|
|
&pcie2 {
|
|
phy-tx0-term-offset = <0>;
|
|
};
|
|
|
|
&sata {
|
|
ports-implemented = <0x1>;
|
|
};
|
|
|
|
&ss_phy_0 {
|
|
qcom,rx-eq = <2>;
|
|
qcom,tx-deamp_3_5db = <32>;
|
|
qcom,mpll = <5>;
|
|
};
|
|
|
|
&ss_phy_1 {
|
|
qcom,rx-eq = <2>;
|
|
qcom,tx-deamp_3_5db = <32>;
|
|
qcom,mpll = <5>;
|
|
};
|