arm64: dts: clearfog-gt-8k: add PCIe slot description
This adds support for the PCIe interface on the CON4 mini-PCIe connector. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
This commit is contained in:
parent
b0e11e58c5
commit
91f84690b5
|
@ -233,6 +233,13 @@ cp0_sdhci_pins: sdhci-pins {
|
|||
};
|
||||
};
|
||||
|
||||
&cp0_pcie0 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&cp0_pci0_reset_pins>;
|
||||
reset-gpios = <&cp0_gpio2 0 GPIO_ACTIVE_LOW>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&cp0_gpio2 {
|
||||
sata_reset {
|
||||
gpio-hog;
|
||||
|
|
Loading…
Reference in New Issue