- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How do I write my board description file (xml) to get this output in the dts:
interrupts = <0 176 4>, <0 177 4>; The following code does not work, I get all values listed as: <0 176 4 0 177 4> <DTAppend name="interrupts" parentlabel="pmu"> <val type="number">0</val> <val type="number">176</val> <val type="number">4</val> <val type="number">0</val> <val type="number">177</val> <val type="number">4</val> </DTAppend> Thanks in advance!Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
not very sure if you cascaded two interrupt is working, maybe you can try by single interrupt first?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Actually, this works fine.
I compiled a dts with comma separated elements to dtb and back to dts. The new dts had all values listed in a single element. Compiling that file gives the same dtb as above. Both formats are valid :-) Ps. Have seen a dts with even more interrupts listed- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
good sharing.. thanks!

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page