-
Notifications
You must be signed in to change notification settings - Fork 79
DeviceTree
Tim Ansell edited this page Jan 23, 2017
·
4 revisions
We want to use DeviceTree to allow MicroPython to automatically customize itself based on the FPGA configuration.
This involves 3 parts;
- Making LiteX / Migen+MiSoC generate DeviceTree - https://github.com/upy-fpga/issues-wiki/issues/6
- Making MicroPython understand DeviceTree - https://github.com/upy-fpga/issues-wiki/issues/7
- Adding support for peripherals under MicroPython
This has other useful advantages;
- LiteX / Migen+MiSoC supporting DeviceTree makes porting Linux to it possible.
- MicroPython understanding DeviceTree makes it easier to port MicroPython to more SoCs.
- DeviceTree: The Devicetree Specification - https://www.devicetree.org/
- Device Tree for Dummies - Free Electrons
- libfdt - https://github.com/dgibson/dtc/tree/master/libfdt - http://ozlabs.org/~dgibson/
- https://pypi.python.org/pypi/pyfdt/0.3 and github https://github.com/superna9999/pyfdt