Skip to content
Snippets Groups Projects
Commit d7f165cf authored by Baruch Siach's avatar Baruch Siach Committed by Stefan Roese
Browse files

arm: mvebu: cf gt-8k: dts: add PCIe slot reset support


Describe the mini-PCIe slot gpio reset signal. This enables PCIe devices
on Clearfog GT-8K.

Signed-off-by: default avatarBaruch Siach <baruch@tkos.co.il>
Reviewed-by: default avatarStefan Roese <sr@denx.de>
Signed-off-by: default avatarStefan Roese <sr@denx.de>
parent 6664a0e5
No related branches found
No related tags found
No related merge requests found
...@@ -99,6 +99,11 @@ ...@@ -99,6 +99,11 @@
0 0 0 0 0 0 0xe 0xe 0xe 0xe 0 0 0 0 0 0 0xe 0xe 0xe 0xe
0xe 0xe 0 >; 0xe 0xe 0 >;
cpm_pcie_reset_pins: cpm-pcie-reset-pins {
marvell,pins = < 32 >;
marvell,function = <0>;
};
cpm_xhci_vbus_pins: cpm-xhci-vbus-pins { cpm_xhci_vbus_pins: cpm-xhci-vbus-pins {
marvell,pins = < 47 >; marvell,pins = < 47 >;
marvell,function = <0>; marvell,function = <0>;
...@@ -120,6 +125,9 @@ ...@@ -120,6 +125,9 @@
&cpm_pcie0 { &cpm_pcie0 {
num-lanes = <1>; num-lanes = <1>;
pinctrl-names = "default";
pinctrl-0 = <&cpm_pcie_reset_pins>;
marvell,reset-gpio = <&cpm_gpio1 0 GPIO_ACTIVE_LOW>;
status = "okay"; status = "okay";
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment