ipq806x: move further common nodes to the DTSI files
[openwrt/openwrt.git] / target / linux / ipq806x / files-5.4 / arch / arm / boot / dts / qcom-ipq8064-v2.0.dtsi
1 #include "qcom-ipq8064.dtsi"
2
3 / {
4 aliases {
5 serial0 = &gsbi4_serial;
6 };
7
8 chosen {
9 stdout-path = "serial0:115200n8";
10 };
11
12 reserved-memory {
13 #address-cells = <1>;
14 #size-cells = <1>;
15 ranges;
16
17 rsvd@41200000 {
18 reg = <0x41200000 0x300000>;
19 no-map;
20 };
21 };
22 };
23
24 &gsbi4 {
25 qcom,mode = <GSBI_PROT_I2C_UART>;
26 status = "okay";
27
28 serial@16340000 {
29 status = "okay";
30 };
31 /*
32 * The i2c device on gsbi4 should not be enabled.
33 * On ipq806x designs gsbi4 i2c is meant for exclusive
34 * RPM usage. Turning this on in kernel manifests as
35 * i2c failure for the RPM.
36 */
37 };
38
39 &CPU_SPC {
40 status = "okay";
41 };
42
43 &pcie0 {
44 phy-tx0-term-offset = <0>;
45 };
46
47 &pcie1 {
48 phy-tx0-term-offset = <0>;
49 };
50
51 &pcie2 {
52 phy-tx0-term-offset = <0>;
53 };
54
55 &sata {
56 ports-implemented = <0x1>;
57 };
58
59 &ss_phy_0 {
60 qcom,rx-eq = <2>;
61 qcom,tx-deamp_3_5db = <32>;
62 qcom,mpll = <5>;
63 };
64
65 &ss_phy_1 {
66 qcom,rx-eq = <2>;
67 qcom,tx-deamp_3_5db = <32>;
68 qcom,mpll = <5>;
69 };