Menu Close

Tag: device tree

Device Tree Driver Code Breakdown

This article breaks down and explains the device tree driver code. For related subjects, please refer to the SOC Table of Contents.   First, we…

Other Common of Functions Demo

This article provides the code for testing the other commonly used of functions that were not mentioned previously. For related subjects, please refer to the…

of Functions For Finding Nodes Demo

This article provides the code for testing the of functions used for finding nodes. For related subjects, please refer to the SOC Table of Contents.…

Linux Device Tree Other Common of Functions

This article talks about the other commonly used of functions. For related subjects, please refer to the SOC Table of Contents.   of_device_is_compatible This function…

Device Tree Special Nodes

This article talks about the other special nodes that exist in device trees. For related subjects, please refer to the SOC Table of Contents.  …

Modifying Device Tree Node Content

This article talks about how to modify device tree nodes. For related subjects, please refer to the SOC Table of Contents.   On lines 122…

Device Tree Reference Nodes

This article talks about the reference nodes in device trees, and how to use them. For related subjects, please refer to the SOC Table of…

Device Tree Standard Properties

This article talks about the standard properties in device tree nodes. For related subjects, please refer to the SOC Table of Contents.   Nodes consist…

Linux Node Properties

This article talks about the properties of Linux device tree nodes. For related subjects, please refer to the SOC Table of Contents.   In order…

Linux Device Tree Structures

This article talks about the structure of Linux device trees. For related subjects, please refer to the SOC Table of Contents.   The main components…

Linux Device Tree Introduction

This article introduces Linux device trees, and talks about some of the basics. For related subjects, please refer to the SOC Table of Contents.  …