aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVineet Gupta <vgupta@synopsys.com>2014-10-01 04:58:36 -0400
committerVineet Gupta <vgupta@synopsys.com>2014-12-15 00:54:58 -0500
commite8ef060b37c2d3cc5fd0c0edbe4e42ec1cb9768b (patch)
tree1495d8fb0088b9fa36b212c9469cbc60f23b1cb1
parent88ec11b0f82b517b4f1c13f57096db5c8872fccb (diff)
ARC: [nsimosci] move peripherals to match model to FPGA
This allows the sdplite/Zebu images to run on OSCI simulation platform Signed-off-by: Vineet Gupta <vgupta@synopsys.com> Cc: <stable@vger.kernel.org> #3.10, 3.12, 3.14, 3.16
-rw-r--r--arch/arc/boot/dts/nsimosci.dts18
1 files changed, 9 insertions, 9 deletions
diff --git a/arch/arc/boot/dts/nsimosci.dts b/arch/arc/boot/dts/nsimosci.dts
index cfaedd9c61c9..1c169dc74ad1 100644
--- a/arch/arc/boot/dts/nsimosci.dts
+++ b/arch/arc/boot/dts/nsimosci.dts
@@ -20,7 +20,7 @@
20 /* this is for console on PGU */ 20 /* this is for console on PGU */
21 /* bootargs = "console=tty0 consoleblank=0"; */ 21 /* bootargs = "console=tty0 consoleblank=0"; */
22 /* this is for console on serial */ 22 /* this is for console on serial */
23 bootargs = "earlycon=uart8250,mmio32,0xc0000000,115200n8 console=tty0 console=ttyS0,115200n8 consoleblank=0 debug"; 23 bootargs = "earlycon=uart8250,mmio32,0xf0000000,115200n8 console=tty0 console=ttyS0,115200n8 consoleblank=0 debug";
24 }; 24 };
25 25
26 aliases { 26 aliases {
@@ -41,9 +41,9 @@
41 #interrupt-cells = <1>; 41 #interrupt-cells = <1>;
42 }; 42 };
43 43
44 uart0: serial@c0000000 { 44 uart0: serial@f0000000 {
45 compatible = "ns8250"; 45 compatible = "ns8250";
46 reg = <0xc0000000 0x2000>; 46 reg = <0xf0000000 0x2000>;
47 interrupts = <11>; 47 interrupts = <11>;
48 clock-frequency = <3686400>; 48 clock-frequency = <3686400>;
49 baud = <115200>; 49 baud = <115200>;
@@ -52,21 +52,21 @@
52 no-loopback-test = <1>; 52 no-loopback-test = <1>;
53 }; 53 };
54 54
55 pgu0: pgu@c9000000 { 55 pgu0: pgu@f9000000 {
56 compatible = "snps,arcpgufb"; 56 compatible = "snps,arcpgufb";
57 reg = <0xc9000000 0x400>; 57 reg = <0xf9000000 0x400>;
58 }; 58 };
59 59
60 ps2: ps2@c9001000 { 60 ps2: ps2@f9001000 {
61 compatible = "snps,arc_ps2"; 61 compatible = "snps,arc_ps2";
62 reg = <0xc9000400 0x14>; 62 reg = <0xf9000400 0x14>;
63 interrupts = <13>; 63 interrupts = <13>;
64 interrupt-names = "arc_ps2_irq"; 64 interrupt-names = "arc_ps2_irq";
65 }; 65 };
66 66
67 eth0: ethernet@c0003000 { 67 eth0: ethernet@f0003000 {
68 compatible = "snps,oscilan"; 68 compatible = "snps,oscilan";
69 reg = <0xc0003000 0x44>; 69 reg = <0xf0003000 0x44>;
70 interrupts = <7>, <8>; 70 interrupts = <7>, <8>;
71 interrupt-names = "rx", "tx"; 71 interrupt-names = "rx", "tx";
72 }; 72 };