arc: [plat-nsimosci*] use ezchip network driver
Since ezchip network driver was adapted to little endian architecture this patch provides the corresponding arch/arc/{boot/dts,configs}/ updates so we can switch over to this device-model/driver for OSCI platform. Cc: Alexey Brodkin <abrodkin@synopsys.com> Signed-off-by: Lada Trimasova <ltrimas@synopsys.com> Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
This commit is contained in:

committed by
Vineet Gupta

parent
b31ac42697
commit
df420fd688
@@ -65,10 +65,9 @@
|
||||
};
|
||||
|
||||
eth0: ethernet@f0003000 {
|
||||
compatible = "snps,oscilan";
|
||||
compatible = "ezchip,nps-mgt-enet";
|
||||
reg = <0xf0003000 0x44>;
|
||||
interrupts = <7>, <8>;
|
||||
interrupt-names = "rx", "tx";
|
||||
interrupts = <7>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@@ -65,10 +65,9 @@
|
||||
};
|
||||
|
||||
eth0: ethernet@f0003000 {
|
||||
compatible = "snps,oscilan";
|
||||
compatible = "ezchip,nps-mgt-enet";
|
||||
reg = <0xf0003000 0x44>;
|
||||
interrupts = <25>, <26>;
|
||||
interrupt-names = "rx", "tx";
|
||||
interrupts = <25>;
|
||||
};
|
||||
|
||||
arcpct0: pct {
|
||||
|
@@ -85,11 +85,10 @@
|
||||
};
|
||||
|
||||
eth0: ethernet@f0003000 {
|
||||
compatible = "snps,oscilan";
|
||||
compatible = "ezchip,nps-mgt-enet";
|
||||
reg = <0xf0003000 0x44>;
|
||||
interrupt-parent = <&idu_intc>;
|
||||
interrupts = <1 2>, <2 2>;
|
||||
interrupt-names = "rx", "tx";
|
||||
interrupts = <1 2>;
|
||||
};
|
||||
|
||||
arcpct0: pct {
|
||||
|
Reference in New Issue
Block a user