glacier.dts 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570
  1. /*
  2. * Device Tree Source for AMCC Glacier (460GT)
  3. *
  4. * Copyright 2008-2010 DENX Software Engineering, Stefan Roese <sr@denx.de>
  5. *
  6. * This file is licensed under the terms of the GNU General Public
  7. * License version 2. This program is licensed "as is" without
  8. * any warranty of any kind, whether express or implied.
  9. */
  10. /dts-v1/;
  11. / {
  12. #address-cells = <2>;
  13. #size-cells = <1>;
  14. model = "amcc,glacier";
  15. compatible = "amcc,glacier";
  16. dcr-parent = <&{/cpus/cpu@0}>;
  17. aliases {
  18. ethernet0 = &EMAC0;
  19. ethernet1 = &EMAC1;
  20. ethernet2 = &EMAC2;
  21. ethernet3 = &EMAC3;
  22. serial0 = &UART0;
  23. serial1 = &UART1;
  24. };
  25. cpus {
  26. #address-cells = <1>;
  27. #size-cells = <0>;
  28. cpu@0 {
  29. device_type = "cpu";
  30. model = "PowerPC,460GT";
  31. reg = <0x00000000>;
  32. clock-frequency = <0>; /* Filled in by U-Boot */
  33. timebase-frequency = <0>; /* Filled in by U-Boot */
  34. i-cache-line-size = <32>;
  35. d-cache-line-size = <32>;
  36. i-cache-size = <32768>;
  37. d-cache-size = <32768>;
  38. dcr-controller;
  39. dcr-access-method = "native";
  40. next-level-cache = <&L2C0>;
  41. };
  42. };
  43. memory {
  44. device_type = "memory";
  45. reg = <0x00000000 0x00000000 0x00000000>; /* Filled in by U-Boot */
  46. };
  47. UIC0: interrupt-controller0 {
  48. compatible = "ibm,uic-460gt","ibm,uic";
  49. interrupt-controller;
  50. cell-index = <0>;
  51. dcr-reg = <0x0c0 0x009>;
  52. #address-cells = <0>;
  53. #size-cells = <0>;
  54. #interrupt-cells = <2>;
  55. };
  56. UIC1: interrupt-controller1 {
  57. compatible = "ibm,uic-460gt","ibm,uic";
  58. interrupt-controller;
  59. cell-index = <1>;
  60. dcr-reg = <0x0d0 0x009>;
  61. #address-cells = <0>;
  62. #size-cells = <0>;
  63. #interrupt-cells = <2>;
  64. interrupts = <0x1e 0x4 0x1f 0x4>; /* cascade */
  65. interrupt-parent = <&UIC0>;
  66. };
  67. UIC2: interrupt-controller2 {
  68. compatible = "ibm,uic-460gt","ibm,uic";
  69. interrupt-controller;
  70. cell-index = <2>;
  71. dcr-reg = <0x0e0 0x009>;
  72. #address-cells = <0>;
  73. #size-cells = <0>;
  74. #interrupt-cells = <2>;
  75. interrupts = <0xa 0x4 0xb 0x4>; /* cascade */
  76. interrupt-parent = <&UIC0>;
  77. };
  78. UIC3: interrupt-controller3 {
  79. compatible = "ibm,uic-460gt","ibm,uic";
  80. interrupt-controller;
  81. cell-index = <3>;
  82. dcr-reg = <0x0f0 0x009>;
  83. #address-cells = <0>;
  84. #size-cells = <0>;
  85. #interrupt-cells = <2>;
  86. interrupts = <0x10 0x4 0x11 0x4>; /* cascade */
  87. interrupt-parent = <&UIC0>;
  88. };
  89. SDR0: sdr {
  90. compatible = "ibm,sdr-460gt";
  91. dcr-reg = <0x00e 0x002>;
  92. };
  93. CPR0: cpr {
  94. compatible = "ibm,cpr-460gt";
  95. dcr-reg = <0x00c 0x002>;
  96. };
  97. L2C0: l2c {
  98. compatible = "ibm,l2-cache-460gt", "ibm,l2-cache";
  99. dcr-reg = <0x020 0x008 /* Internal SRAM DCR's */
  100. 0x030 0x008>; /* L2 cache DCR's */
  101. cache-line-size = <32>; /* 32 bytes */
  102. cache-size = <262144>; /* L2, 256K */
  103. interrupt-parent = <&UIC1>;
  104. interrupts = <11 1>;
  105. };
  106. plb {
  107. compatible = "ibm,plb-460gt", "ibm,plb4";
  108. #address-cells = <2>;
  109. #size-cells = <1>;
  110. ranges;
  111. clock-frequency = <0>; /* Filled in by U-Boot */
  112. SDRAM0: sdram {
  113. compatible = "ibm,sdram-460gt", "ibm,sdram-405gp";
  114. dcr-reg = <0x010 0x002>;
  115. };
  116. CRYPTO: crypto@180000 {
  117. compatible = "amcc,ppc460gt-crypto", "amcc,ppc4xx-crypto";
  118. reg = <4 0x00180000 0x80400>;
  119. interrupt-parent = <&UIC0>;
  120. interrupts = <0x1d 0x4>;
  121. };
  122. MAL0: mcmal {
  123. compatible = "ibm,mcmal-460gt", "ibm,mcmal2";
  124. dcr-reg = <0x180 0x062>;
  125. num-tx-chans = <4>;
  126. num-rx-chans = <32>;
  127. #address-cells = <0>;
  128. #size-cells = <0>;
  129. interrupt-parent = <&UIC2>;
  130. interrupts = < /*TXEOB*/ 0x6 0x4
  131. /*RXEOB*/ 0x7 0x4
  132. /*SERR*/ 0x3 0x4
  133. /*TXDE*/ 0x4 0x4
  134. /*RXDE*/ 0x5 0x4>;
  135. desc-base-addr-high = <0x8>;
  136. };
  137. POB0: opb {
  138. compatible = "ibm,opb-460gt", "ibm,opb";
  139. #address-cells = <1>;
  140. #size-cells = <1>;
  141. ranges = <0xb0000000 0x00000004 0xb0000000 0x50000000>;
  142. clock-frequency = <0>; /* Filled in by U-Boot */
  143. EBC0: ebc {
  144. compatible = "ibm,ebc-460gt", "ibm,ebc";
  145. dcr-reg = <0x012 0x002>;
  146. #address-cells = <2>;
  147. #size-cells = <1>;
  148. clock-frequency = <0>; /* Filled in by U-Boot */
  149. /* ranges property is supplied by U-Boot */
  150. interrupts = <0x6 0x4>;
  151. interrupt-parent = <&UIC1>;
  152. nor_flash@0,0 {
  153. compatible = "amd,s29gl512n", "cfi-flash";
  154. bank-width = <2>;
  155. reg = <0x00000000 0x00000000 0x04000000>;
  156. #address-cells = <1>;
  157. #size-cells = <1>;
  158. partition@0 {
  159. label = "kernel";
  160. reg = <0x00000000 0x001e0000>;
  161. };
  162. partition@1e0000 {
  163. label = "dtb";
  164. reg = <0x001e0000 0x00020000>;
  165. };
  166. partition@200000 {
  167. label = "ramdisk";
  168. reg = <0x00200000 0x01400000>;
  169. };
  170. partition@1600000 {
  171. label = "jffs2";
  172. reg = <0x01600000 0x00400000>;
  173. };
  174. partition@1a00000 {
  175. label = "user";
  176. reg = <0x01a00000 0x02560000>;
  177. };
  178. partition@3f60000 {
  179. label = "env";
  180. reg = <0x03f60000 0x00040000>;
  181. };
  182. partition@3fa0000 {
  183. label = "u-boot";
  184. reg = <0x03fa0000 0x00060000>;
  185. };
  186. };
  187. ndfc@3,0 {
  188. compatible = "ibm,ndfc";
  189. reg = <0x00000003 0x00000000 0x00002000>;
  190. ccr = <0x00001000>;
  191. bank-settings = <0x80002222>;
  192. #address-cells = <1>;
  193. #size-cells = <1>;
  194. nand {
  195. #address-cells = <1>;
  196. #size-cells = <1>;
  197. partition@0 {
  198. label = "u-boot";
  199. reg = <0x00000000 0x00100000>;
  200. };
  201. partition@100000 {
  202. label = "user";
  203. reg = <0x00000000 0x03f00000>;
  204. };
  205. };
  206. };
  207. };
  208. UART0: serial@ef600300 {
  209. device_type = "serial";
  210. compatible = "ns16550";
  211. reg = <0xef600300 0x00000008>;
  212. virtual-reg = <0xef600300>;
  213. clock-frequency = <0>; /* Filled in by U-Boot */
  214. current-speed = <0>; /* Filled in by U-Boot */
  215. interrupt-parent = <&UIC1>;
  216. interrupts = <0x1 0x4>;
  217. };
  218. UART1: serial@ef600400 {
  219. device_type = "serial";
  220. compatible = "ns16550";
  221. reg = <0xef600400 0x00000008>;
  222. virtual-reg = <0xef600400>;
  223. clock-frequency = <0>; /* Filled in by U-Boot */
  224. current-speed = <0>; /* Filled in by U-Boot */
  225. interrupt-parent = <&UIC0>;
  226. interrupts = <0x1 0x4>;
  227. };
  228. UART2: serial@ef600500 {
  229. device_type = "serial";
  230. compatible = "ns16550";
  231. reg = <0xef600500 0x00000008>;
  232. virtual-reg = <0xef600500>;
  233. clock-frequency = <0>; /* Filled in by U-Boot */
  234. current-speed = <0>; /* Filled in by U-Boot */
  235. interrupt-parent = <&UIC1>;
  236. interrupts = <0x1d 0x4>;
  237. };
  238. UART3: serial@ef600600 {
  239. device_type = "serial";
  240. compatible = "ns16550";
  241. reg = <0xef600600 0x00000008>;
  242. virtual-reg = <0xef600600>;
  243. clock-frequency = <0>; /* Filled in by U-Boot */
  244. current-speed = <0>; /* Filled in by U-Boot */
  245. interrupt-parent = <&UIC1>;
  246. interrupts = <0x1e 0x4>;
  247. };
  248. IIC0: i2c@ef600700 {
  249. compatible = "ibm,iic-460gt", "ibm,iic";
  250. reg = <0xef600700 0x00000014>;
  251. interrupt-parent = <&UIC0>;
  252. interrupts = <0x2 0x4>;
  253. #address-cells = <1>;
  254. #size-cells = <0>;
  255. rtc@68 {
  256. compatible = "stm,m41t80";
  257. reg = <0x68>;
  258. interrupt-parent = <&UIC2>;
  259. interrupts = <0x19 0x8>;
  260. };
  261. sttm@48 {
  262. compatible = "ad,ad7414";
  263. reg = <0x48>;
  264. interrupt-parent = <&UIC1>;
  265. interrupts = <0x14 0x8>;
  266. };
  267. };
  268. IIC1: i2c@ef600800 {
  269. compatible = "ibm,iic-460gt", "ibm,iic";
  270. reg = <0xef600800 0x00000014>;
  271. interrupt-parent = <&UIC0>;
  272. interrupts = <0x3 0x4>;
  273. };
  274. ZMII0: emac-zmii@ef600d00 {
  275. compatible = "ibm,zmii-460gt", "ibm,zmii";
  276. reg = <0xef600d00 0x0000000c>;
  277. };
  278. RGMII0: emac-rgmii@ef601500 {
  279. compatible = "ibm,rgmii-460gt", "ibm,rgmii";
  280. reg = <0xef601500 0x00000008>;
  281. has-mdio;
  282. };
  283. RGMII1: emac-rgmii@ef601600 {
  284. compatible = "ibm,rgmii-460gt", "ibm,rgmii";
  285. reg = <0xef601600 0x00000008>;
  286. has-mdio;
  287. };
  288. TAH0: emac-tah@ef601350 {
  289. compatible = "ibm,tah-460gt", "ibm,tah";
  290. reg = <0xef601350 0x00000030>;
  291. };
  292. TAH1: emac-tah@ef601450 {
  293. compatible = "ibm,tah-460gt", "ibm,tah";
  294. reg = <0xef601450 0x00000030>;
  295. };
  296. EMAC0: ethernet@ef600e00 {
  297. device_type = "network";
  298. compatible = "ibm,emac-460gt", "ibm,emac4sync";
  299. interrupt-parent = <&EMAC0>;
  300. interrupts = <0x0 0x1>;
  301. #interrupt-cells = <1>;
  302. #address-cells = <0>;
  303. #size-cells = <0>;
  304. interrupt-map = </*Status*/ 0x0 &UIC2 0x10 0x4
  305. /*Wake*/ 0x1 &UIC2 0x14 0x4>;
  306. reg = <0xef600e00 0x000000c4>;
  307. local-mac-address = [000000000000]; /* Filled in by U-Boot */
  308. mal-device = <&MAL0>;
  309. mal-tx-channel = <0>;
  310. mal-rx-channel = <0>;
  311. cell-index = <0>;
  312. max-frame-size = <9000>;
  313. rx-fifo-size = <4096>;
  314. tx-fifo-size = <2048>;
  315. rx-fifo-size-gige = <16384>;
  316. phy-mode = "rgmii";
  317. phy-map = <0x00000000>;
  318. rgmii-device = <&RGMII0>;
  319. rgmii-channel = <0>;
  320. tah-device = <&TAH0>;
  321. tah-channel = <0>;
  322. has-inverted-stacr-oc;
  323. has-new-stacr-staopc;
  324. };
  325. EMAC1: ethernet@ef600f00 {
  326. device_type = "network";
  327. compatible = "ibm,emac-460gt", "ibm,emac4sync";
  328. interrupt-parent = <&EMAC1>;
  329. interrupts = <0x0 0x1>;
  330. #interrupt-cells = <1>;
  331. #address-cells = <0>;
  332. #size-cells = <0>;
  333. interrupt-map = </*Status*/ 0x0 &UIC2 0x11 0x4
  334. /*Wake*/ 0x1 &UIC2 0x15 0x4>;
  335. reg = <0xef600f00 0x000000c4>;
  336. local-mac-address = [000000000000]; /* Filled in by U-Boot */
  337. mal-device = <&MAL0>;
  338. mal-tx-channel = <1>;
  339. mal-rx-channel = <8>;
  340. cell-index = <1>;
  341. max-frame-size = <9000>;
  342. rx-fifo-size = <4096>;
  343. tx-fifo-size = <2048>;
  344. rx-fifo-size-gige = <16384>;
  345. phy-mode = "rgmii";
  346. phy-map = <0x00000000>;
  347. rgmii-device = <&RGMII0>;
  348. rgmii-channel = <1>;
  349. tah-device = <&TAH1>;
  350. tah-channel = <1>;
  351. has-inverted-stacr-oc;
  352. has-new-stacr-staopc;
  353. mdio-device = <&EMAC0>;
  354. };
  355. EMAC2: ethernet@ef601100 {
  356. device_type = "network";
  357. compatible = "ibm,emac-460gt", "ibm,emac4sync";
  358. interrupt-parent = <&EMAC2>;
  359. interrupts = <0x0 0x1>;
  360. #interrupt-cells = <1>;
  361. #address-cells = <0>;
  362. #size-cells = <0>;
  363. interrupt-map = </*Status*/ 0x0 &UIC2 0x12 0x4
  364. /*Wake*/ 0x1 &UIC2 0x16 0x4>;
  365. reg = <0xef601100 0x000000c4>;
  366. local-mac-address = [000000000000]; /* Filled in by U-Boot */
  367. mal-device = <&MAL0>;
  368. mal-tx-channel = <2>;
  369. mal-rx-channel = <16>;
  370. cell-index = <2>;
  371. max-frame-size = <9000>;
  372. rx-fifo-size = <4096>;
  373. tx-fifo-size = <2048>;
  374. rx-fifo-size-gige = <16384>;
  375. tx-fifo-size-gige = <16384>; /* emac2&3 only */
  376. phy-mode = "rgmii";
  377. phy-map = <0x00000000>;
  378. rgmii-device = <&RGMII1>;
  379. rgmii-channel = <0>;
  380. has-inverted-stacr-oc;
  381. has-new-stacr-staopc;
  382. mdio-device = <&EMAC0>;
  383. };
  384. EMAC3: ethernet@ef601200 {
  385. device_type = "network";
  386. compatible = "ibm,emac-460gt", "ibm,emac4sync";
  387. interrupt-parent = <&EMAC3>;
  388. interrupts = <0x0 0x1>;
  389. #interrupt-cells = <1>;
  390. #address-cells = <0>;
  391. #size-cells = <0>;
  392. interrupt-map = </*Status*/ 0x0 &UIC2 0x13 0x4
  393. /*Wake*/ 0x1 &UIC2 0x17 0x4>;
  394. reg = <0xef601200 0x000000c4>;
  395. local-mac-address = [000000000000]; /* Filled in by U-Boot */
  396. mal-device = <&MAL0>;
  397. mal-tx-channel = <3>;
  398. mal-rx-channel = <24>;
  399. cell-index = <3>;
  400. max-frame-size = <9000>;
  401. rx-fifo-size = <4096>;
  402. tx-fifo-size = <2048>;
  403. rx-fifo-size-gige = <16384>;
  404. tx-fifo-size-gige = <16384>; /* emac2&3 only */
  405. phy-mode = "rgmii";
  406. phy-map = <0x00000000>;
  407. rgmii-device = <&RGMII1>;
  408. rgmii-channel = <1>;
  409. has-inverted-stacr-oc;
  410. has-new-stacr-staopc;
  411. mdio-device = <&EMAC0>;
  412. };
  413. };
  414. PCIX0: pci@c0ec00000 {
  415. device_type = "pci";
  416. #interrupt-cells = <1>;
  417. #size-cells = <2>;
  418. #address-cells = <3>;
  419. compatible = "ibm,plb-pcix-460gt", "ibm,plb-pcix";
  420. primary;
  421. large-inbound-windows;
  422. enable-msi-hole;
  423. reg = <0x0000000c 0x0ec00000 0x00000008 /* Config space access */
  424. 0x00000000 0x00000000 0x00000000 /* no IACK cycles */
  425. 0x0000000c 0x0ed00000 0x00000004 /* Special cycles */
  426. 0x0000000c 0x0ec80000 0x00000100 /* Internal registers */
  427. 0x0000000c 0x0ec80100 0x000000fc>; /* Internal messaging registers */
  428. /* Outbound ranges, one memory and one IO,
  429. * later cannot be changed
  430. */
  431. ranges = <0x02000000 0x00000000 0x80000000 0x0000000d 0x80000000 0x00000000 0x80000000
  432. 0x02000000 0x00000000 0x00000000 0x0000000c 0x0ee00000 0x00000000 0x00100000
  433. 0x01000000 0x00000000 0x00000000 0x0000000c 0x08000000 0x00000000 0x00010000>;
  434. /* Inbound 2GB range starting at 0 */
  435. dma-ranges = <0x42000000 0x0 0x0 0x0 0x0 0x0 0x80000000>;
  436. /* This drives busses 0 to 0x3f */
  437. bus-range = <0x0 0x3f>;
  438. /* All PCI interrupts are routed to ext IRQ 2 -> UIC1-0 */
  439. interrupt-map-mask = <0x0 0x0 0x0 0x0>;
  440. interrupt-map = < 0x0 0x0 0x0 0x0 &UIC1 0x0 0x8 >;
  441. };
  442. PCIE0: pciex@d00000000 {
  443. device_type = "pci";
  444. #interrupt-cells = <1>;
  445. #size-cells = <2>;
  446. #address-cells = <3>;
  447. compatible = "ibm,plb-pciex-460ex", "ibm,plb-pciex";
  448. primary;
  449. port = <0x0>; /* port number */
  450. reg = <0x0000000d 0x00000000 0x20000000 /* Config space access */
  451. 0x0000000c 0x08010000 0x00001000>; /* Registers */
  452. dcr-reg = <0x100 0x020>;
  453. sdr-base = <0x300>;
  454. /* Outbound ranges, one memory and one IO,
  455. * later cannot be changed
  456. */
  457. ranges = <0x02000000 0x00000000 0x80000000 0x0000000e 0x00000000 0x00000000 0x80000000
  458. 0x02000000 0x00000000 0x00000000 0x0000000f 0x00000000 0x00000000 0x00100000
  459. 0x01000000 0x00000000 0x00000000 0x0000000f 0x80000000 0x00000000 0x00010000>;
  460. /* Inbound 2GB range starting at 0 */
  461. dma-ranges = <0x42000000 0x0 0x0 0x0 0x0 0x0 0x80000000>;
  462. /* This drives busses 40 to 0x7f */
  463. bus-range = <0x40 0x7f>;
  464. /* Legacy interrupts (note the weird polarity, the bridge seems
  465. * to invert PCIe legacy interrupts).
  466. * We are de-swizzling here because the numbers are actually for
  467. * port of the root complex virtual P2P bridge. But I want
  468. * to avoid putting a node for it in the tree, so the numbers
  469. * below are basically de-swizzled numbers.
  470. * The real slot is on idsel 0, so the swizzling is 1:1
  471. */
  472. interrupt-map-mask = <0x0 0x0 0x0 0x7>;
  473. interrupt-map = <
  474. 0x0 0x0 0x0 0x1 &UIC3 0xc 0x4 /* swizzled int A */
  475. 0x0 0x0 0x0 0x2 &UIC3 0xd 0x4 /* swizzled int B */
  476. 0x0 0x0 0x0 0x3 &UIC3 0xe 0x4 /* swizzled int C */
  477. 0x0 0x0 0x0 0x4 &UIC3 0xf 0x4 /* swizzled int D */>;
  478. };
  479. PCIE1: pciex@d20000000 {
  480. device_type = "pci";
  481. #interrupt-cells = <1>;
  482. #size-cells = <2>;
  483. #address-cells = <3>;
  484. compatible = "ibm,plb-pciex-460ex", "ibm,plb-pciex";
  485. primary;
  486. port = <0x1>; /* port number */
  487. reg = <0x0000000d 0x20000000 0x20000000 /* Config space access */
  488. 0x0000000c 0x08011000 0x00001000>; /* Registers */
  489. dcr-reg = <0x120 0x020>;
  490. sdr-base = <0x340>;
  491. /* Outbound ranges, one memory and one IO,
  492. * later cannot be changed
  493. */
  494. ranges = <0x02000000 0x00000000 0x80000000 0x0000000e 0x80000000 0x00000000 0x80000000
  495. 0x02000000 0x00000000 0x00000000 0x0000000f 0x00100000 0x00000000 0x00100000
  496. 0x01000000 0x00000000 0x00000000 0x0000000f 0x80010000 0x00000000 0x00010000>;
  497. /* Inbound 2GB range starting at 0 */
  498. dma-ranges = <0x42000000 0x0 0x0 0x0 0x0 0x0 0x80000000>;
  499. /* This drives busses 80 to 0xbf */
  500. bus-range = <0x80 0xbf>;
  501. /* Legacy interrupts (note the weird polarity, the bridge seems
  502. * to invert PCIe legacy interrupts).
  503. * We are de-swizzling here because the numbers are actually for
  504. * port of the root complex virtual P2P bridge. But I want
  505. * to avoid putting a node for it in the tree, so the numbers
  506. * below are basically de-swizzled numbers.
  507. * The real slot is on idsel 0, so the swizzling is 1:1
  508. */
  509. interrupt-map-mask = <0x0 0x0 0x0 0x7>;
  510. interrupt-map = <
  511. 0x0 0x0 0x0 0x1 &UIC3 0x10 0x4 /* swizzled int A */
  512. 0x0 0x0 0x0 0x2 &UIC3 0x11 0x4 /* swizzled int B */
  513. 0x0 0x0 0x0 0x3 &UIC3 0x12 0x4 /* swizzled int C */
  514. 0x0 0x0 0x0 0x4 &UIC3 0x13 0x4 /* swizzled int D */>;
  515. };
  516. };
  517. };