opnsense-src/sys/dev/fdt
Takanori Watanabe 7b5d62bb73 ofw: add BUS_GET_DEVICE_PATH interface to openfirm/fdt, somewhat incomplete.
This add BUS_GET_DEVICE_PATH interface,
which shows device tree of openfirm/fdt.

In qemu-system-arm64 with "virt" machine with device-tree firmware,
% devctl getpath OFW cpu0

Reviewed by: andrew
Differential Revision: https://reviews.freebsd.org/D37031
2022-10-18 16:55:47 +09:00
..
fdt_arm_platform.c Make the default FDT implementation of platform_mp_setmaxid use the cpu 2017-03-17 12:45:53 +00:00
fdt_clock.c Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_alloc 2018-04-09 22:06:16 +00:00
fdt_clock.h Create an interface for drivers to enable or disable their clocks as listed 2014-09-02 03:23:05 +00:00
fdt_clock_if.m Create an interface for drivers to enable or disable their clocks as listed 2014-09-02 03:23:05 +00:00
fdt_common.c Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrights 2021-08-08 10:42:24 -04:00
fdt_common.h Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrights 2021-08-08 10:42:24 -04:00
fdt_intr.h Pull the common FDT interrupt values into a new header rather than be magic 2016-10-26 15:18:08 +00:00
fdt_pinctrl.c fdt_pinctrl: Add some TSLOG annotations 2018-07-19 11:41:53 +00:00
fdt_pinctrl.h Create an interface and support routines for drivers that handle IO pin 2014-09-13 19:03:32 +00:00
fdt_pinctrl_if.m fdt_pinctrl: Add new methods for gpios 2020-01-16 21:19:27 +00:00
fdt_slicer.c fdt_slicer: bump to SI_ORDER_THIRD following r347183 2019-09-29 03:12:35 +00:00
fdt_static_dtb.S Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrights 2021-08-08 10:42:24 -04:00
simple_mfd.c fdt simple drivers: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-09 14:26:44 -07:00
simple_mfd.h Extend simple_mfd driver to expose a syscon interface if 2019-07-02 08:47:18 +00:00
simplebus.c ofw: add BUS_GET_DEVICE_PATH interface to openfirm/fdt, somewhat incomplete. 2022-10-18 16:55:47 +09:00
simplebus.h Make simplebus friendlier for subclassing. 2020-09-25 09:56:50 +00:00