aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq806x/files-4.19/arch/arm/boot/dts/qcom-ipq8064-v2.0.dtsi
blob: dd272c7fc78d8e16cb170c8053a9ffdaccc79859 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#include "qcom-ipq8064-v1.0.dtsi"

/ {
	soc: soc {

		pcie0: pci@1b500000 {
			phy-tx0-term-offset = <0>;
		};

		pcie1: pci@1b700000 {
			phy-tx0-term-offset = <0>;
		};

		pcie2: pci@1b900000 {
			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>;
};