Changeset 589 for trunk


Ignore:
Timestamp:
Dec 5, 2013, 4:38:53 PM (10 years ago)
Author:
bouyer
Message:

Sync with reality (the frame buffer has not used sdram for a long time)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/softs/tsar_boot/conf/platform_fpga_de2-115/platform_fpga.dts

    r399 r589  
    1515            reg = <0x00000000>;
    1616        };
    17 
    1817    };
    1918
     
    2120        cached = <0x1>;
    2221        device_type = "memory";
    23         reg = <0x00000000 0x07e00000>;
     22        reg = <0x00000000 0x08000000>;
    2423    };
    2524
     
    2726        cached = <0x1>;
    2827        device_type = "rom";
    29         reg = <0xbfc00000 0x00400000>;
     28        reg = <0xbfc00000 0x00010000>;
    3029    };
    3130
     
    4342    };
    4443
    45     fb@0x07e00000 {
    46         device_type = "vci:vga";
    47         reg = <0x07e00000 0x200000
    48                0xFA000000 0x001000>;
    49         mode = <16>;
    50         width = <640>;
    51         height = <480>;
     44    fb@0xfa000000 {
     45                device_type = "soclib:frame_buffer";
     46                reg = <0xfa000000 0x00200000>;
     47                mode = <16>;
     48                width = <640>;
     49                height = <480>;
    5250    };
     51
     52    vcikbc@0xfe000000 {
     53        device_type = "vci:ps2";
     54        irq = <&{/xicu@0xfd000000} 0x2>;
     55        reg = <0xfe000000 0x00000020>;
     56        ports = <0x2>;
     57    };
     58
    5359
    5460    xicu@0xfd000000 {
     
    5864        reg = <0xfd000000 0x00001000>;
    5965        timers = <0x1>;
    60         timer-freq = <25000000>;
     66                timer-freq = <25000000>;
    6167
    6268        out@0 {
     
    8086            parent = <&{/xicu@0xfd000000}>;
    8187        };
     88    };
    8289
    83     };
    8490  topology {
    8591    #address-cells = <2>;
     
    8793    cluster@0,0 {
    8894        reg = <0 0>;
    89         devices = <&{/cpus/Mips,32@0} &{/xicu@0xfd000000} &{/tty@0xfc000000} &{/blockdevice@0xfb000000} &{/fb@0x07e00000} >;
     95        devices = <&{/cpus/Mips,32@0} &{/xicu@0xfd000000} &{/tty@0xfc000000} &{/blockdevice@0xfb000000} &{/fb@0xfa000000} &{/vcikbc@0xfe000000} >;
    9096    };
    9197  };
Note: See TracChangeset for help on using the changeset viewer.