Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- RockPro64 Device Tree Notes
- Device Tree Decompile
- arm64# ls -al /boot/dtb/rockchip/rk3399-rockpro*
- -r-xr-xr-x 1 root wheel 78409 Mar 28 16:53 /boot/dtb/rockchip/rk3399-rockpro64-v2.dtb
- -r-xr-xr-x 1 root wheel 80964 Mar 28 16:53 /boot/dtb/rockchip/rk3399-rockpro64.dtb
- arm64#
- arm64# dtc --version
- Version: DTC 1.5.1
- arm64# dtc --in-format dtb --out-format dts --out rk3399-rockpro64-v2.dts rk3399-rockpro64-v2.dtb
- rk3399-rockpro64-v2.dts: Warning (unit_address_vs_reg): /usb@fe800000: node has a unit name, but no reg property
- rk3399-rockpro64-v2.dts: Warning (unit_address_vs_reg): /usb@fe900000: node has a unit name, but no reg property
- rk3399-rockpro64-v2.dts: Warning (pci_device_reg): /pcie@f8000000/interrupt-controller: missing PCI reg property
- rk3399-rockpro64-v2.dts: Warning (avoid_unnecessary_addr_size): /mipi@ff960000: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property
- rk3399-rockpro64-v2.dts: Warning (avoid_unnecessary_addr_size): /mipi@ff968000: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property
- 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
- 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
- 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
- arm64#
- arm64# dtc --in-format dtb --out-format dts --out rk3399-rockpro64.dts rk3399-rockpro64.dtb
- rk3399-rockpro64.dts: Warning (unit_address_vs_reg): /usb@fe800000: node has a unit name, but no reg property
- rk3399-rockpro64.dts: Warning (unit_address_vs_reg): /usb@fe900000: node has a unit name, but no reg property
- rk3399-rockpro64.dts: Warning (pci_device_reg): /pcie@f8000000/interrupt-controller: missing PCI reg property
- rk3399-rockpro64.dts: Warning (avoid_unnecessary_addr_size): /mipi@ff960000: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property
- rk3399-rockpro64.dts: Warning (avoid_unnecessary_addr_size): /mipi@ff968000: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property
- 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
- 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
- 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
- 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
- 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
- arm64#
- -r-xr-xr-x 1 root wheel 78409 May 10 13:11 rk3399-rockpro64-v2.dtb
- -rw-r--r-- 1 root wheel 92361 May 10 13:18 rk3399-rockpro64-v2.dts
- -r-xr-xr-x 1 root wheel 80964 May 10 13:11 rk3399-rockpro64.dtb
- -rw-r--r-- 1 root wheel 95406 May 10 13:18 rk3399-rockpro64.dts
Advertisement
Add Comment
Please, Sign In to add comment