ThothK

RockPro64 UBoot Device Tree Decompile Notes

May 10th, 2024
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.44 KB | None | 0 0
  1. RockPro64 Device Tree Notes
  2.  
  3. Device Tree Decompile
  4. arm64# ls -al /boot/dtb/rockchip/rk3399-rockpro*
  5. -r-xr-xr-x 1 root wheel 78409 Mar 28 16:53 /boot/dtb/rockchip/rk3399-rockpro64-v2.dtb
  6. -r-xr-xr-x 1 root wheel 80964 Mar 28 16:53 /boot/dtb/rockchip/rk3399-rockpro64.dtb
  7. arm64#
  8.  
  9. arm64# dtc --version
  10. Version: DTC 1.5.1
  11.  
  12. arm64# dtc --in-format dtb --out-format dts --out rk3399-rockpro64-v2.dts rk3399-rockpro64-v2.dtb
  13. rk3399-rockpro64-v2.dts: Warning (unit_address_vs_reg): /usb@fe800000: node has a unit name, but no reg property
  14. rk3399-rockpro64-v2.dts: Warning (unit_address_vs_reg): /usb@fe900000: node has a unit name, but no reg property
  15. rk3399-rockpro64-v2.dts: Warning (pci_device_reg): /pcie@f8000000/interrupt-controller: missing PCI reg property
  16. rk3399-rockpro64-v2.dts: Warning (avoid_unnecessary_addr_size): /mipi@ff960000: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property
  17. rk3399-rockpro64-v2.dts: Warning (avoid_unnecessary_addr_size): /mipi@ff968000: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property
  18. rk3399-rockpro64-v2.dts: Warning (graph_child_address): /mipi@ff960000/ports: graph node has single child node 'port@0', #address-cells/#size-cells are not necessary
  19. rk3399-rockpro64-v2.dts: Warning (graph_child_address): /mipi@ff968000/ports: graph node has single child node 'port@0', #address-cells/#size-cells are not necessary
  20. rk3399-rockpro64-v2.dts: Warning (graph_child_address): /edp@ff970000/ports: graph node has single child node 'port@0', #address-cells/#size-cells are not necessary
  21. arm64#
  22.  
  23. arm64# dtc --in-format dtb --out-format dts --out rk3399-rockpro64.dts rk3399-rockpro64.dtb
  24. rk3399-rockpro64.dts: Warning (unit_address_vs_reg): /usb@fe800000: node has a unit name, but no reg property
  25. rk3399-rockpro64.dts: Warning (unit_address_vs_reg): /usb@fe900000: node has a unit name, but no reg property
  26. rk3399-rockpro64.dts: Warning (pci_device_reg): /pcie@f8000000/interrupt-controller: missing PCI reg property
  27. rk3399-rockpro64.dts: Warning (avoid_unnecessary_addr_size): /mipi@ff960000: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property
  28. rk3399-rockpro64.dts: Warning (avoid_unnecessary_addr_size): /mipi@ff968000: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property
  29. rk3399-rockpro64.dts: Warning (graph_child_address): /mipi@ff960000/ports: graph node has single child node 'port@0', #address-cells/#size-cells are not necessary
  30. rk3399-rockpro64.dts: Warning (graph_child_address): /mipi@ff968000/ports: graph node has single child node 'port@0', #address-cells/#size-cells are not necessary
  31. rk3399-rockpro64.dts: Warning (graph_child_address): /edp@ff970000/ports/port@1: graph node has single child node 'endpoint@0', #address-cells/#size-cells are not necessary
  32. rk3399-rockpro64.dts: Warning (graph_child_address): /edp-panel/ports: graph node has single child node 'port@0', #address-cells/#size-cells are not necessary
  33. rk3399-rockpro64.dts: Warning (graph_child_address): /edp-panel/ports/port@0: graph node has single child node 'endpoint@0', #address-cells/#size-cells are not necessary
  34. arm64#
  35.  
  36. -r-xr-xr-x 1 root wheel 78409 May 10 13:11 rk3399-rockpro64-v2.dtb
  37. -rw-r--r-- 1 root wheel 92361 May 10 13:18 rk3399-rockpro64-v2.dts
  38. -r-xr-xr-x 1 root wheel 80964 May 10 13:11 rk3399-rockpro64.dtb
  39. -rw-r--r-- 1 root wheel 95406 May 10 13:18 rk3399-rockpro64.dts
  40.  
Advertisement
Add Comment
Please, Sign In to add comment