├── Makefile ├── README.md ├── devicetree-parse.c ├── devicetree-parse.h └── main.c /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bazad/devicetree-parse/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bazad/devicetree-parse/HEAD/README.md -------------------------------------------------------------------------------- /devicetree-parse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bazad/devicetree-parse/HEAD/devicetree-parse.c -------------------------------------------------------------------------------- /devicetree-parse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bazad/devicetree-parse/HEAD/devicetree-parse.h -------------------------------------------------------------------------------- /main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bazad/devicetree-parse/HEAD/main.c --------------------------------------------------------------------------------