当前位置:网站首页>How is the tree structure of the device tree reflected?
How is the tree structure of the device tree reflected?
2022-08-01 01:19:00 【snail taking off】
1、dts示例源码
/ {
model = "Hisilicon HI3516DV300 DEMO Board";
compatible = "hisilicon,hi3516dv300";
memory {
device_type = "memory";
reg = <0x82000000 0x20000000>;
};
chosen {
bootargs = "console=ttySAC2,115200n8 root=/dev/nfs nfsroot=192.168.0.101:/home/run/work/rootfs/";
};
cpus {
#address-cells = <1>;
#size-cells = <0>;
enable-method = "hisilicon,hi3516dv300";
[email protected]0 {
device_type = "cpu";
compatible = "arm,cortex-a7";
clock-frequency = <HI3516DV300_FIXED_1000M>;
reg = <0>;
};
[email protected]1 {
device_type = "cpu";
compatible = "arm,cortex-a7";
clock-frequency = <HI3516DV300_FIXED_1000M>;
reg = <1>;
};
};
};
2、转换成树形结构

(1)"/"是根节点,The way the entire data is organized andlinuxThe type of folder management method in ,are tree structures;
(2)The above only represents the data organization form of the device tree from a macro level,For more details refer to the blog:《linuxThe parsing of the device tree during the kernel startup phase》;
边栏推荐
- STK8321 I2C (Shengjia-accelerometer) example
- MYSQL二阶段提交
- Euler system (euleros): upgrade Mysql
- 【数据分析】基于matlab GUI学生成绩管理系统【含Matlab源码 1981期】
- RTL8762DK RTC(五)
- pycaret source code analysis: download dataset\Lib\site-packages\pycaret\datasets.py
- 链式编程、包、访问权限
- Rasa 3.x 学习系列- Rasa - Issues 4898 学习笔记
- Exam preparation plan
- RTL8762DK Lighting/LED (3)
猜你喜欢

MYSQL Keyword Explain Analysis

Rainbow share | how to use moving targets defense technology to guard against the unknown

pycaret source code analysis: download dataset\Lib\site-packages\pycaret\datasets.py

LeetCode每日一练 —— 环形链表问题(面试四连问)

Classes and Objects: Above

You need to know the TCP wave four times

两院院士直言:不要迷信院士

ECCV2022 Workshop | Multi-Object Tracking and Segmentation in Complex Environments

机器学习初学者可以学哪些实战项目?

RTL8762DK RTC (5)
随机推荐
ECCV2022 Workshop | 复杂环境中的多目标跟踪和分割
LeetCode每日一练 —— 环形链表问题(面试四连问)
Basic implementation of vector
JQESAP系统里的胖接口Fat interface
Item 36: Specify std::launch::async if asynchronicity is essential.
[AMEX] LGBM Optuna American Express Credit Card Fraud Contest kaggle
软考高级系统架构设计师系列之:系统开发基础知识
The principle of virtual inheritance
ROS2 series of knowledge (4): understand the concept of [service]
Rainbow share | how to use moving targets defense technology to guard against the unknown
解决IDEA默认情况下新建文件时,右击,new,没有XML文件的问题
OSF一分钟了解敏捷开发模式
What practical projects can machine learning beginners learn?
Matlab/Arcgis processing nc data
500 miles
你需要知道的 TCP 四次挥手
C字符串数组反转
MVCC总结
如何编辑epub电子书的目录
Carefully summarize thirteen suggestions to help you create more suitable MySQL indexes