883250014d
All device DTS files in the target set the serial0 property 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). * The only exception is ipq8064-db149, which defines "serial0 = &uart2;", but inside a block called "alias" instead of "aliases". It must be assumed that this is broken anyway, so we don't touch it here. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
28 lines
286 B
Plaintext
28 lines
286 B
Plaintext
#include "qcom-ipq8064.dtsi"
|
|
|
|
/ {
|
|
aliases {
|
|
serial0 = &gsbi4_serial;
|
|
};
|
|
|
|
chosen {
|
|
stdout-path = "serial0:115200n8";
|
|
};
|
|
};
|
|
|
|
&CPU_SPC {
|
|
status = "okay";
|
|
};
|
|
|
|
&pcie0 {
|
|
phy-tx0-term-offset = <7>;
|
|
};
|
|
|
|
&pcie1 {
|
|
phy-tx0-term-offset = <7>;
|
|
};
|
|
|
|
&pcie2 {
|
|
phy-tx0-term-offset = <7>;
|
|
};
|