summaryrefslogtreecommitdiff
path: root/arch/nds32/dts/ag101p.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/nds32/dts/ag101p.dts')
-rw-r--r--arch/nds32/dts/ag101p.dts6
1 files changed, 6 insertions, 0 deletions
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>;
+ };
};