|
29 | 29 | #address-cells = <1>;
|
30 | 30 | #size-cells = <0>;
|
31 | 31 |
|
32 |
| - cpu: cpu@0x0 { |
| 32 | + cpu: cpu@0 { |
33 | 33 | device_type = "cpu";
|
34 | 34 | compatible = "altr,nios2-1.0";
|
35 | 35 | reg = <0x00000000>;
|
|
69 | 69 | compatible = "altr,avalon", "simple-bus";
|
70 | 70 | bus-frequency = <125000000>;
|
71 | 71 |
|
72 |
| - pb_cpu_to_io: bridge@0x8000000 { |
| 72 | + pb_cpu_to_io: bridge@8000000 { |
73 | 73 | compatible = "simple-bus";
|
74 | 74 | reg = <0x08000000 0x00800000>;
|
75 | 75 | #address-cells = <1>;
|
|
83 | 83 | <0x00008000 0x08008000 0x00000020>,
|
84 | 84 | <0x00400000 0x08400000 0x00000020>;
|
85 | 85 |
|
86 |
| - timer_1ms: timer@0x400000 { |
| 86 | + timer_1ms: timer@400000 { |
87 | 87 | compatible = "altr,timer-1.0";
|
88 | 88 | reg = <0x00400000 0x00000020>;
|
89 | 89 | interrupt-parent = <&cpu>;
|
90 | 90 | interrupts = <11>;
|
91 | 91 | clock-frequency = <125000000>;
|
92 | 92 | };
|
93 | 93 |
|
94 |
| - timer_0: timer@0x8000 { |
| 94 | + timer_0: timer@8000 { |
95 | 95 | compatible = "altr,timer-1.0";
|
96 | 96 | reg = < 0x00008000 0x00000020 >;
|
97 | 97 | interrupt-parent = < &cpu >;
|
98 | 98 | interrupts = < 5 >;
|
99 | 99 | clock-frequency = < 125000000 >;
|
100 | 100 | };
|
101 | 101 |
|
102 |
| - jtag_uart: serial@0x4d50 { |
| 102 | + jtag_uart: serial@4d50 { |
103 | 103 | compatible = "altr,juart-1.0";
|
104 | 104 | reg = <0x00004d50 0x00000008>;
|
105 | 105 | interrupt-parent = <&cpu>;
|
106 | 106 | interrupts = <1>;
|
107 | 107 | };
|
108 | 108 |
|
109 |
| - tse_mac: ethernet@0x4000 { |
| 109 | + tse_mac: ethernet@4000 { |
110 | 110 | compatible = "altr,tse-1.0";
|
111 | 111 | reg = <0x00004000 0x00000400>,
|
112 | 112 | <0x00004400 0x00000040>,
|
|
133 | 133 | };
|
134 | 134 | };
|
135 | 135 |
|
136 |
| - uart: serial@0x4c80 { |
| 136 | + uart: serial@4c80 { |
137 | 137 | compatible = "altr,uart-1.0";
|
138 | 138 | reg = <0x00004c80 0x00000020>;
|
139 | 139 | interrupt-parent = <&cpu>;
|
|
143 | 143 | };
|
144 | 144 | };
|
145 | 145 |
|
146 |
| - cfi_flash_64m: flash@0x0 { |
| 146 | + cfi_flash_64m: flash@0 { |
147 | 147 | compatible = "cfi-flash";
|
148 | 148 | reg = <0x00000000 0x04000000>;
|
149 | 149 | bank-width = <2>;
|
|
0 commit comments