microwatt.dts (14e77332e74603efab8347c89d3cda447c3b97c9) microwatt.dts (5825603f67bc5ff445a1847302884154f0afa627)
1/dts-v1/;
2
3/ {
4 #size-cells = <0x02>;
5 #address-cells = <0x02>;
6 model-name = "microwatt";
7 compatible = "microwatt-soc";
8

--- 7 unchanged lines hidden (view full) ---

16 ranges;
17 };
18
19 memory@0 {
20 device_type = "memory";
21 reg = <0x00000000 0x00000000 0x00000000 0x10000000>;
22 };
23
1/dts-v1/;
2
3/ {
4 #size-cells = <0x02>;
5 #address-cells = <0x02>;
6 model-name = "microwatt";
7 compatible = "microwatt-soc";
8

--- 7 unchanged lines hidden (view full) ---

16 ranges;
17 };
18
19 memory@0 {
20 device_type = "memory";
21 reg = <0x00000000 0x00000000 0x00000000 0x10000000>;
22 };
23
24 clocks {
25 sys_clk: litex_sys_clk {
26 #clock-cells = <0>;
27 compatible = "fixed-clock";
28 clock-frequency = <100000000>;
29 };
30 };
31
24 cpus {
25 #size-cells = <0x00>;
26 #address-cells = <0x01>;
27
28 ibm,powerpc-cpu-features {
29 display-name = "Microwatt";
30 isa = <3000>;
31 device_type = "cpu-features";

--- 104 unchanged lines hidden (view full) ---

136 0x8020800 0x100
137 0x8030000 0x2000>;
138 reg-names = "mac", "mido", "buffer";
139 litex,rx-slots = <2>;
140 litex,tx-slots = <2>;
141 litex,slot-size = <0x800>;
142 interrupts = <0x11 0x1>;
143 };
32 cpus {
33 #size-cells = <0x00>;
34 #address-cells = <0x01>;
35
36 ibm,powerpc-cpu-features {
37 display-name = "Microwatt";
38 isa = <3000>;
39 device_type = "cpu-features";

--- 104 unchanged lines hidden (view full) ---

144 0x8020800 0x100
145 0x8030000 0x2000>;
146 reg-names = "mac", "mido", "buffer";
147 litex,rx-slots = <2>;
148 litex,tx-slots = <2>;
149 litex,slot-size = <0x800>;
150 interrupts = <0x11 0x1>;
151 };
152
153 mmc@8040000 {
154 compatible = "litex,mmc";
155 reg = <0x8042800 0x800
156 0x8041000 0x800
157 0x8040800 0x800
158 0x8042000 0x800
159 0x8041800 0x800>;
160 reg-names = "phy", "core", "reader", "writer", "irq";
161 bus-width = <4>;
162 interrupts = <0x13 1>;
163 cap-sd-highspeed;
164 clocks = <&sys_clk>;
165 };
144 };
145
146 chosen {
147 bootargs = "";
148 ibm,architecture-vec-5 = [19 00 10 00 00 00 00 00 00 00 00 00 00 00 00 00
149 00 00 00 00 00 00 00 00 40 00 40];
150 stdout-path = &UART0;
151 };
152};
166 };
167
168 chosen {
169 bootargs = "";
170 ibm,architecture-vec-5 = [19 00 10 00 00 00 00 00 00 00 00 00 00 00 00 00
171 00 00 00 00 00 00 00 00 40 00 40];
172 stdout-path = &UART0;
173 };
174};