diff options
Diffstat (limited to 'arch/nds32/dts/ag101p.dts')
-rw-r--r-- | arch/nds32/dts/ag101p.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/nds32/dts/ag101p.dts b/arch/nds32/dts/ag101p.dts index 91314b5633..99cde2f8b8 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>; + }; }; |