嵌入式linux中ARM板设备树路径
设备树的信息——根节点
cd /sys/firmware/devicetree/base/
platform_device 的信息
在设备树的dts文件里,带有compatible属性的节点就是表示一个platform_device.
cd /sys/devices/platform
进入某个platform_device,如果它有“driver”子目录,就表示这个 platform_device
跟某个 编写的driver 配对了。
root@imx8mmevk:/sys/devices/platform# ls
38000000.gpu dispmix-reset reg-dummy sound-micfil
38300000.vpu_g1 firmware:optee regulator-audio-board sound-spdif
38310000.vpu_g2 imx-cpufreq-dt regulator-usdhc2 sound-wm8524
38320000.vpu_h1 leds regulatory.0 suppliers
root@imx8mmevk:/sys/devices/platform/38000000.gpu# ls
consumers driver_override of_node subsystem uevent
driver modalias power suppliers
root@imx8mmevk:/sys/devices/platform/38000000.gpu# ls driver -ld
lrwxrwxrwx 1 root root 0 Jun 11 04:01