All device DTS files in the target set the stdout-path to the same value. So, let's move the definitions to the DTSI files. That's also where the kernel defines it (qcom-ipq8064-v1.0.dtsi). Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
36 lines
383 B
Plaintext
36 lines
383 B
Plaintext
#include "qcom-ipq8064.dtsi"
|
|
|
|
/ {
|
|
chosen {
|
|
stdout-path = "serial0:115200n8";
|
|
};
|
|
};
|
|
|
|
&CPU_SPC {
|
|
status = "okay";
|
|
};
|
|
|
|
&pcie0 {
|
|
phy-tx0-term-offset = <0>;
|
|
};
|
|
|
|
&pcie1 {
|
|
phy-tx0-term-offset = <0>;
|
|
};
|
|
|
|
&pcie2 {
|
|
phy-tx0-term-offset = <0>;
|
|
};
|
|
|
|
&ss_phy_0 {
|
|
rx_eq = <2>;
|
|
tx_deamp_3_5db = <32>;
|
|
mpll = <0xa0>;
|
|
};
|
|
|
|
&ss_phy_1 {
|
|
rx_eq = <2>;
|
|
tx_deamp_3_5db = <32>;
|
|
mpll = <0xa0>;
|
|
};
|