LittleSaints
LittleSaints

Reputation: 421

Device tree syntax

In Device tree, if I write:

 interrupts = <4 0>;

is it the same as:

interrupts = <4 IRQ_TYPE_LEVEL_LOW>;

?

Where can I found a complete Device Tree documentation that explains also this syntax (similar to macros") aspect?

Upvotes: 0

Views: 53

Answers (0)

Related Questions