Re: How to add my device node in the device tree
wael showair wrote: i want to add a node for the DMA in this tree. the PIC PDF tells me that DMA channel 0 is connected to Internal interrupt number 4 so i add the following node just before the pic node & after the serial node: ** [EMAIL
How to add my device node in the device tree
rupts = <4 2>; interrupt-parent = <40000>; }; ** but when i called the of_find_node_by_name(NULL, "DMA"); unfortunately it returns NULL & i cant the a node with such a name. i ha