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:
committed by
Mathias Kresin
parent
c2ed721e89
commit
13c0d208b2
@@ -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>;
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
|
||||
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user