1 // SPDX-License-Identifier: GPL-2.0
4 #include <dt-bindings/clock/boston-clock.h>
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/interrupt-controller/irq.h>
7 #include <dt-bindings/interrupt-controller/mips-gic.h>
12 compatible = "img,boston";
15 stdout-path = "uart0:115200";
28 compatible = "img,mips";
30 clocks = <&clk_boston BOSTON_CLK_CPU>;
35 device_type = "memory";
36 reg = <0x00000000 0x10000000>;
40 compatible = "xlnx,axi-pcie-host-1.00.a";
42 reg = <0x10000000 0x2000000>;
46 #interrupt-cells = <1>;
48 interrupt-parent = <&gic>;
49 interrupts = <GIC_SHARED 2 IRQ_TYPE_LEVEL_HIGH>;
51 ranges = <0x02000000 0 0x40000000
52 0x40000000 0 0x40000000>;
54 bus-range = <0x00 0xff>;
56 interrupt-map-mask = <0 0 0 7>;
57 interrupt-map = <0 0 0 1 &pci0_intc 1>,
58 <0 0 0 2 &pci0_intc 2>,
59 <0 0 0 3 &pci0_intc 3>,
60 <0 0 0 4 &pci0_intc 4>;
62 pci0_intc: interrupt-controller {
65 #interrupt-cells = <1>;
70 compatible = "xlnx,axi-pcie-host-1.00.a";
72 reg = <0x12000000 0x2000000>;
76 #interrupt-cells = <1>;
78 interrupt-parent = <&gic>;
79 interrupts = <GIC_SHARED 1 IRQ_TYPE_LEVEL_HIGH>;
81 ranges = <0x02000000 0 0x20000000
82 0x20000000 0 0x20000000>;
84 bus-range = <0x00 0xff>;
86 interrupt-map-mask = <0 0 0 7>;
87 interrupt-map = <0 0 0 1 &pci1_intc 1>,
88 <0 0 0 2 &pci1_intc 2>,
89 <0 0 0 3 &pci1_intc 3>,
90 <0 0 0 4 &pci1_intc 4>;
92 pci1_intc: interrupt-controller {
95 #interrupt-cells = <1>;
100 compatible = "xlnx,axi-pcie-host-1.00.a";
102 reg = <0x14000000 0x2000000>;
104 #address-cells = <3>;
106 #interrupt-cells = <1>;
108 interrupt-parent = <&gic>;
109 interrupts = <GIC_SHARED 0 IRQ_TYPE_LEVEL_HIGH>;
111 ranges = <0x02000000 0 0x16000000
112 0x16000000 0 0x100000>;
114 bus-range = <0x00 0xff>;
116 interrupt-map-mask = <0 0 0 7>;
117 interrupt-map = <0 0 0 1 &pci2_intc 1>,
118 <0 0 0 2 &pci2_intc 2>,
119 <0 0 0 3 &pci2_intc 3>,
120 <0 0 0 4 &pci2_intc 4>;
122 pci2_intc: interrupt-controller {
123 interrupt-controller;
124 #address-cells = <0>;
125 #interrupt-cells = <1>;
129 compatible = "pci10ee,7021";
130 reg = <0x00000000 0 0 0 0>;
132 #address-cells = <3>;
134 #interrupt-cells = <1>;
137 compatible = "pci8086,8800";
138 reg = <0x00010000 0 0 0 0>;
140 #address-cells = <3>;
142 #interrupt-cells = <1>;
145 compatible = "pci8086,8801";
146 reg = <0x00020000 0 0 0 0>;
147 intel,eg20t-prefetch = <0>;
151 compatible = "pci8086,8802";
152 reg = <0x00020100 0 0 0 0>;
153 phy-reset-gpios = <&eg20t_gpio 6
157 eg20t_gpio: eg20t_gpio@2,0,2 {
158 compatible = "pci8086,8803";
159 reg = <0x00020200 0 0 0 0>;
166 compatible = "pci8086,8817";
167 reg = <0x00026200 0 0 0 0>;
169 #address-cells = <1>;
173 compatible = "st,m41t81s";
181 gic: interrupt-controller@16120000 {
182 compatible = "mti,gic";
183 reg = <0x16120000 0x20000>;
185 interrupt-controller;
186 #interrupt-cells = <3>;
189 compatible = "mti,gic-timer";
190 interrupts = <GIC_LOCAL 1 IRQ_TYPE_NONE>;
191 clocks = <&clk_boston BOSTON_CLK_CPU>;
196 compatible = "mti,mips-cdmm";
197 reg = <0x16140000 0x8000>;
201 compatible = "mti,mips-cpc";
202 reg = <0x16200000 0x8000>;
205 plat_regs: system-controller@17ffd000 {
206 compatible = "img,boston-platform-regs", "syscon";
207 reg = <0x17ffd000 0x1000>;
210 compatible = "img,boston-clock";
215 reboot: syscon-reboot {
216 compatible = "syscon-reboot";
217 regmap = <&plat_regs>;
222 uart0: uart@17ffe000 {
223 compatible = "ns16550a";
224 reg = <0x17ffe000 0x1000>;
227 interrupt-parent = <&gic>;
228 interrupts = <GIC_SHARED 3 IRQ_TYPE_LEVEL_HIGH>;
230 clocks = <&clk_boston BOSTON_CLK_SYS>;
234 compatible = "img,boston-lcd";
235 reg = <0x17fff000 0x8>;