Инструменты Linux для работы с деревом устройств


   dtc      fdtdump        fdtget        fdtput      dtdiff   

Получить значение свойства из файла dtb
 root@orangepizero2:~# fdtget --help
Usage: read values from device tree

        fdtget <options> <dt file> [<node> <property>]...

        fdtget -p <options> <dt file> [<node> ]...

Each value is printed on a new line.
<type>  s=string, i=int, u=unsigned, x=hex

        Optional modifier prefix:

                hh or b=byte, h=2 byte, l=4 byte (default)

Options: -[t:pld:hV]
  -t, --type <arg>    Type of data
                      Тип данных

  -p, --properties    List properties for each node
                      Список свойств для каждого узла

  -l, --list          List subnodes for each node
                      Список подузлов для каждого узла

  -d, --default <arg> Default value to display when the property is missing
                      Default value to display when the property is missing
                      Значение по умолчанию для отображения свойства с отсутствующим значением

  -h, --help          Print this help and exit
                      Вывод этой справки и выход

  -V, --version       Print version and exit
                      Вывод версии и выход