summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-05-26 15:18:53 (GMT)
committerTom Rini <trini@konsulko.com>2017-05-26 15:18:53 (GMT)
commit8dc1b17f14c9201c7d0da0f33e404a7e051b2ec6 (patch)
treeb4566d2d99140d4180efc2ca9f32b2ddf3e310a8 /arch
parentbe62fbf376261ab3a4ed5db3bf54d5df9e216d9f (diff)
parentbe71a179bdd935336fb0bee8283be729144ac965 (diff)
downloadu-boot-fsl-qoriq-8dc1b17f14c9201c7d0da0f33e404a7e051b2ec6.tar.xz
Merge branch 'master' of git://git.denx.de/u-boot-nds32
Move FTMAC100 to where it should be, alphabetically in drivers/net/Kconfig Signed-off-by: Tom Rini <trini@konsulko.com> Conflicts: drivers/net/Kconfig
Diffstat (limited to 'arch')
-rw-r--r--arch/nds32/dts/ae3xx.dts7
-rw-r--r--arch/nds32/dts/ag101p.dts6
2 files changed, 13 insertions, 0 deletions
diff --git a/arch/nds32/dts/ae3xx.dts b/arch/nds32/dts/ae3xx.dts
index 9062760..4221e4b 100644
--- a/arch/nds32/dts/ae3xx.dts
+++ b/arch/nds32/dts/ae3xx.dts
@@ -7,6 +7,7 @@
aliases {
uart0 = &serial0;
+ ethernet0 = &mac0;
} ;
chosen {
@@ -55,6 +56,12 @@
clock-frequency = <30000000>;
};
+ mac0: mac@e0100000 {
+ compatible = "andestech,atmac100";
+ reg = <0xe0100000 0x1000>;
+ interrupts = <25 4>;
+ };
+
nor@0,0 {
compatible = "cfi-flash";
reg = <0x88000000 0x1000>;
diff --git a/arch/nds32/dts/ag101p.dts b/arch/nds32/dts/ag101p.dts
index 91314b5..99cde2f 100644
--- a/arch/nds32/dts/ag101p.dts
+++ b/arch/nds32/dts/ag101p.dts
@@ -7,6 +7,7 @@
aliases {
uart0 = &serial0;
+ ethernet0 = &mac0;
} ;
chosen {
@@ -54,4 +55,9 @@
clock-frequency = <15000000>;
};
+ mac0: mac@90900000 {
+ compatible = "andestech,atmac100";
+ reg = <0x90900000 0x1000>;
+ interrupts = <25 4>;
+ };
};