pyfdt
pyfdt copied to clipboard
Python Flattened Device Tree Parser
Hello, Is it possible to describe a NUMA distance map (distance-matrix) with the existing tool? https://elixir.bootlin.com/linux/latest/source/Documentation/devicetree/bindings/numa.txt#L122
Hello @superna9999 ! Is it possible with jsonfdtdump.py to compile a manifest file from [pinmux](http://processors.wiki.ti.com/index.php/TI_PinMux_Tool) to a device tree? My input JSON file [AM335xMichel.pinmux](https://github.com/adjivas/electronic-levelup/blob/pinmux/michel/AM335xMichel.pinmux) produces this output error: ```bash $...
{ prop0 = "abc"; prop0 { }; }; seems to be valid within dtc
in DTB or DTS format, reserved memories entries are stores, the JSON format should support it aswell...
When trying to run the tests with `tests/do_tests.bash`, I get the following error: ``` /nix/store/irgiz22apn8bhwhpbf8vrdsy6pnd12w3-binutils-2.43.1/bin/ld: dtc-parser.tab.o:/build/source/tests/dtc/dtc-parser.tab.c:1079: multiple definition of `yylloc'; dtc-lexer.lex.o:/build/source/tests/dtc/dtc-lexer.l:42: first defined here collect2: error: ld returned 1 exit...