Changeset 835


Ignore:
Timestamp:
Oct 7, 2014, 6:14:59 PM (10 years ago)
Author:
cfuguet
Message:

tsar_boot: Modify NetBSD device tree for de2-115 fpga platform

  • Fixing XICU's output IRQs indexes for second processor
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/softs/tsar_boot/conf/platform_de2_115_fpga/platform.dts

    r834 r835  
    9696            device_type = "soclib:xicu:filter";
    9797            irq = <&{/cpus/Mips,32@1} 0x0>;
    98             output_line = <0x3>;
     98            output_line = <0x4>;
    9999            parent = <&{/xicu@0xf0000000}>;
    100100        };
     
    103103            device_type = "soclib:xicu:filter";
    104104            irq = <&{/cpus/Mips,32@1} 0x1>;
    105             output_line = <0x4>;
     105            output_line = <0x5>;
    106106            parent = <&{/xicu@0xf0000000}>;
    107107        };
     
    110110            device_type = "soclib:xicu:filter";
    111111            irq = <&{/cpus/Mips,32@1} 0x2>;
    112             output_line = <0x5>;
     112            output_line = <0x6>;
    113113            parent = <&{/xicu@0xf0000000}>;
    114114        };
Note: See TracChangeset for help on using the changeset viewer.