mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
arm: dts: ipq5332: update pci configuration
This patch updates the pci configuration for AP-MI01.3 and AP-MI04.1 AP-MI01.3 PCIE0 - Pebble 5G PCIE1_x1 - Pebble 6G PCIE2 - Unused AP-MI04.1 PCIE0 - Pebble 6G PCIE1_x1 - Pebble 5G PCIE2 - Unused Change-Id: Ic667167840dd5d0a6c904c6b17521183121dd87f Signed-off-by: Timple Raj M <quic_timple@quicinc.com>
This commit is contained in:
parent
e2c7914736
commit
b34a049617
2 changed files with 46 additions and 1 deletions
|
|
@ -24,6 +24,7 @@
|
|||
nand = "/nand-controller@79B0000";
|
||||
mmc = "/sdhci@7804000";
|
||||
usb0 = "/xhci@8a00000";
|
||||
pci0 = "/pci@20000000";
|
||||
pci1 = "/pci@18000000";
|
||||
i2c0 = "/i2c@78B6000";
|
||||
};
|
||||
|
|
@ -180,10 +181,24 @@
|
|||
};
|
||||
};
|
||||
|
||||
pci0: pci@20000000 {
|
||||
status = "ok";
|
||||
perst_gpio = <38>;
|
||||
lane = <1>;
|
||||
pci_gpio {
|
||||
pci_rst {
|
||||
gpio = <38>;
|
||||
pull = <GPIO_PULL_UP>;
|
||||
oe = <GPIO_OE_ENABLE>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
pci1: pci@18000000 {
|
||||
status = "ok";
|
||||
perst_gpio = <47>;
|
||||
lane = <2>;
|
||||
lane = <1>;
|
||||
pci_gpio {
|
||||
pci_rst {
|
||||
gpio = <47>;
|
||||
|
|
|
|||
|
|
@ -24,6 +24,8 @@
|
|||
nand = "/nand-controller@79B0000";
|
||||
usb0 = "/xhci@8a00000";
|
||||
i2c0 = "/i2c@78B6000";
|
||||
pci0 = "/pci@20000000";
|
||||
pci1 = "/pci@18000000";
|
||||
};
|
||||
|
||||
serial@78AF000 {
|
||||
|
|
@ -136,4 +138,32 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
pci0: pci@20000000 {
|
||||
status = "ok";
|
||||
perst_gpio = <38>;
|
||||
lane = <1>;
|
||||
pci_gpio {
|
||||
pci_rst {
|
||||
gpio = <38>;
|
||||
pull = <GPIO_PULL_UP>;
|
||||
oe = <GPIO_OE_ENABLE>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
pci1: pci@18000000 {
|
||||
status = "ok";
|
||||
perst_gpio = <47>;
|
||||
lane = <1>;
|
||||
pci_gpio {
|
||||
pci_rst {
|
||||
gpio = <47>;
|
||||
pull = <GPIO_PULL_UP>;
|
||||
oe = <GPIO_OE_ENABLE>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue