|
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 { |
|
46 | 46 | #interrupt-cells = <1>; |
47 | 47 | }; |
48 | 48 |
|
49 | | - uart0: serial@c0000000 { |
| 49 | + uart0: serial@f0000000 { |
50 | 50 | compatible = "ns8250"; |
51 | | - reg = <0xc0000000 0x2000>; |
| 51 | + reg = <0xf0000000 0x2000>; |
52 | 52 | interrupts = <11>; |
53 | 53 | clock-frequency = <3686400>; |
54 | 54 | baud = <115200>; |
|
57 | 57 | no-loopback-test = <1>; |
58 | 58 | }; |
59 | 59 |
|
60 | | - pgu0: pgu@c9000000 { |
| 60 | + pgu0: pgu@f9000000 { |
61 | 61 | compatible = "snps,arcpgufb"; |
62 | | - reg = <0xc9000000 0x400>; |
| 62 | + reg = <0xf9000000 0x400>; |
63 | 63 | }; |
64 | 64 |
|
65 | | - ps2: ps2@c9001000 { |
| 65 | + ps2: ps2@f9001000 { |
66 | 66 | compatible = "snps,arc_ps2"; |
67 | | - reg = <0xc9000400 0x14>; |
| 67 | + reg = <0xf9000400 0x14>; |
68 | 68 | interrupts = <13>; |
69 | 69 | interrupt-names = "arc_ps2_irq"; |
70 | 70 | }; |
71 | 71 |
|
72 | | - eth0: ethernet@c0003000 { |
| 72 | + eth0: ethernet@f0003000 { |
73 | 73 | compatible = "snps,oscilan"; |
74 | | - reg = <0xc0003000 0x44>; |
| 74 | + reg = <0xf0003000 0x44>; |
75 | 75 | interrupts = <7>, <8>; |
76 | 76 | interrupt-names = "rx", "tx"; |
77 | 77 | }; |
|
0 commit comments