Top "Device-tree" questions

The Device Tree is a data structure for describing hardware.

What is the meaning of a phandle when used as device tree node name?

This code snippet comes from the device tree for the RIoTBoard (/arch/arm/boot/dts/imx6dl-riotboard.dts) &hdmi { …

linux-kernel arm linux-device-driver device-tree
My custom cape's devicetree fails to load at boot, but can be loaded manually

If I load my own device-tree overlay from a shell it loads fine, but if I try to load it …

debian beagleboneblack device-tree
Device tree driven kernel for raspberry pi

I'd like to boot the raspberry pi with a device-tree-driven linux kernel, is there anything special to do to do …

linux-kernel raspberry-pi linux-device-driver device-tree
Device Tree and manual registration

I'm using Embedded Linux on a board that is mainly configured via the device tree mechanism (.dts/.dtc files), i.…

linux embedded device-tree
what is the use of Flattened device tree - Linux Kernel

I am going through the Uboot & kernel startup process. What exactly is the use of the FDT (Flat device …

linux-kernel linux-device-driver u-boot device-tree
Unable to compile Linux dtb

I am trying to compile the dts file for beaglebone black. I have cloned the git repository from this location …

linux device-tree
what is Gpio hog in device tree?

I am trying to set a pin mode in device tree for am335. I change the pinmux node in device …

linux linux-device-driver beagleboneblack device-tree
Extract vendor blobs and make a device tree

I'm trying since many time to get a CM (now Lineageos)13/14.1 build for my device, which is a Huawei Mediapad …

android blob android-source cyanogenmod device-tree
Mapping device tree interrupt flags to devm_request_irq

I am currently writing a device driver for Linux for use of PowerPC. The device tree entry is as follows: // …

linux-kernel linux-device-driver device-tree
Device Tree for PHY-less connection to a DSA switch

We have a little problem with creating a device tree for our configuration of a Marvell DSA switch and a …

linux linux-kernel embedded-linux ethernet device-tree