ramips: introduce CONFIG_PCI and CONFIG_OF_*PCI for rt288x

This is a prerequisite for F5D8235 V1 to use PCI based OHCI/EHCI.

Signed-off-by: Tobias Wolf <github-NTEO@vplace.de>
This commit is contained in:
Tobias Wolf
2016-11-15 22:31:16 +01:00
committed by Mathias Kresin
parent c2ed721e89
commit 13c0d208b2
4 changed files with 17 additions and 5 deletions

View File

@@ -11,6 +11,10 @@
compatible = "F5D8235_V1", "ralink,rt2880-soc";
model = "Belkin F5D8235 v1";
pci@440000 {
status = "ok";
};
cfi@1f000000 {
compatible = "cfi-flash";
reg = <0xbc400000 0x800000>;

View File

@@ -11,10 +11,6 @@
model = "Buffalo WZR-AGL300NH";
pci@440000 {
compatible = "ralink,rt288x-pci";
reg = <0x00440000 0x20000>;
#address-cells = <1>;
#size-cells = <1>;
status = "ok";
};

View File

@@ -186,6 +186,14 @@
#clock-cells = <1>;
};
pci: pci@440000 {
compatible = "ralink,rt288x-pci";
reg = <0x00440000 0x20000>;
#address-cells = <1>;
#size-cells = <1>;
status = "disabled";
};
ethernet: ethernet@400000 {
compatible = "ralink,rt2880-eth";
reg = <0x00400000 0x10000>;