Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

+9 -9
+9 -9
arch/arc/boot/dts/nsimosci.dts
··· 20 20 /* this is for console on PGU */ 21 21 /* bootargs = "console=tty0 consoleblank=0"; */ 22 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 26 aliases { ··· 41 41 #interrupt-cells = <1>; 42 42 }; 43 43 44 - uart0: serial@c0000000 { 44 + uart0: serial@f0000000 { 45 45 compatible = "ns8250"; 46 - reg = <0xc0000000 0x2000>; 46 + reg = <0xf0000000 0x2000>; 47 47 interrupts = <11>; 48 48 clock-frequency = <3686400>; 49 49 baud = <115200>; ··· 52 52 no-loopback-test = <1>; 53 53 }; 54 54 55 - pgu0: pgu@c9000000 { 55 + pgu0: pgu@f9000000 { 56 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 61 compatible = "snps,arc_ps2"; 62 - reg = <0xc9000400 0x14>; 62 + reg = <0xf9000400 0x14>; 63 63 interrupts = <13>; 64 64 interrupt-names = "arc_ps2_irq"; 65 65 }; 66 66 67 - eth0: ethernet@c0003000 { 67 + eth0: ethernet@f0003000 { 68 68 compatible = "snps,oscilan"; 69 - reg = <0xc0003000 0x44>; 69 + reg = <0xf0003000 0x44>; 70 70 interrupts = <7>, <8>; 71 71 interrupt-names = "rx", "tx"; 72 72 };