Skip to content

Commit 941a8b4

Browse files
committed
ARC: [nsimosci*] move peripherals to match sdplite/zebu
Signed-off-by: Vineet Gupta <[email protected]>
1 parent 8f26af2 commit 941a8b4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

arch/arc/boot/dts/nsimosci.dts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
/* this is for console on PGU */
2121
/* bootargs = "console=tty0 consoleblank=0"; */
2222
/* 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";
2424
};
2525

2626
aliases {
@@ -46,9 +46,9 @@
4646
#interrupt-cells = <1>;
4747
};
4848

49-
uart0: serial@c0000000 {
49+
uart0: serial@f0000000 {
5050
compatible = "ns8250";
51-
reg = <0xc0000000 0x2000>;
51+
reg = <0xf0000000 0x2000>;
5252
interrupts = <11>;
5353
clock-frequency = <3686400>;
5454
baud = <115200>;
@@ -57,21 +57,21 @@
5757
no-loopback-test = <1>;
5858
};
5959

60-
pgu0: pgu@c9000000 {
60+
pgu0: pgu@f9000000 {
6161
compatible = "snps,arcpgufb";
62-
reg = <0xc9000000 0x400>;
62+
reg = <0xf9000000 0x400>;
6363
};
6464

65-
ps2: ps2@c9001000 {
65+
ps2: ps2@f9001000 {
6666
compatible = "snps,arc_ps2";
67-
reg = <0xc9000400 0x14>;
67+
reg = <0xf9000400 0x14>;
6868
interrupts = <13>;
6969
interrupt-names = "arc_ps2_irq";
7070
};
7171

72-
eth0: ethernet@c0003000 {
72+
eth0: ethernet@f0003000 {
7373
compatible = "snps,oscilan";
74-
reg = <0xc0003000 0x44>;
74+
reg = <0xf0003000 0x44>;
7575
interrupts = <7>, <8>;
7676
interrupt-names = "rx", "tx";
7777
};

0 commit comments

Comments
 (0)