Changeset 834 for trunk


Ignore:
Timestamp:
Oct 6, 2014, 5:04:00 PM (9 years ago)
Author:
cfuguet
Message:

tsar_boot: device-tree modification

  • Adding memory node in cluster description
  • Fixing XICU's IRQs index for TTY, BDV and PS2 controllers
File:
1 edited

Legend:

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

    r758 r834  
    3838    tty@0xf4000000 {
    3939        device_type = "vci:tty";
    40         irq = <&{/xicu@0xf0000000} 0x0>;
     40        irq = <&{/xicu@0xf0000000} 0xa>;
    4141        reg = <0xf4000000 0x00000010>;
    4242        tty_count = <0x1>;
     
    4444
    4545    blockdevice@0xf2000000 {
    46         device_type = "vci:ioc";
    47         irq = <&{/xicu@0xf0000000} 0x1>;
     46        device_type = "vci:spi";
     47        irq = <&{/xicu@0xf0000000} 0x9>;
    4848        reg = <0xf2000000 0x00000020>;
    4949    };
     
    5959    vcikbc@0xf1000000 {
    6060        device_type = "vci:ps2";
    61         irq = <&{/xicu@0xf0000000} 0x2>;
     61        irq = <&{/xicu@0xf0000000} 0xb>;
    6262        reg = <0xf1000000 0x00000020>;
    6363        ports = <0x2>;
     
    120120    cluster@0,0 {
    121121        reg = <0 0>;
    122         devices = <&{/cpus/Mips,32@0} &{/cpus/Mips,32@1} &{/xicu@0xf0000000} &{/tty@0xf4000000} &{/blockdevice@0xf2000000} &{/fb@0xf3000000} &{/vcikbc@0xf1000000} >;
     122        devices = <&{/cpus/Mips,32@0} &{/cpus/Mips,32@1} &{/memory@0x00000000} &{/xicu@0xf0000000} &{/tty@0xf4000000} &{/blockdevice@0xf2000000} &{/fb@0xf3000000} &{/vcikbc@0xf1000000} >;
    123123    };
    124124  };
Note: See TracChangeset for help on using the changeset viewer.