Altera_Forum
Honored Contributor
10 years agoSopc2dts: How to specify multiple interrupts
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!