当前位置:网站首页>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》;
边栏推荐
- Matlab/Arcgis processing nc data
- sqlserver cannot connect remotely
- TCP协议详解
- Google "Cloud Developer Quick Checklist"; Tsinghua 3D Human Body Dataset; SenseTime "Universal Vision Framework" open class; Web3 Minimalist Getting Started Guide; Free Books for Efficient Deep Learni
- Matlab/ArcGIS processing GPM global monthly precipitation data
- 你需要知道的 TCP 四次挥手
- date command
- What practical projects can machine learning beginners learn?
- [AMEX] LGBM Optuna American Express Credit Card Fraud Contest kaggle
- Beijing suddenly announced that yuan universe big news
猜你喜欢

ECCV2022 Workshop | 复杂环境中的多目标跟踪和分割

Academicians of the two academies speak bluntly: Don't be superstitious about academicians

leetcode:1648. 销售价值减少的颜色球【二分找边界】

Euler system (euleros): upgrade Mysql

Cmake introductory study notes

RTL8762DK 使用DebugAnalyzer(四)

Matlab/ArcGIS processing GPM global monthly precipitation data

MYSQL索引解析

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

现代企业架构框架1
随机推荐
数据中台建设(七):数据资产管理
leetcode: 1648. Color ball with decreasing sales value [Boundary find by two points]
RTL8762DK 点灯/LED(三)
MYSQL query interception optimization analysis
SC7A20 (Silan Micro-Accelerometer) Example
Chinese version of Pylint inspection rules
高维高斯分布基础
C string array reverse
Basic implementation of vector
MYSQL two-phase commit
【数据分析】基于matlab GUI学生成绩管理系统【含Matlab源码 1981期】
Luogu P3373: 线段树
LeetCode--The problem of robbery
七月集训(第31天) —— 状态压缩
Introduction to the decision logic of WAASAP WebClient UI page labels
SC7A20(士兰微-加速度传感器)示例
Likou Binary Tree
网关gateway跨域
LeetCode每日一练 —— 环形链表问题(面试四连问)
Js replication