Advertisement
Guest User

Untitled

a guest
Mar 18th, 2018
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.25 KB | None | 0 0
  1. [root@cm02-mon joe]# sudo dtc -I fs /proc/device-tree
  2. <stdout>: Warning (unit_address_vs_reg): Node /soc has a reg or ranges property, but no unit name
  3. <stdout>: Warning (unit_address_vs_reg): Node /soc/local_intc has a reg or ranges property, but no unit name
  4. <stdout>: Warning (unit_address_vs_reg): Node /memory has a reg or ranges property, but no unit name
  5. <stdout>: Warning (unit_address_format): Node /soc/aux@0x7e215000 unit name should not have leading "0x"
  6. /dts-v1/;
  7.  
  8. / {
  9. compatible = "raspberrypi,3-model-b", "brcm,bcm2837";
  10. serial-number = "000000008240645c";
  11. model = "Raspberry Pi 3 Model B";
  12. interrupt-parent = <0x1>;
  13. #address-cells = <0x1>;
  14. #size-cells = <0x1>;
  15.  
  16. clocks {
  17. compatible = "simple-bus";
  18. #address-cells = <0x1>;
  19. #size-cells = <0x0>;
  20.  
  21. clock@3 {
  22. compatible = "fixed-clock";
  23. #clock-cells = <0x0>;
  24. phandle = <0x4>;
  25. reg = <0x3>;
  26. clock-output-names = "osc";
  27. clock-frequency = <0x124f800>;
  28. };
  29.  
  30. clock@4 {
  31. compatible = "fixed-clock";
  32. #clock-cells = <0x0>;
  33. phandle = <0x15>;
  34. reg = <0x4>;
  35. clock-output-names = "otg";
  36. clock-frequency = <0x1c9c3800>;
  37. };
  38. };
  39.  
  40. framebuffer@3e513000 {
  41. compatible = "simple-framebuffer";
  42. width = <0x720>;
  43. stride = <0x1c80>;
  44. status = "okay";
  45. reg = <0x3e513000 0x6d8c00>;
  46. format = "a8r8g8b8";
  47. height = <0x3d8>;
  48. };
  49.  
  50. soc {
  51. compatible = "simple-bus";
  52. ranges = <0x7e000000 0x3f000000 0x1000000 0x40000000 0x40000000 0x1000>;
  53. #address-cells = <0x1>;
  54. #size-cells = <0x1>;
  55. dma-ranges = <0xc0000000 0x0 0x3f000000>;
  56.  
  57. serial@7e201000 {
  58. compatible = "brcm,bcm2835-pl011", "arm,pl011", "arm,primecell";
  59. clocks = <0x7 0x13 0x7 0x14>;
  60. clock-names = "uartclk", "apb_pclk";
  61. status = "okay";
  62. interrupts = <0x2 0x19>;
  63. arm,primecell-periphid = <0x241011>;
  64. reg = <0x7e201000 0x1000>;
  65. pinctrl-0 = <0x8 0x9>;
  66. pinctrl-names = "default";
  67.  
  68. bluetooth {
  69. compatible = "brcm,bcm43438-bt";
  70. max-speed = <0x1e8480>;
  71. };
  72. };
  73.  
  74. pixelvalve@7e207000 {
  75. compatible = "brcm,bcm2835-pixelvalve1";
  76. interrupts = <0x2 0xe>;
  77. reg = <0x7e207000 0x100>;
  78. };
  79.  
  80. cprman@7e101000 {
  81. compatible = "brcm,bcm2835-cprman";
  82. clocks = <0x4 0x5 0x0 0x5 0x1 0x5 0x2 0x6 0x0 0x6 0x1 0x6 0x2>;
  83. #clock-cells = <0x1>;
  84. phandle = <0x7>;
  85. reg = <0x7e101000 0x2000>;
  86. };
  87.  
  88. thermal@7e212000 {
  89. compatible = "brcm,bcm2837-thermal";
  90. clocks = <0x7 0x1b>;
  91. #thermal-sensor-cells = <0x0>;
  92. status = "okay";
  93. phandle = <0x2>;
  94. reg = <0x7e212000 0x8>;
  95. };
  96.  
  97. hvs@7e400000 {
  98. compatible = "brcm,bcm2835-hvs";
  99. interrupts = <0x2 0x1>;
  100. reg = <0x7e400000 0x6000>;
  101. };
  102.  
  103. gpio@7e200000 {
  104. compatible = "brcm,bcm2835-gpio";
  105. gpio-controller;
  106. #interrupt-cells = <0x2>;
  107. interrupts = <0x2 0x11 0x2 0x12 0x2 0x13 0x2 0x14>;
  108. phandle = <0x19>;
  109. reg = <0x7e200000 0xb4>;
  110. #gpio-cells = <0x2>;
  111. pinctrl-names = "default";
  112. interrupt-controller;
  113.  
  114. uart0_gpio14 {
  115. brcm,pins = <0xe 0xf>;
  116. brcm,function = <0x4>;
  117. };
  118.  
  119. gpclk1_gpio5 {
  120. brcm,pins = <0x5>;
  121. brcm,function = <0x4>;
  122. };
  123.  
  124. uart0_ctsrts_gpio30 {
  125. brcm,pins = <0x1e 0x1f>;
  126. brcm,function = <0x7>;
  127. };
  128.  
  129. uart1_ctsrts_gpio16 {
  130. brcm,pins = <0x10 0x11>;
  131. brcm,function = <0x2>;
  132. };
  133.  
  134. uart0_gpio32 {
  135. brcm,pins = <0x20 0x21>;
  136. phandle = <0x8>;
  137. brcm,function = <0x7>;
  138. };
  139.  
  140. jtag_gpio4 {
  141. brcm,pins = <0x4 0x5 0x6 0xc 0xd>;
  142. brcm,function = <0x3>;
  143. };
  144.  
  145. alt0 {
  146. brcm,pins = <0x4 0x5 0x7 0x8 0x9 0xa 0xb>;
  147. brcm,function = <0x4>;
  148. };
  149.  
  150. uart1_ctsrts_gpio42 {
  151. brcm,pins = <0x2a 0x2b>;
  152. brcm,function = <0x2>;
  153. };
  154.  
  155. gpclk0_gpio4 {
  156. brcm,pins = <0x4>;
  157. brcm,function = <0x4>;
  158. };
  159.  
  160. pwm0_gpio12 {
  161. brcm,pins = <0xc>;
  162. brcm,function = <0x4>;
  163. };
  164.  
  165. pwm1_gpio19 {
  166. brcm,pins = <0x13>;
  167. brcm,function = <0x2>;
  168. };
  169.  
  170. pwm0_gpio40 {
  171. brcm,pins = <0x28>;
  172. phandle = <0x10>;
  173. brcm,function = <0x4>;
  174. };
  175.  
  176. gpclk2_gpio43 {
  177. brcm,pins = <0x2b>;
  178. phandle = <0x9>;
  179. brcm,function = <0x4>;
  180. };
  181.  
  182. uart1_ctsrts_gpio30 {
  183. brcm,pins = <0x1e 0x1f>;
  184. brcm,function = <0x2>;
  185. };
  186.  
  187. gpioout {
  188. brcm,pins = <0x6>;
  189. brcm,function = <0x1>;
  190. };
  191.  
  192. spi0_gpio35 {
  193. brcm,pins = <0x23 0x24 0x25 0x26 0x27>;
  194. brcm,function = <0x4>;
  195. };
  196.  
  197. pwm1_gpio45 {
  198. brcm,pins = <0x2d>;
  199. phandle = <0x11>;
  200. brcm,function = <0x4>;
  201. };
  202.  
  203. pcm_gpio28 {
  204. brcm,pins = <0x1c 0x1d 0x1e 0x1f>;
  205. brcm,function = <0x6>;
  206. };
  207.  
  208. dpi_gpio0 {
  209. brcm,pins = <0x0 0x1 0x2 0x3 0x4 0x5 0x6 0x7 0x8 0x9 0xa 0xb 0xc 0xd 0xe 0xf 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1a 0x1b>;
  210. brcm,function = <0x6>;
  211. };
  212.  
  213. i2c0_gpio0 {
  214. brcm,pins = <0x0 0x1>;
  215. phandle = <0xc>;
  216. brcm,function = <0x4>;
  217. };
  218.  
  219. pcm_gpio18 {
  220. brcm,pins = <0x12 0x13 0x14 0x15>;
  221. brcm,function = <0x4>;
  222. };
  223.  
  224. pwm1_gpio13 {
  225. brcm,pins = <0xd>;
  226. brcm,function = <0x4>;
  227. };
  228.  
  229. pwm1_gpio41 {
  230. brcm,pins = <0x29>;
  231. brcm,function = <0x4>;
  232. };
  233.  
  234. spi0_gpio7 {
  235. brcm,pins = <0x7 0x8 0x9 0xa 0xb>;
  236. brcm,function = <0x4>;
  237. };
  238.  
  239. i2c1_gpio44 {
  240. brcm,pins = <0x2c 0x2d>;
  241. brcm,function = <0x6>;
  242. };
  243.  
  244. i2c0_gpio28 {
  245. brcm,pins = <0x1c 0x1d>;
  246. brcm,function = <0x4>;
  247. };
  248.  
  249. i2c_slave_gpio18 {
  250. brcm,pins = <0x12 0x13 0x14 0x15>;
  251. brcm,function = <0x7>;
  252. };
  253.  
  254. emmc_gpio48 {
  255. brcm,pins = <0x30 0x31 0x32 0x33 0x34 0x35>;
  256. brcm,function = <0x7>;
  257. };
  258.  
  259. i2c1_gpio2 {
  260. brcm,pins = <0x2 0x3>;
  261. phandle = <0x13>;
  262. brcm,function = <0x4>;
  263. };
  264.  
  265. uart0_ctsrts_gpio38 {
  266. brcm,pins = <0x26 0x27>;
  267. brcm,function = <0x6>;
  268. };
  269.  
  270. spi1_gpio16 {
  271. brcm,pins = <0x10 0x11 0x12 0x13 0x14 0x15>;
  272. brcm,function = <0x3>;
  273. };
  274.  
  275. jtag_gpio22 {
  276. brcm,pins = <0x16 0x17 0x18 0x19 0x1a 0x1b>;
  277. brcm,function = <0x3>;
  278. };
  279.  
  280. spi2_gpio40 {
  281. brcm,pins = <0x28 0x29 0x2a 0x2b 0x2c 0x2d>;
  282. brcm,function = <0x3>;
  283. };
  284.  
  285. i2c0_gpio44 {
  286. brcm,pins = <0x2c 0x2d>;
  287. brcm,function = <0x5>;
  288. };
  289.  
  290. uart0_ctsrts_gpio16 {
  291. brcm,pins = <0x10 0x11>;
  292. brcm,function = <0x7>;
  293. };
  294.  
  295. gpclk2_gpio6 {
  296. brcm,pins = <0x6>;
  297. brcm,function = <0x4>;
  298. };
  299.  
  300. sdhost_gpio48 {
  301. brcm,pins = <0x30 0x31 0x32 0x33 0x34 0x35>;
  302. phandle = <0xb>;
  303. brcm,function = <0x4>;
  304. };
  305.  
  306. emmc_gpio34 {
  307. brcm,pins = <0x22 0x23 0x24 0x25 0x26 0x27>;
  308. phandle = <0x12>;
  309. brcm,pull = <0x0 0x2 0x2 0x2 0x2 0x2>;
  310. brcm,function = <0x7>;
  311. };
  312.  
  313. gpclk1_gpio44 {
  314. brcm,pins = <0x2c>;
  315. brcm,function = <0x4>;
  316. };
  317.  
  318. uart1_gpio14 {
  319. brcm,pins = <0xe 0xf>;
  320. phandle = <0xf>;
  321. brcm,function = <0x2>;
  322. };
  323.  
  324. uart0_gpio36 {
  325. brcm,pins = <0x24 0x25>;
  326. brcm,function = <0x6>;
  327. };
  328.  
  329. uart1_gpio32 {
  330. brcm,pins = <0x20 0x21>;
  331. brcm,function = <0x2>;
  332. };
  333.  
  334. pwm0_gpio18 {
  335. brcm,pins = <0x12>;
  336. brcm,function = <0x2>;
  337. };
  338.  
  339. gpclk1_gpio42 {
  340. brcm,pins = <0x2a>;
  341. brcm,function = <0x4>;
  342. };
  343.  
  344. uart1_gpio40 {
  345. brcm,pins = <0x28 0x29>;
  346. brcm,function = <0x2>;
  347. };
  348.  
  349. emmc_gpio22 {
  350. brcm,pins = <0x16 0x17 0x18 0x19 0x1a 0x1b>;
  351. brcm,function = <0x7>;
  352. };
  353. };
  354.  
  355. pixelvalve@7e807000 {
  356. compatible = "brcm,bcm2835-pixelvalve2";
  357. interrupts = <0x2 0xa>;
  358. reg = <0x7e807000 0x100>;
  359. };
  360.  
  361. v3d@7ec00000 {
  362. power-domains = <0xd 0xa>;
  363. compatible = "brcm,bcm2835-v3d";
  364. interrupts = <0x1 0xa>;
  365. reg = <0x7ec00000 0x1000>;
  366. };
  367.  
  368. gpu {
  369. compatible = "brcm,bcm2835-vc4";
  370. };
  371.  
  372. spi@7e204000 {
  373. compatible = "brcm,bcm2835-spi";
  374. clocks = <0x7 0x14>;
  375. status = "disabled";
  376. #address-cells = <0x1>;
  377. interrupts = <0x2 0x16>;
  378. #size-cells = <0x0>;
  379. reg = <0x7e204000 0x1000>;
  380. };
  381.  
  382. sdhci@7e300000 {
  383. compatible = "brcm,bcm2835-sdhci";
  384. clocks = <0x7 0x1c>;
  385. status = "okay";
  386. interrupts = <0x2 0x1e>;
  387. bus-width = <0x4>;
  388. reg = <0x7e300000 0x100>;
  389. pinctrl-0 = <0x12>;
  390. non-removable;
  391. pinctrl-names = "default";
  392. };
  393.  
  394. i2c@7e804000 {
  395. compatible = "brcm,bcm2835-i2c";
  396. clocks = <0x7 0x14>;
  397. status = "okay";
  398. #address-cells = <0x1>;
  399. interrupts = <0x2 0x15>;
  400. #size-cells = <0x0>;
  401. reg = <0x7e804000 0x1000>;
  402. clock-frequency = <0x186a0>;
  403. pinctrl-0 = <0x13>;
  404. pinctrl-names = "default";
  405. };
  406.  
  407. timer@7e003000 {
  408. compatible = "brcm,bcm2835-system-timer";
  409. interrupts = <0x1 0x0 0x1 0x1 0x1 0x2 0x1 0x3>;
  410. reg = <0x7e003000 0x1000>;
  411. clock-frequency = <0xf4240>;
  412. };
  413.  
  414. i2s@7e203000 {
  415. compatible = "brcm,bcm2835-i2s";
  416. status = "disabled";
  417. dma-names = "tx", "rx";
  418. reg = <0x7e203000 0x20 0x7e101098 0x2>;
  419. dmas = <0xa 0x2 0xa 0x3>;
  420. };
  421.  
  422. mailbox@7e00b880 {
  423. compatible = "brcm,bcm2835-mbox";
  424. #mbox-cells = <0x0>;
  425. interrupts = <0x0 0x1>;
  426. phandle = <0x17>;
  427. reg = <0x7e00b880 0x40>;
  428. };
  429.  
  430. vec@7e806000 {
  431. power-domains = <0xd 0x7>;
  432. compatible = "brcm,bcm2835-vec";
  433. clocks = <0x7 0x18>;
  434. status = "okay";
  435. interrupts = <0x2 0x1b>;
  436. reg = <0x7e806000 0x1000>;
  437. };
  438.  
  439. power {
  440. compatible = "raspberrypi,bcm2835-power";
  441. firmware = <0x18>;
  442. phandle = <0xd>;
  443. #power-domain-cells = <0x1>;
  444. };
  445.  
  446. pixelvalve@7e206000 {
  447. compatible = "brcm,bcm2835-pixelvalve0";
  448. interrupts = <0x2 0xd>;
  449. reg = <0x7e206000 0x100>;
  450. };
  451.  
  452. firmware {
  453. compatible = "raspberrypi,bcm2835-firmware";
  454. mboxes = <0x17>;
  455. phandle = <0x18>;
  456. };
  457.  
  458. dsi@7e209000 {
  459. power-domains = <0xd 0x11>;
  460. compatible = "brcm,bcm2835-dsi0";
  461. clocks = <0x7 0x20 0x7 0x2f 0x7 0x31>;
  462. clock-names = "phy", "escape", "pixel";
  463. #address-cells = <0x1>;
  464. interrupts = <0x2 0x4>;
  465. #size-cells = <0x0>;
  466. #clock-cells = <0x1>;
  467. phandle = <0x5>;
  468. reg = <0x7e209000 0x78>;
  469. clock-output-names = "dsi0_byte", "dsi0_ddr2", "dsi0_ddr";
  470. };
  471.  
  472. mmc@7e202000 {
  473. compatible = "brcm,bcm2835-sdhost";
  474. clocks = <0x7 0x14>;
  475. status = "okay";
  476. interrupts = <0x2 0x18>;
  477. bus-width = <0x4>;
  478. dma-names = "rx-tx";
  479. reg = <0x7e202000 0x100>;
  480. pinctrl-0 = <0xb>;
  481. dmas = <0xa 0xd>;
  482. pinctrl-names = "default";
  483. };
  484.  
  485. hdmi@7e902000 {
  486. power-domains = <0xd 0x5>;
  487. compatible = "brcm,bcm2835-hdmi";
  488. clocks = <0x7 0x10 0x7 0x19>;
  489. clock-names = "pixel", "hdmi";
  490. ddc = <0x14>;
  491. status = "okay";
  492. interrupts = <0x2 0x8 0x2 0x9>;
  493. dma-names = "audio-rx";
  494. reg = <0x7e902000 0x600 0x7e808000 0x100>;
  495. dmas = <0xa 0x11>;
  496. };
  497.  
  498. pwm@7e20c000 {
  499. compatible = "brcm,bcm2835-pwm";
  500. clocks = <0x7 0x1e>;
  501. status = "okay";
  502. assigned-clock-rates = <0x989680>;
  503. assigned-clocks = <0x7 0x1e>;
  504. reg = <0x7e20c000 0x28>;
  505. pinctrl-0 = <0x10 0x11>;
  506. #pwm-cells = <0x2>;
  507. pinctrl-names = "default";
  508. };
  509.  
  510. watchdog@7e100000 {
  511. compatible = "brcm,bcm2835-pm-wdt";
  512. reg = <0x7e100000 0x28>;
  513. };
  514.  
  515. interrupt-controller@7e00b200 {
  516. compatible = "brcm,bcm2836-armctrl-ic";
  517. #interrupt-cells = <0x2>;
  518. interrupt-parent = <0x3>;
  519. interrupts = <0x8>;
  520. phandle = <0x1>;
  521. reg = <0x7e00b200 0x200>;
  522. interrupt-controller;
  523. };
  524.  
  525. local_intc {
  526. compatible = "brcm,bcm2836-l1-intc";
  527. #interrupt-cells = <0x1>;
  528. interrupt-parent = <0x3>;
  529. phandle = <0x3>;
  530. reg = <0x40000000 0x100>;
  531. interrupt-controller;
  532. };
  533.  
  534. dsi@7e700000 {
  535. power-domains = <0xd 0x12>;
  536. compatible = "brcm,bcm2835-dsi1";
  537. clocks = <0x7 0x23 0x7 0x30 0x7 0x32>;
  538. clock-names = "phy", "escape", "pixel";
  539. status = "disabled";
  540. #address-cells = <0x1>;
  541. interrupts = <0x2 0xc>;
  542. #size-cells = <0x0>;
  543. #clock-cells = <0x1>;
  544. phandle = <0x6>;
  545. reg = <0x7e700000 0x8c>;
  546. clock-output-names = "dsi1_byte", "dsi1_ddr2", "dsi1_ddr";
  547. };
  548.  
  549. i2c@7e205000 {
  550. compatible = "brcm,bcm2835-i2c";
  551. clocks = <0x7 0x14>;
  552. status = "okay";
  553. #address-cells = <0x1>;
  554. interrupts = <0x2 0x15>;
  555. #size-cells = <0x0>;
  556. reg = <0x7e205000 0x1000>;
  557. clock-frequency = <0x186a0>;
  558. pinctrl-0 = <0xc>;
  559. pinctrl-names = "default";
  560. };
  561.  
  562. serial@7e215040 {
  563. compatible = "brcm,bcm2835-aux-uart";
  564. clocks = <0xe 0x0>;
  565. status = "okay";
  566. interrupts = <0x1 0x1d>;
  567. reg = <0x7e215040 0x40>;
  568. pinctrl-0 = <0xf>;
  569. pinctrl-names = "default";
  570. };
  571.  
  572. dma@7e007000 {
  573. #dma-cells = <0x1>;
  574. compatible = "brcm,bcm2835-dma";
  575. brcm,dma-channel-mask = <0x7f35>;
  576. interrupts = <0x1 0x10 0x1 0x11 0x1 0x12 0x1 0x13 0x1 0x14 0x1 0x15 0x1 0x16 0x1 0x17 0x1 0x18 0x1 0x19 0x1 0x1a 0x1 0x1b 0x1 0x1b 0x1 0x1b 0x1 0x1b 0x1 0x1c>;
  577. phandle = <0xa>;
  578. reg = <0x7e007000 0xf00>;
  579. interrupt-names = "dma0", "dma1", "dma2", "dma3", "dma4", "dma5", "dma6", "dma7", "dma8", "dma9", "dma10", "dma11", "dma12", "dma13", "dma14", "dma-shared-all";
  580. };
  581.  
  582. i2c@7e805000 {
  583. compatible = "brcm,bcm2835-i2c";
  584. clocks = <0x7 0x14>;
  585. status = "okay";
  586. #address-cells = <0x1>;
  587. interrupts = <0x2 0x15>;
  588. #size-cells = <0x0>;
  589. phandle = <0x14>;
  590. reg = <0x7e805000 0x1000>;
  591. };
  592.  
  593. spi@7e215080 {
  594. compatible = "brcm,bcm2835-aux-spi";
  595. clocks = <0xe 0x1>;
  596. status = "disabled";
  597. #address-cells = <0x1>;
  598. interrupts = <0x1 0x1d>;
  599. #size-cells = <0x0>;
  600. reg = <0x7e215080 0x40>;
  601. };
  602.  
  603. aux@0x7e215000 {
  604. compatible = "brcm,bcm2835-aux";
  605. clocks = <0x7 0x14>;
  606. #clock-cells = <0x1>;
  607. phandle = <0xe>;
  608. reg = <0x7e215000 0x8>;
  609. };
  610.  
  611. rng@7e104000 {
  612. compatible = "brcm,bcm2835-rng";
  613. reg = <0x7e104000 0x10>;
  614. };
  615.  
  616. usb@7e980000 {
  617. power-domains = <0xd 0x6>;
  618. compatible = "brcm,bcm2835-usb";
  619. clocks = <0x15>;
  620. clock-names = "otg";
  621. phy-names = "usb2-phy";
  622. #address-cells = <0x1>;
  623. interrupts = <0x1 0x9>;
  624. #size-cells = <0x0>;
  625. phys = <0x16>;
  626. reg = <0x7e980000 0x10000>;
  627. dr_mode = "host";
  628.  
  629. usb1@1 {
  630. compatible = "usb424,9514";
  631. #address-cells = <0x1>;
  632. #size-cells = <0x0>;
  633. reg = <0x1>;
  634.  
  635. usbether@1 {
  636. compatible = "usb424,ec00";
  637. local-mac-address = [b8 27 eb 40 64 5c];
  638. reg = <0x1>;
  639. };
  640. };
  641. };
  642.  
  643. spi@7e2150c0 {
  644. compatible = "brcm,bcm2835-aux-spi";
  645. clocks = <0xe 0x2>;
  646. status = "disabled";
  647. #address-cells = <0x1>;
  648. interrupts = <0x1 0x1d>;
  649. #size-cells = <0x0>;
  650. reg = <0x7e2150c0 0x40>;
  651. };
  652. };
  653.  
  654. leds {
  655. compatible = "gpio-leds";
  656.  
  657. act {
  658. gpios = <0x19 0x2f 0x0>;
  659. label = "ACT";
  660. default-state = "keep";
  661. linux,default-trigger = "heartbeat";
  662. };
  663. };
  664.  
  665. aliases {
  666. ethernet0 = "/soc/usb@7e980000/usb1@1/usbether@1";
  667. serial1 = "/soc/serial@7e215040";
  668. serial0 = "/soc/serial@7e201000";
  669. };
  670.  
  671. chosen {
  672. stdout-path = "serial1:115200n8";
  673. bootargs = "console=ttyS1,115200 console=tty0 root=PARTUUID=31336907-02 rw rootwait smsc95xx.macaddr=b8:27:eb:40:64:5c";
  674. linux,initrd-start = <0x3aa78000>;
  675. linux,initrd-end = <0x3af4bcca>;
  676. };
  677.  
  678. thermal-zones {
  679.  
  680. cpu-thermal {
  681. thermal-sensors = <0x2>;
  682. polling-delay = <0x3e8>;
  683. polling-delay-passive = <0x0>;
  684. coefficients = <0xfffffde6 0x64960>;
  685.  
  686. trips {
  687.  
  688. cpu-crit {
  689. hysteresis = <0x0>;
  690. temperature = <0x13880>;
  691. type = "critical";
  692. };
  693. };
  694.  
  695. cooling-maps {
  696. };
  697. };
  698. };
  699.  
  700. timer {
  701. compatible = "arm,armv7-timer";
  702. always-on;
  703. interrupt-parent = <0x3>;
  704. interrupts = <0x0 0x1 0x3 0x2>;
  705. };
  706.  
  707. memory {
  708. device_type = "memory";
  709. reg = <0x0 0x3b400000>;
  710. };
  711.  
  712. phy {
  713. compatible = "usb-nop-xceiv";
  714. phandle = <0x16>;
  715. #phy-cells = <0x0>;
  716. };
  717.  
  718. cpus {
  719. enable-method = "brcm,bcm2836-smp";
  720. #address-cells = <0x1>;
  721. #size-cells = <0x0>;
  722.  
  723. cpu@3 {
  724. compatible = "arm,cortex-a53";
  725. cpu-release-addr = <0x0 0xf0>;
  726. device_type = "cpu";
  727. enable-method = "spin-table";
  728. reg = <0x3>;
  729. };
  730.  
  731. cpu@1 {
  732. compatible = "arm,cortex-a53";
  733. cpu-release-addr = <0x0 0xe0>;
  734. device_type = "cpu";
  735. enable-method = "spin-table";
  736. reg = <0x1>;
  737. };
  738.  
  739. cpu@2 {
  740. compatible = "arm,cortex-a53";
  741. cpu-release-addr = <0x0 0xe8>;
  742. device_type = "cpu";
  743. enable-method = "spin-table";
  744. reg = <0x2>;
  745. };
  746.  
  747. cpu@0 {
  748. compatible = "arm,cortex-a53";
  749. cpu-release-addr = <0x0 0xd8>;
  750. device_type = "cpu";
  751. enable-method = "spin-table";
  752. reg = <0x0>;
  753. };
  754. };
  755. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement