随笔分类 -  linux kernel

摘要:[A Tutorial on the Device Tree (Zynq) -- Part V](http://xillybus.com/tutorials/device-tree-zynq-5)## Application-specific data之前提过,设备树中是一些特殊信息,这样一个驱动可... 阅读全文
posted @ 2014-09-21 12:58 sammei 阅读(661) 评论(0) 推荐(0)
摘要:## 获取资源信息内核模块驱动加载之后,就开始把硬件资源管理起来,如读写寄存器、接收中断。来看看设备树里的一条:``` xillybus_0: xillybus@50000000 { compatible = "xlnx,xillybus-1.00.a"; reg = ; ... 阅读全文
posted @ 2014-09-21 12:40 sammei 阅读(1852) 评论(0) 推荐(0)
摘要:[A Tutorial on the Device Tree (Zynq) -- Part III](A Tutorial on the Device Tree (Zynq) -- Part III)## 定义外设可能你读本文是为了给你的设备写一个Linux驱动,在这方面要推荐著名的《Linux D... 阅读全文
posted @ 2014-09-18 10:19 sammei 阅读(631) 评论(0) 推荐(0)
摘要:[A Tutorial on the Device Tree (Zynq) -- Part II](http://xillybus.com/tutorials/device-tree-zynq-2)## 设备树结构Zynq的设备树如下:```/dts-v1/;/ { #address-cells ... 阅读全文
posted @ 2014-09-18 09:07 sammei 阅读(836) 评论(0) 推荐(1)
摘要:[A Tutorial on the Device Tree (Zynq) -- Part I](http://xillybus.com/tutorials/device-tree-zynq-1)## 此教程的目的本教程是针对Xilinx' Zynq-7000 EPP设备(一个集成了FPGA的ARM... 阅读全文
posted @ 2014-09-18 03:28 sammei 阅读(1455) 评论(0) 推荐(0)