mt7986a-bananapi-bpi-r3-mini.dts 22 KB

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