Commit c2284786 authored by Srinivas Kandagatla's avatar Srinivas Kandagatla Committed by Andy Gross

ARM: dts: db600c: add pcie support

This patch adds pcie and regulators required to get on board ATL1C
ethernet working.
Signed-off-by: default avatarSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Acked-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent f43a9271
...@@ -6,4 +6,16 @@ mux { ...@@ -6,4 +6,16 @@ mux {
bias-disable; bias-disable;
}; };
}; };
pcie_pins: pcie-pinmux {
mux {
pins = "gpio27";
function = "gpio";
};
conf {
pins = "gpio27";
drive-strength = <12>;
bias-disable;
};
};
}; };
...@@ -21,6 +21,16 @@ vph: regulator-fixed@1 { ...@@ -21,6 +21,16 @@ vph: regulator-fixed@1 {
regulator-type = "voltage"; regulator-type = "voltage";
regulator-boot-on; regulator-boot-on;
}; };
/* on board fixed 3.3v supply */
vcc3v3: vcc3v3 {
compatible = "regulator-fixed";
regulator-name = "VCC3V3";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
regulator-always-on;
};
}; };
soc { soc {
...@@ -109,6 +119,10 @@ l23 { ...@@ -109,6 +119,10 @@ l23 {
regulator-max-microvolt = <1900000>; regulator-max-microvolt = <1900000>;
bias-pull-down; bias-pull-down;
}; };
lvs6 {
bias-pull-down;
};
}; };
}; };
...@@ -135,6 +149,16 @@ serial@16640000 { ...@@ -135,6 +149,16 @@ serial@16640000 {
}; };
}; };
pci@1b500000 {
status = "okay";
vdda-supply = <&pm8921_s3>;
vdda_phy-supply = <&pm8921_lvs6>;
vdda_refclk-supply = <&vcc3v3>;
pinctrl-0 = <&pcie_pins>;
pinctrl-names = "default";
perst-gpio = <&tlmm_pinmux 27 GPIO_ACTIVE_LOW>;
};
/* OTG */ /* OTG */
phy@12500000 { phy@12500000 {
status = "okay"; status = "okay";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment