summaryrefslogtreecommitdiffstats
path: root/sys/arch/octeon/include/fdt.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Give the FDT interrupt API a more generic naming by replacing thepatrick2018-08-061-1/+4
| | | | | | arm_intr_* prefix with fdt_intr_*. ok kettenis@
* Add fdt_attach_args and simplebus for implementing fdt-capablevisa2016-12-081-0/+37
drivers on octeon. Adapted from armv7. ok kettenis@