mediatek: filogic: bpi-r3-mini: fix NAND flash layout
[openwrt/openwrt.git] / target / linux / mediatek / dts / mt7986a-bananapi-bpi-r3-mini.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2 /*
3 * Copyright (C) 2023 Tianling Shen <cnsztl@immortalwrt.org>
4 */
5
6 /dts-v1/;
7 #include <dt-bindings/gpio/gpio.h>
8 #include <dt-bindings/input/input.h>
9 #include <dt-bindings/leds/common.h>
10
11 #include "mt7986a.dtsi"
12
13 / {
14 model = "Bananapi BPi-R3 Mini";
15 chassis-type = "embedded";
16 compatible = "bananapi,bpi-r3-mini", "mediatek,mt7986a";
17
18 aliases {
19 ethernet0 = &gmac0;
20 ethernet1 = &gmac1;
21 serial0 = &uart0;
22
23 led-boot = &status_led;
24 led-failsafe = &status_led;
25 led-running = &status_led;
26 led-upgrade = &status_led;
27 };
28
29 chosen {
30 stdout-path = "serial0:115200n8";
31 rootdisk-emmc = <&emmc_rootdisk>;
32 rootdisk-spim-nand = <&nand_rootdisk>;
33 };
34
35 memory {
36 reg = <0 0x40000000 0 0x80000000>;
37 };
38
39 gpio-keys {
40 compatible = "gpio-keys";
41
42 button-reset {
43 label = "reset";
44 linux,code = <KEY_RESTART>;
45 gpios = <&pio 7 GPIO_ACTIVE_LOW>;
46 };
47 };
48
49 gpio-leds {
50 compatible = "gpio-leds";
51
52 status_led: led-0 {
53 label = "green:status";
54 gpios = <&pio 19 GPIO_ACTIVE_HIGH>;
55 };
56
57 led-1 {
58 label = "blue:wlan2g";
59 gpios = <&pio 1 GPIO_ACTIVE_HIGH>;
60 };
61
62 led-2 {
63 label = "blue:wlan5g";
64 gpios = <&pio 2 GPIO_ACTIVE_HIGH>;
65 };
66 };
67
68 fan: pwm-fan {
69 compatible = "pwm-fan";
70 #cooling-cells = <2>;
71 cooling-levels = <255 128 80 0>;
72 pwms = <&pwm 0 10000 0>;
73 status = "okay";
74 };
75
76 reg_1p8v: regulator-1p8v {
77 compatible = "regulator-fixed";
78 regulator-name = "fixed-1.8V";
79 regulator-min-microvolt = <1800000>;
80 regulator-max-microvolt = <1800000>;
81 regulator-boot-on;
82 regulator-always-on;
83 };
84
85 reg_3p3v: regulator-3p3v {
86 compatible = "regulator-fixed";
87 regulator-name = "fixed-3.3V";
88 regulator-min-microvolt = <3300000>;
89 regulator-max-microvolt = <3300000>;
90 regulator-boot-on;
91 regulator-always-on;
92 };
93
94 reg_5v: regulator-5v {
95 compatible = "regulator-fixed";
96 regulator-name = "fixed-5V";
97 regulator-min-microvolt = <5000000>;
98 regulator-max-microvolt = <5000000>;
99 regulator-boot-on;
100 regulator-always-on;
101 };
102
103 usb_vbus: regulator-usb-vbus {
104 compatible = "regulator-fixed";
105 regulator-name = "usb_vbus";
106 regulator-min-microvolt = <5000000>;
107 regulator-max-microvolt = <5000000>;
108 gpios = <&pio 20 GPIO_ACTIVE_LOW>;
109 regulator-boot-on;
110 };
111 };
112
113 &auxadc {
114 status = "okay";
115 };
116
117 &cpu_thermal {
118 cooling-maps {
119 cpu-active-low {
120 cooling-device = <&fan 1 1>;
121 trip = <&cpu_trip_active_low>;
122 };
123
124 cpu-active-med {
125 cooling-device = <&fan 2 2>;
126 trip = <&cpu_trip_active_med>;
127 };
128
129 cpu-active-high {
130 cooling-device = <&fan 3 3>;
131 trip = <&cpu_trip_active_high>;
132 };
133 };
134 };
135
136 &crypto {
137 status = "okay";
138 };
139
140 &eth {
141 status = "okay";
142 pinctrl-names = "default";
143 pinctrl-0 = <&eth_pins>;
144
145 gmac0: mac@0 {
146 compatible = "mediatek,eth-mac";
147 reg = <0>;
148 phy-handle = <&phy14>;
149 phy-mode = "2500base-x";
150 };
151
152 gmac1: mac@1 {
153 compatible = "mediatek,eth-mac";
154 reg = <1>;
155 phy-handle = <&phy15>;
156 phy-mode = "2500base-x";
157 };
158
159 mdio: mdio-bus {
160 #address-cells = <1>;
161 #size-cells = <0>;
162
163 phy14: phy@e {
164 compatible = "ethernet-phy-id03a2.a411";
165 reg = <14>;
166 pinctrl-names = "default";
167 pinctrl-0 = <&en8811_pwr_a>;
168
169 airoha,pnswap-rx;
170
171 interrupt-parent = <&pio>;
172 interrupts = <48 IRQ_TYPE_EDGE_FALLING>;
173 reset-gpios = <&pio 49 GPIO_ACTIVE_LOW>;
174 reset-assert-us = <10000>;
175 reset-deassert-us = <20000>;
176
177 phy-mode = "2500base-x";
178 full-duplex;
179 pause;
180
181 leds {
182 #address-cells = <1>;
183 #size-cells = <0>;
184
185 led@0 {
186 reg = <0>;
187 function = LED_FUNCTION_LAN;
188 color = <LED_COLOR_ID_YELLOW>;
189 };
190
191 led@1 {
192 reg = <1>;
193 function = LED_FUNCTION_LAN;
194 color = <LED_COLOR_ID_GREEN>;
195 };
196 };
197 };
198
199 phy15: phy@f {
200 compatible = "ethernet-phy-id03a2.a411";
201 reg = <15>;
202 pinctrl-names = "default";
203 pinctrl-0 = <&en8811_pwr_b>;
204
205 airoha,pnswap-rx;
206
207 interrupt-parent = <&pio>;
208 interrupts = <46 IRQ_TYPE_EDGE_FALLING>;
209 reset-gpios = <&pio 47 GPIO_ACTIVE_LOW>;
210 reset-assert-us = <10000>;
211 reset-deassert-us = <20000>;
212
213 phy-mode = "2500base-x";
214 full-duplex;
215 pause;
216
217 leds {
218 #address-cells = <1>;
219 #size-cells = <0>;
220
221 led@0 {
222 reg = <0>;
223 function = LED_FUNCTION_WAN;
224 color = <LED_COLOR_ID_YELLOW>;
225 };
226
227 led@1 {
228 reg = <1>;
229 function = LED_FUNCTION_WAN;
230 color = <LED_COLOR_ID_GREEN>;
231 };
232 };
233 };
234 };
235 };
236
237 &i2c0 {
238 pinctrl-names = "default";
239 pinctrl-0 = <&i2c_pins>;
240 status = "okay";
241
242 eeprom@50 {
243 compatible = "atmel,24c02";
244 reg = <0x50>;
245 pagesize = <8>;
246 size = <256>;
247 };
248 };
249
250 &mmc0 {
251 pinctrl-names = "default", "state_uhs";
252 pinctrl-0 = <&mmc0_pins_default>;
253 pinctrl-1 = <&mmc0_pins_uhs>;
254 bus-width = <8>;
255 max-frequency = <200000000>;
256 cap-mmc-highspeed;
257 mmc-hs200-1_8v;
258 mmc-hs400-1_8v;
259 hs400-ds-delay = <0x14014>;
260 vmmc-supply = <&reg_3p3v>;
261 vqmmc-supply = <&reg_1p8v>;
262 non-removable;
263 no-sd;
264 no-sdio;
265 status = "okay";
266
267 card@0 {
268 compatible = "mmc-card";
269 reg = <0>;
270
271 block {
272 compatible = "block-device";
273 partitions {
274 emmc_rootdisk: block-partition-production {
275 partname = "production";
276 };
277 };
278 };
279 };
280 };
281
282 &pcie {
283 pinctrl-names = "default";
284 pinctrl-0 = <&pcie_pins>;
285 status = "okay";
286 };
287
288 &pcie_phy {
289 status = "okay";
290 };
291
292 &pio {
293 en8811_pwr_a: en8811-pwr-a {
294 pins = "GPIO_11";
295 drive-strength = <8>;
296 mediatek,pull-down-adv = <1>;
297 output-low;
298 };
299
300 en8811_pwr_b: en8811-pwr-b {
301 pins = "GPIO_12";
302 drive-strength = <8>;
303 mediatek,pull-down-adv = <1>;
304 output-low;
305 };
306
307 eth_pins: eth-pins {
308 mux {
309 function = "eth";
310 groups = "mdc_mdio";
311 };
312 };
313
314 i2c_pins: i2c-pins {
315 mux {
316 function = "i2c";
317 groups = "i2c";
318 };
319 };
320
321 mmc0_pins_default: mmc0-pins-default {
322 mux {
323 function = "emmc";
324 groups = "emmc_51";
325 };
326 conf-cmd-dat {
327 pins = "EMMC_DATA_0", "EMMC_DATA_1", "EMMC_DATA_2",
328 "EMMC_DATA_3", "EMMC_DATA_4", "EMMC_DATA_5",
329 "EMMC_DATA_6", "EMMC_DATA_7", "EMMC_CMD";
330 input-enable;
331 drive-strength = <4>;
332 mediatek,pull-up-adv = <1>;
333 };
334 conf-clk {
335 pins = "EMMC_CK";
336 drive-strength = <6>;
337 mediatek,pull-down-adv = <2>;
338 };
339 conf-ds {
340 pins = "EMMC_DSL";
341 mediatek,pull-down-adv = <2>;
342 };
343 conf-rst {
344 pins = "EMMC_RSTB";
345 drive-strength = <4>;
346 mediatek,pull-up-adv = <1>;
347 };
348 };
349
350 mmc0_pins_uhs: mmc0-uhs-pins {
351 mux {
352 function = "emmc";
353 groups = "emmc_51";
354 };
355 conf-cmd-dat {
356 pins = "EMMC_DATA_0", "EMMC_DATA_1", "EMMC_DATA_2",
357 "EMMC_DATA_3", "EMMC_DATA_4", "EMMC_DATA_5",
358 "EMMC_DATA_6", "EMMC_DATA_7", "EMMC_CMD";
359 input-enable;
360 drive-strength = <4>;
361 mediatek,pull-up-adv = <1>;
362 };
363 conf-clk {
364 pins = "EMMC_CK";
365 drive-strength = <6>;
366 mediatek,pull-down-adv = <2>;
367 };
368 conf-ds {
369 pins = "EMMC_DSL";
370 mediatek,pull-down-adv = <2>;
371 };
372 conf-rst {
373 pins = "EMMC_RSTB";
374 drive-strength = <4>;
375 mediatek,pull-up-adv = <1>;
376 };
377 };
378
379 pcie_pins: pcie-pins {
380 mux {
381 function = "pcie";
382 groups = "pcie_clk", "pcie_wake", "pcie_pereset";
383 };
384 };
385
386 pwm_pins: pwm-pins {
387 mux {
388 function = "pwm";
389 groups = "pwm0", "pwm1_0";
390 };
391 };
392
393 spi_flash_pins: spi-flash-pins {
394 mux {
395 function = "spi";
396 groups = "spi0", "spi0_wp_hold";
397 };
398 conf-pu {
399 pins = "SPI2_CS", "SPI2_HOLD", "SPI2_WP";
400 drive-strength = <8>;
401 mediatek,pull-up-adv = <0>;
402 };
403 conf-pd {
404 pins = "SPI2_CLK", "SPI2_MOSI", "SPI2_MISO";
405 drive-strength = <8>;
406 mediatek,pull-down-adv = <0>;
407 };
408 };
409
410 spic_pins: spic-pins {
411 mux {
412 function = "spi";
413 groups = "spi1_2";
414 };
415 };
416
417 uart1_pins: uart1-pins {
418 mux {
419 function = "uart";
420 groups = "uart1";
421 };
422 };
423
424 usb_ngff_pins: usb-ngff-pins {
425 ngff-pe-rst {
426 pins = "GPIO_7";
427 drive-strength = <8>;
428 mediatek,pull-up-adv = <1>;
429 };
430 ngff-wwan-off {
431 pins = "GPIO_8";
432 drive-strength = <8>;
433 mediatek,pull-up-adv = <1>;
434 };
435 ngff-pwr-off {
436 pins = "GPIO_9";
437 drive-strength = <8>;
438 mediatek,pull-up-adv = <1>;
439 };
440 ngff-rst {
441 pins = "GPIO_10";
442 drive-strength = <8>;
443 mediatek,pull-up-adv = <1>;
444 };
445 };
446
447 wf_2g_5g_pins: wf-2g-5g-pins {
448 mux {
449 function = "wifi";
450 groups = "wf_2g", "wf_5g";
451 };
452 conf {
453 pins = "WF0_HB1", "WF0_HB2", "WF0_HB3", "WF0_HB4",
454 "WF0_HB0", "WF0_HB0_B", "WF0_HB5", "WF0_HB6",
455 "WF0_HB7", "WF0_HB8", "WF0_HB9", "WF0_HB10",
456 "WF0_TOP_CLK", "WF0_TOP_DATA", "WF1_HB1",
457 "WF1_HB2", "WF1_HB3", "WF1_HB4", "WF1_HB0",
458 "WF1_HB5", "WF1_HB6", "WF1_HB7", "WF1_HB8",
459 "WF1_TOP_CLK", "WF1_TOP_DATA";
460 drive-strength = <4>;
461 };
462 };
463
464 wf_dbdc_pins: wf-dbdc-pins {
465 mux {
466 function = "wifi";
467 groups = "wf_dbdc";
468 };
469 conf {
470 pins = "WF0_HB1", "WF0_HB2", "WF0_HB3", "WF0_HB4",
471 "WF0_HB0", "WF0_HB0_B", "WF0_HB5", "WF0_HB6",
472 "WF0_HB7", "WF0_HB8", "WF0_HB9", "WF0_HB10",
473 "WF0_TOP_CLK", "WF0_TOP_DATA", "WF1_HB1",
474 "WF1_HB2", "WF1_HB3", "WF1_HB4", "WF1_HB0",
475 "WF1_HB5", "WF1_HB6", "WF1_HB7", "WF1_HB8",
476 "WF1_TOP_CLK", "WF1_TOP_DATA";
477 drive-strength = <4>;
478 };
479 };
480 };
481
482 &pwm {
483 pinctrl-names = "default";
484 pinctrl-0 = <&pwm_pins>;
485 status = "okay";
486 };
487
488 &spi0 {
489 pinctrl-names = "default";
490 pinctrl-0 = <&spi_flash_pins>;
491 status = "okay";
492
493 flash@0 {
494 compatible = "spi-nand";
495 #address-cells = <1>;
496 #size-cells = <1>;
497 reg = <0>;
498
499 spi-max-frequency = <20000000>;
500 spi-tx-bus-width = <4>;
501 spi-rx-bus-width = <4>;
502
503 partitions {
504 compatible = "fixed-partitions";
505 #address-cells = <1>;
506 #size-cells = <1>;
507
508 partition@0 {
509 label = "bl2";
510 reg = <0x0 0x200000>;
511 read-only;
512 };
513
514 partition@200000 {
515 label = "ubi";
516 reg = <0x200000 0x7e00000>;
517 compatible = "linux,ubi";
518
519 volumes {
520 nand_rootdisk: ubi-volume-fit {
521 volname = "fit";
522 };
523 };
524 };
525 };
526 };
527 };
528
529 &spi1 {
530 pinctrl-names = "default";
531 pinctrl-0 = <&spic_pins>;
532 status = "okay";
533 };
534
535 &ssusb {
536 pinctrl-names = "default";
537 pinctrl-0 = <&usb_ngff_pins>;
538 vusb33-supply = <&reg_3p3v>;
539 vbus-supply = <&usb_vbus>;
540 status = "okay";
541 };
542
543 &trng {
544 status = "okay";
545 };
546
547 &uart0 {
548 status = "okay";
549 };
550
551 &uart1 {
552 pinctrl-names = "default";
553 pinctrl-0 = <&uart1_pins>;
554 status = "okay";
555 };
556
557 &usb_phy {
558 status = "okay";
559 };
560
561 &watchdog {
562 status = "okay";
563 };
564
565 &wifi {
566 pinctrl-names = "default", "dbdc";
567 pinctrl-0 = <&wf_2g_5g_pins>;
568 pinctrl-1 = <&wf_dbdc_pins>;
569 status = "okay";
570
571 mediatek,eeprom-data = <0x86790200 0x000c4326 0x60000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
572 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
573 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
574 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
575 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
576 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
577 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
578 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
579 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
580 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
581 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
582 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
583 0x00000000 0x00000000 0x00000000 0x00000000 0x125b486c 0x00280000 0x05d00000 0x00000000
584 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
585 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
586 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
587 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
588 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
589 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
590 0x00000000 0x00000000 0x00000000 0x00000000 0x0c000000 0x00000000 0x00000000 0x00000000
591 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
592 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
593 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
594 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
595 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
596 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
597 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
598 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
599 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
600 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
601 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
602 0x00000000 0x00000012 0x12120000 0x00000000 0x00000000 0x00002222 0x22223333 0x33333333
603 0x33333333 0x33333333 0x33333333 0x33333333 0x33333333 0x33330000 0x00000000 0x00000000
604 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
605 0x00292929 0x29282828 0x28282828 0x28282828 0x28282828 0x28282828 0x28000000 0x00000000
606 0x00000000 0x00242424 0x24222222 0x22242424 0x24222222 0x22242424 0x24222222 0x22242424
607 0x24222222 0x22000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
608 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
609 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
610 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
611 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
612 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
613 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
614 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
615 0x00000000 0x007f7f7f 0xd1d1dddd 0xe9e9f5f5 0x01010909 0x1515d1d1 0xdddde9e9 0xf5f5fdfd
616 0x09091515 0xd1d1dddd 0xe9e9f5f5 0xfdfd0909 0x1515d1d1 0xdddde9e9 0xf5f5fdfd 0x09091515
617 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
618 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
619 0x0efefc00 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
620 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
621 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
622 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
623 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
624 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
625 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
626 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
627 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
628 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
629 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
630 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
631 0x00000000 0x00000000 0x00000000 0x00000000 0x021e021e 0x02000200 0x02370237 0x02370237
632 0x02370237 0x02370237 0x02370237 0x02370237 0x02370237 0x02370237 0x02370237 0x02370237
633 0x02370237 0x02370237 0x02370237 0x02370237 0x002200c6 0xc6c4c4c3 0x0000c1c2 0xc1838383
634 0x838686c1 0xc1838383 0x838686c2 0xc1c18181 0x82838585 0x8686c1c1 0x81818283 0x85858686
635 0xc1c18181 0x82838585 0x8686c1c1 0x81818283 0x85858686 0xc1c18181 0x82838585 0x8686c5c5
636 0xc3c100c2 0xc3c2c200 0x81828383 0xc2c2c200 0x81828383 0xc3c1c1c1 0x81828384 0x84c2c2c2
637 0xc2008182 0x83838585 0xc2c2c200 0x81828383 0x8585c1c1 0xc1818283 0x84848686 0x82828484
638 0x85868787 0x8989c2c2 0xc2008182 0x83838585 0xc2c2c200 0x81828383 0x8585c2c2 0xc2008182
639 0x83838585 0xc4c4c2c1 0x00c3c3c3 0xc1008183 0x838686c3 0xc3c3c100 0x81838386 0x86c2c2c2
640 0x00818284 0x84868682 0x82828485 0x8688888b 0x8bc3c3c3 0xc1008183 0x838686c3 0xc3c3c100
641 0x81838386 0x86c3c3c3 0xc1008183 0x83868600 0x00000000 0x00000000 0x00000000 0x00000000
642 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
643 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
644 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
645 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
646 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
647 0x00000000 0x00000000 0x00000000 0x00000000 0x00bd0000 0x00000000 0x00000000 0x00000000
648 0x00000000 0x00000000 0x00c50000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
649 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
650 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
651 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
652 0x00495256 0x55555555 0x004a5251 0x51515151 0x004a5355 0x56565656 0x0049504e 0x51515151
653 0x00495150 0x54545454 0x00495051 0x51515151 0x00495251 0x50505050 0x00495251 0x51515151
654 0x00495251 0x54545454 0x00495150 0x54545454 0x00495352 0x51515151 0x00495353 0x52525252
655 0x00495150 0x50505050 0x00495152 0x54545454 0x00495251 0x53535353 0x00000000 0x00000000
656 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
657 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
658 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
659 0x00000000 0x00000000 0x00000000 0x00000000 0xd1d1dddd 0xe9e9f5f5 0xfdfd1414 0x1d1d0000
660 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
661 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
662 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
663 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
664 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
665 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
666 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
667 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
668 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
669 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
670 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
671 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
672 0x85840000 0xc3c4c382 0x828281c1 0xc4c5c400 0x0000c1c3 0xc4c4c481 0x8181c1c2 0x00000000
673 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
674 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
675 0xc0bbc0bb 0xc0bbc0bb 0x40c5c0c4 0xc0c3c0c3 0x40c340c5 0x40c4c0c3 0x40c3c0c2 0xc0c5c0c4
676 0x40c440c4 0xc0c3c0c5 0xc0c440c4 0x40c4c0c3 0x00000000 0x00000000 0x00000000 0x00000000
677 0x00000000 0x00000000 0x40c640c6 0x40c640c6 0x40c640c6 0x40c640c6 0x40c640c6 0x40c640c6
678 0x40c640c6 0x40c640c6 0x40c640c6 0x40c640c6 0x40c640c6 0x40c640c6 0x40c640c6 0x40c640c6
679 0x40c640c6 0x40c640c6 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
680 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
681 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
682 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
683 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
684 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
685 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
686 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
687 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
688 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
689 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
690 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
691 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
692 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
693 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
694 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
695 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
696 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
697 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
698 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000>;
699 };