mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
mpc85xx: add properties normally added by U-Boot
This adds properties to PCIe as well as ethernet nodes which are normally added by the Extreme Networks U-Boot. Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
parent
16e1bf509c
commit
51046da7be
@ -199,6 +199,13 @@
|
||||
ranges = <0x2000000 0x0 0xa0000000 0 0xa0000000 0x0 0x20000000
|
||||
0x1000000 0x0 0x00000000 0 0xffc10000 0x0 0x10000>;
|
||||
reg = <0 0xffe09000 0 0x1000>;
|
||||
|
||||
/* Filled by U-Boot */
|
||||
bus-range = <0x00 0x01>;
|
||||
dma-ranges = <0x2000000 0x00 0xfff00000 0x00 0xffe00000
|
||||
0x00 0x100000 0x42000000 0x00 0x00 0x00
|
||||
0x00 0x00 0x10000000>;
|
||||
|
||||
pcie@0 {
|
||||
ranges = <0x2000000 0x0 0xa0000000
|
||||
0x2000000 0x0 0xa0000000
|
||||
@ -214,6 +221,13 @@
|
||||
reg = <0 0xffe0a000 0 0x1000>;
|
||||
ranges = <0x2000000 0x0 0x80000000 0 0x80000000 0x0 0x20000000
|
||||
0x1000000 0x0 0x00000000 0 0xffc00000 0x0 0x10000>;
|
||||
|
||||
/* Filled by U-Boot */
|
||||
bus-range = <0x00 0x01>;
|
||||
dma-ranges = <0x2000000 0x00 0xfff00000 0x00
|
||||
0xffe00000 0x00 0x100000 0x42000000
|
||||
0x00 0x00 0x00 0x00 0x00 0x10000000>;
|
||||
|
||||
pcie@0 {
|
||||
ranges = <0x2000000 0x0 0x80000000
|
||||
0x2000000 0x0 0x80000000
|
||||
@ -311,6 +325,18 @@
|
||||
};
|
||||
};
|
||||
|
||||
&enet0 {
|
||||
rx-stash-idx = <0x00>;
|
||||
rx-stash-len = <0x60>;
|
||||
bd-stash;
|
||||
};
|
||||
|
||||
&enet2 {
|
||||
rx-stash-idx = <0x00>;
|
||||
rx-stash-len = <0x60>;
|
||||
bd-stash;
|
||||
};
|
||||
|
||||
/*
|
||||
* For the OpenWrt 22.03 release, since Linux 5.10.138 now uses
|
||||
* aliases to determine PCI domain numbers, drop aliases so as not to
|
||||
|
Loading…
Reference in New Issue
Block a user