内核中操作dtb的一套函数都是of打头,这个of是什么的缩写呢??? 是Open Firmware !这个dts的方法就来源于Open Firmware。
include/linux/of.h文件:
#ifndef _LINUX_OF_H
#define _LINUX_OF_H
/*
* Definitions for talking to the Open Firmware PROM on
* Power Macintosh and other computers.
转载请注明原文地址: https://ju.6miu.com/read-33850.html