summaryrefslogtreecommitdiffstats
path: root/bsps/microblaze/microblaze_fpga/dts/system.dts
diff options
context:
space:
mode:
authorAlex White <alex.white@oarcorp.com>2021-12-23 17:33:39 -0600
committerJoel Sherrill <joel@rtems.org>2022-02-01 16:58:24 -0600
commit37543e196813e552fa316cf595f26e1ac612e34a (patch)
tree3f700b07df48cb9ce23ae607648c227313dc067a /bsps/microblaze/microblaze_fpga/dts/system.dts
parentmicroblaze: Add support for libbsd. (diff)
downloadrtems-37543e196813e552fa316cf595f26e1ac612e34a.tar.bz2
microblaze: Add support for libbsd networking
This includes fixes and improvements necessary to get libbsd networking running.
Diffstat (limited to 'bsps/microblaze/microblaze_fpga/dts/system.dts')
-rw-r--r--bsps/microblaze/microblaze_fpga/dts/system.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/bsps/microblaze/microblaze_fpga/dts/system.dts b/bsps/microblaze/microblaze_fpga/dts/system.dts
index bdc4267a85..78762f8df2 100644
--- a/bsps/microblaze/microblaze_fpga/dts/system.dts
+++ b/bsps/microblaze/microblaze_fpga/dts/system.dts
@@ -222,7 +222,7 @@
phandle = <0x6>;
dmas = <&dma 0
&dma 1>;
- dma-names = "rx", "tx";
+ dma-names = "tx", "rx";
memory-region = <&dma_reserved>;
mdio {
#address-cells = <0x1>;
@@ -230,7 +230,7 @@
phy@1 {
device_type = "ethernet-phy";
- reg = <0x1>;
+ reg = <0x7>;
phandle = <0x5>;
};
};